Skip to content

Commit

Permalink
Merge pull request #20 from sunquakes/development
Browse files Browse the repository at this point in the history
README and docs.
  • Loading branch information
sunquakes authored Jun 3, 2024
2 parents da03f44 + 2178d69 commit 8a3898d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.1.0] - 2024-06-03

### Added
- Added Login pages.
- Added Dashboard/Chart/User pages.

## [0.0.1] - 2023-11-01

### Added
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ English | [🇨🇳 中文](https://github.com/sunquakes/electron-kits/blob/main
</a>
</p>
<p align="center">
<img src="https://img.shields.io/badge/node-%3E=20.8.0-brightgreen.svg?maxAge=2592000" alt="Node">
<img src="https://img.shields.io/badge/node-%3E=20.12.1-brightgreen.svg?maxAge=2592000" alt="Node">
<img alt="GitHub" src="https://img.shields.io/github/license/sunquakes/electron-kits?color=blue">
<img alt="electron-kits" src="https://img.shields.io/github/v/release/sunquakes/electron-kits">
</p>

## Preview

<p align="center">
<img src="https://ekits.sunquakes.com/images/electron-kits.gif" alt="preview">
<img width="75%" src="https://ekits.sunquakes.com/images/electron-kits.gif" alt="preview">
</p>
<p align="center">
<b>Test Account: admin</b>
<br>
<b>Test Password: admin</b>
</p>

## Documentation
Expand Down
11 changes: 8 additions & 3 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[English](https://github.com/sunquakes/electron-kits/blob/main/README.md) | 🇨🇳中文
[English](https://github.com/sunquakes/electron-kits/blob/main/README.md) | 🇨🇳 中文

# Electron Kits

Expand All @@ -8,15 +8,20 @@
</a>
</p>
<p align="center">
<img src="https://img.shields.io/badge/node-%3E=20.8.0-brightgreen.svg?maxAge=2592000" alt="Node">
<img src="https://img.shields.io/badge/node-%3E=20.12.1-brightgreen.svg?maxAge=2592000" alt="Node">
<img alt="GitHub" src="https://img.shields.io/github/license/sunquakes/electron-kits?color=blue">
<img alt="electron-kits" src="https://img.shields.io/github/v/release/sunquakes/electron-kits">
</p>

## 预览

<p align="center">
<img src="https://ekits.sunquakes.com/images/electron-kits.gif" alt="预览">
<img width="75%" src="https://ekits.sunquakes.com/images/electron-kits.gif" alt="预览">
</p>
<p align="center">
<b>测试账号: admin</b>
<br>
<b>测试密码: admin</b>
</p>

## 文档
Expand Down
1 change: 1 addition & 0 deletions docs/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title: Getting Started
<p align="center">
<img src="https://ekits.sunquakes.com/images/electron-kits.gif" alt="preview">
</p>
<p>Test Account/Password: admin/admin</p>

## Quick Start

Expand Down
1 change: 1 addition & 0 deletions docs/docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title: 快速开始
<p align="center">
<img src="https://ekits.sunquakes.com/images/electron-kits.gif" alt="预览">
</p>
<p>测试账号/密码:admin/admin</p>

## 快速开始

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-kits",
"version": "0.0.2",
"version": "0.1.0",
"author": "Shing Rui <[email protected]>",
"description": "A electron kits, combined with Electron/Vue3/AntiDesign/SQLite3.",
"keywords": [
Expand Down

0 comments on commit 8a3898d

Please sign in to comment.