mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 03:26:33 +00:00
chore: 1.0.0.1预发行版本
This commit is contained in:
parent
189b0467e1
commit
662884f671
@ -1,4 +1,4 @@
|
|||||||
# DSZ考试展板·改(指不定期对原项目修修补补)
|
# 考试展板(原DSZ考试展板)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -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)
|
- [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。
|
必须使用Yarn包管理。Node版本要求为20。
|
||||||
|
|
||||||
|
### 开发进度
|
||||||
|
|
||||||
|
- 在`main`分支上保留原作者`0.1.0`版本
|
||||||
|
- 正在`dev`分支上开发`1.1-Malkuth`版本
|
||||||
|
|
||||||
### Project Setup
|
### Project Setup
|
||||||
|
|
||||||
#### 安装
|
#### 安装
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dsz-exam-showboard",
|
"name": "examshowboard",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0.1",
|
||||||
"description": "An Electron application with Vue",
|
"description": "考试展板",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "Hello8693 <hello8693@hello8693.xyz>",
|
"author": "Hello8693 <hello8693@hello8693.xyz>",
|
||||||
"homepage": "https://dsz.hello8693.xyz/",
|
"homepage": "https://dsz.hello8693.xyz/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user