fa5a59e5cd
Build Backend JAR / build (push) Has been cancelled
- 后台管理页(admin)所有面板的新增/导入表单改为弹窗操作,原有字段 ID 全部保留、提交逻辑不变;导入删除入口不再触发二次确认拦截 - 分组管理升级为独立菜单(V102 + schema initializer),移除 5 个面板内的管理分组按钮;分组列表改为蓝白主题、增加权限分组横幅 - Python 侧 group-manage 权限守卫(_ensure_backend_menu_access 补充 group-manage) - 引入 V101(biz_task_file_job 复合索引)+ 新增 TaskProgressLight/TaskFileJob 轻量端点与进度聚合作 - 前端 progress-light / page-separated-loads / dispatch-guard 共享模块及单元测试
127 lines
1.7 KiB
Plaintext
127 lines
1.7 KiB
Plaintext
# ===== frontend-vue =====
|
|
frontend-vue/node_modules/
|
|
frontend-vue/dist/
|
|
frontend-vue/new_web_source
|
|
frontend-vue/auto-imports.d.ts
|
|
frontend-vue/components.d.ts
|
|
frontend-vue/npm-debug.log*
|
|
frontend-vue/yarn-debug.log*
|
|
frontend-vue/yarn-error.log*
|
|
frontend-vue/pnpm-debug.log*
|
|
|
|
# ===== backend-java =====
|
|
backend-java/target/
|
|
backend-java/data/
|
|
backend-java/*.log
|
|
backend-java/logs/
|
|
backend-java/src/main/resources/application-local.yml
|
|
backend-java/.idea/
|
|
backend-java/*.iml
|
|
|
|
# ===== backend / app =====
|
|
__pycache__/
|
|
backend/tmp/
|
|
backend/__pycache__
|
|
app/__pycache__
|
|
app/new_web_source
|
|
app/user_data/
|
|
|
|
# ===== logs =====
|
|
logs/
|
|
aiimage-backend.log*
|
|
|
|
# ===== Python =====
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.pyo
|
|
.Python
|
|
*.egg-info/
|
|
*.egg
|
|
MANIFEST
|
|
.installed.cfg
|
|
|
|
# Build / packaging
|
|
app.zip
|
|
build/
|
|
dist/
|
|
develop-eggs/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
.python-version
|
|
|
|
# Testing
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
htmlcov/
|
|
|
|
# Type checking
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
.pyre/
|
|
.pytype/
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints
|
|
*.ipynb_checkpoints/
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# ===== Database =====
|
|
*.db
|
|
*.sqlite3
|
|
|
|
# ===== Misc =====
|
|
desktop/
|
|
ERP-Demo/
|
|
xlsx/
|
|
.omx/
|
|
.codex
|
|
.rtk
|
|
OPS_REDIS_MYSQL_OPTIMIZATION_NOTES.md
|
|
架构.md
|
|
*ts.%
|
|
.omc
|
|
|
|
# ===== 本地规划文档(不入库)=====
|
|
docs/plans/
|
|
docs/*plan*.md
|
|
backend-java/docs/plans/
|
|
backend-java/docs/*plan*.md
|
|
backend-java/docs/specs/
|
|
backend-java/docs/*audit*.md
|
|
*.broken/
|
|
|
|
# ===== 进度/规划工具(本地使用,不入库)=====
|
|
check_progress.py
|
|
progress.json
|
|
progress_*.json
|