详细变更如下: - 更新 .gitignore 文件,添加 pnpm-store 忽略规则 - 新增数据库迁移脚本,为 DetailRecord 添加可空的 conciergeAdvisorId 字段用于关联管家顾问 - 完善 Admin 后台玩法详情编辑器,支持选择关联的管家顾问并校验合法性 - 公共 API 支持返回已启用的管家顾问完整数据,不在详情表中冗余存储管家资料 - 小程序端新增详情页联系管家入口、个人页最近浏览历史功能 - 更新所有相关文档与测试用例,修复下拉选择框的 z-index 样式问题
43 lines
591 B
Plaintext
43 lines
591 B
Plaintext
node_modules/
|
|
dist/
|
|
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.
|