2e6578247e
- lib/platform:网页 Electron 统一 bridge/web/electron,子目录 API 基路径、返回首页跳站点根、路径末尾斜杠兼容 - index/design*.web.html:网页入口,web.js 加缓存参数避免旧脚本缓存 - api:PHP 读写 soon;文档说明目录权限与 Nginx - lib/design*、lib/index:与 platformBridge 对接及网页侧逻辑 - 公共资源 JsBarcode/jr-qrcode;文档与 package/README/.gitignore 等同步更新 Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
.DS_Store
|
|
dist/electron/*
|
|
dist/web/*
|
|
build/
|
|
node_modules/
|
|
npm-debug.log
|
|
npm-debug.log.*
|
|
thumbs.db
|
|
!.gitkeep
|
|
.backup/
|
|
# 服务器文件存储目录(用户上传的文件)
|
|
api/files/
|
|
design/files/ |