Skip to content

Commit 44e6a0f

Browse files
authored
Merge pull request #1 from xianluo117/main
添加云端同步功能,修改前端
2 parents f31ea64 + 8369b16 commit 44e6a0f

File tree

24 files changed

+6569
-25
lines changed

24 files changed

+6569
-25
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
__pycache__/
2+
*.pyc
3+
data/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ git clone https://gitee.com/phoenixor/mind-master.git
6565
```bash
6666
cd mind-master/frontend
6767
npm install
68+
pnpm run build
6869
```
6970

7071
2️⃣ 后端

0 commit comments

Comments
 (0)