Initial clean project import

This commit is contained in:
cat-shark
2026-06-19 18:41:41 +08:00
commit a13b804c7a
1306 changed files with 220568 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# 干净独立工作目录
这是从原目录整理出的独立副本,后续开发、启动和构建请在本目录执行。
## 启动
```bat
start-local.bat
```
或:
```bat
npm.cmd run start:local
```
## 自检
```bat
npm.cmd run start:check
```
## 说明
- 默认开发端口已改为 `3354`,避免和原目录的 `3344` 服务冲突。
- 已排除旧目录中的构建产物、日志、缓存、用户数据和 Git 信息。
- `node_modules` 是实拷贝,不是软链接;同时排除了旧 Electron 目录中误混入的巨大运行数据。