新增服务端菜单校验与归一化逻辑,完善菜单相关Schema;前端实现条件渲染的菜单编辑器,支持搜索式图标选择器与父级树过滤。新增媒体URL统一处理工具修复管理端本地静态资源路径映射问题,更新全部相关文档、技术决策记录与测试用例。本次变更不影响WonderQ-MiniAPP端。
44 lines
602 B
Plaintext
44 lines
602 B
Plaintext
node_modules/
|
|
dist/
|
|
**/public/
|
|
apps/*/dist/
|
|
.pnpm-store
|
|
.env
|
|
.env.local
|
|
**/.venv/
|
|
**/.pytest_cache/
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.sqlite
|
|
*.db
|
|
*.pem
|
|
*.key
|
|
.DS_Store
|
|
*.log
|
|
coverage/
|
|
.prisma/
|
|
artifacts/
|
|
task_plan.md
|
|
progress.md
|
|
findings.md
|
|
|
|
# ---> Actionscript
|
|
# Build and Release Folders
|
|
bin-debug/
|
|
bin-release/
|
|
[Oo]bj/
|
|
[Bb]in/
|
|
|
|
# Other files and folders
|
|
.settings/
|
|
|
|
# Executables
|
|
*.swf
|
|
*.air
|
|
*.ipa
|
|
*.apk
|
|
|
|
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
|
# should NOT be excluded as they contain compiler settings and other important
|
|
# information for Eclipse / Flash Builder.
|