From 662884f671a75574b6cceadcc93a1f0213357182 Mon Sep 17 00:00:00 2001 From: MKStoler Date: Wed, 9 Oct 2024 06:31:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=201.0.0.1=E9=A2=84=E5=8F=91=E8=A1=8C?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- package.json | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a29a69..77e71fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DSZ考试展板·改(指不定期对原项目修修补补) +# 考试展板(原DSZ考试展板) ![view](image/README/view.png) @@ -74,6 +74,8 @@ ## 开发 +### 环境要求 + 要在本地编译应用您需要安装以下负载和工具 - [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) @@ -82,6 +84,11 @@ 必须使用Yarn包管理。Node版本要求为20。 +### 开发进度 + +- 在`main`分支上保留原作者`0.1.0`版本 +- 正在`dev`分支上开发`1.1-Malkuth`版本 + ### Project Setup #### 安装 diff --git a/package.json b/package.json index 8ba044f..29522fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "dsz-exam-showboard", - "version": "0.1.0", - "description": "An Electron application with Vue", + "name": "examshowboard", + "version": "1.0.0.1", + "description": "考试展板", "main": "./out/main/index.js", "author": "Hello8693 ", "homepage": "https://dsz.hello8693.xyz/",