Files
SoonDesign/.gitignore
T
24kycj 5fb269cc0a fix(web): 本地优先保存与 design 页体验修复
- 保存先写本地缓存,登录后可选云端同步;退出登录不再因文件操作跳转登录

- 修复 Layui 遮罩残留、design2 保存后线条、toast 被 finally 提前关闭

- 保存过程恢复 loading spinner;成功提示 2.5 秒

- 云端 payload 瘦身与体积超限提示;后端 schema 迁移与 FileService 容错

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 19:24:34 +08:00

29 lines
579 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.DS_Store
Thumbs.db
node_modules/
frontend-electron/node_modules/
npm-debug.log*
dist/*.zip
_salvage/
backend-web/config/local.php
frontend-web/config/local.js
docker/.env
docker/config/local.php
docker/config/local.js
soonModels/*.soon
# backend-web 运行时 storage(仅保留各目录 .gitkeep
backend-web/storage/payment/*
backend-web/storage/cache/rate/*
backend-web/storage/cache/wechat_certs/*
backend-web/storage/logs/*
backend-web/storage/users/*
backend-web/storage/templates/*
!backend-web/storage/**/.gitkeep
*.log
*.tmp
*.bak
*.pem
*.key
/soonDesign-back
/info