init: F9智慧缫丝系统 - 后端(server) + 主前端(web) + 打印设计器(openprint) 首次提交

This commit is contained in:
2026-08-15 15:37:25 +08:00
commit 7235265749
294 changed files with 59182 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# ===== 敏感文件 =====
token.txt
*.token
zk_out.json
# ===== 运行时缓存 =====
f9mes_cache.db
*.db
# ===== 本地工具 / 临时 =====
.playwright-cli/
# ===== Node =====
node_modules/
dist/
dist-ssr/
*.local
# ===== .NET =====
bin/
obj/
*.user
# ===== 日志 =====
*.log
logs/
# ===== 系统 =====
.DS_Store
Thumbs.db
.idea/
.vscode/