Skip to content

Commit eee6892

Browse files
committed
更新README
1 parent 1a6710b commit eee6892

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
# 0. 预览
1+
> 当前项目处于佛系维护状态,有 bug 可以反馈在 issues 中。如果这个项目拯救了你的毕设或者大作业的话,赏个星星吧。
2+
3+
# 0. 概览
24

35
基于 Koa 以及 VueJS 的宿舍管理系统。
46

5-
线上预览:https://www.esunr.xyz/dormitory
7+
线上预览:https://www.esunr.xyz/dormitory (临时关闭)
8+
9+
![image.png](https://s2.loli.net/2023/05/10/JIvetfP3FLyNZ7w.png)
10+
11+
![image.png](https://s2.loli.net/2023/05/10/rxhOamY192S5JVX.png)
12+
13+
![image.png](https://s2.loli.net/2023/05/10/GipgY1QOkNFKu9A.png)
614

7-
![](http://study.esunr.xyz/1583661197624.jpg)
15+
![image.png](https://s2.loli.net/2023/05/10/rKuvX6h8losRmQU.png)
816

9-
更新记录:
17+
## 更新记录:
1018

1119
### 2023.05.09
1220

clinet/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "vue-element-admin",
2+
"name": "dormitory-management",
33
"version": "4.2.1",
4-
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
5-
"author": "Pan <panfree23@gmail.com>",
4+
"description": "基于Vue的宿舍管理系统",
5+
"author": "EsunR <esunr641@icloud.com>",
66
"license": "MIT",
77
"scripts": {
88
"dev": "vue-cli-service serve",
@@ -37,10 +37,10 @@
3737
],
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
40+
"url": "git+https://github.com/EsunR/DormitoryManagement.git"
4141
},
4242
"bugs": {
43-
"url": "https://github.com/PanJiaChen/vue-element-admin/issues"
43+
"url": "https://github.com/EsunR/DormitoryManagement/issues"
4444
},
4545
"dependencies": {
4646
"axios": "0.18.1",

0 commit comments

Comments
 (0)