重构 monorepo 并完善网页端订阅与首页体验
- 迁移为 frontend-web、frontend-electron、backend-web 与 docker 部署结构 - 网页端:订阅门禁二次弹窗、套餐/支付组件化、顶栏分组对齐 - 首页:最近文件与模板库布局优化,缩略图对齐,下载与删除操作 - 新增管理后台、支付与云端文件 API,更新 README 与项目规范 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+17
-11
@@ -1,13 +1,19 @@
|
||||
.DS_Store
|
||||
dist/electron/*
|
||||
dist/web/*
|
||||
build/
|
||||
Thumbs.db
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
npm-debug.log.*
|
||||
thumbs.db
|
||||
!.gitkeep
|
||||
.backup/
|
||||
# 服务器文件存储目录(用户上传的文件)
|
||||
api/files/
|
||||
design/files/
|
||||
frontend-electron/node_modules/
|
||||
npm-debug.log*
|
||||
dist/*.zip
|
||||
_salvage/
|
||||
backend-web/config/local.php
|
||||
docker/.env
|
||||
docker/config/local.php
|
||||
docker/config/deploy-config.js
|
||||
soonModels/*.soon
|
||||
backend-web/storage/payment/*
|
||||
!backend-web/storage/**/.gitkeep
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
Reference in New Issue
Block a user