This commit is contained in:
2026-05-14 19:55:53 +08:00
parent c764603dbd
commit 8a16b01e9e
55 changed files with 5754 additions and 5277 deletions
+10
View File
@@ -97,6 +97,12 @@ test.db1:
```bash
cd cyynote-backend
mvn clean package
mvn clean package -DskipTests
mvn solon:run
java -jar demo.jar
java -jar target/cyynote.jar
```
@@ -177,7 +183,11 @@ VITE_WS_URL=ws://localhost:1234
```bash
cd cyynote-frontend
若网络不好
pnpm config set registry https://registry.npmmirror.com/
pnpm install
pnpm dev
```