From a2acddf3c339f18dfc7174ad5f00ed17b8616d39 Mon Sep 17 00:00:00 2001 From: xiajr Date: Tue, 17 Nov 2020 12:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83docs:=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 133e296..84934b3 100644 --- a/README.md +++ b/README.md @@ -10,35 +10,29 @@ ![image1](/resources/3.png) ![image1](/resources/4.png) -## Project setup +## 步骤 ``` npm install ``` -### Compiles and hot-reloads for development +### 开发 ``` npm run electron:serve ``` -### Compiles and minifies for production +### 打包 ``` npm run electron:build ``` -### Lints and fixes files - -``` -npm run lint -``` - -## Roadmap +## 规划 - [x] todo/done 基本功能 - [x] 软件自动更新 - [ ] done list 数据导出 -- [ ] 开机启动 +- [x] 开机启动 - [ ] 窗口贴边自动收起 - [ ] ......