Files
zhangxiang 810081ac0a feat: 小程序端 UI 优化与纯客户端化改造
- 移除微信订阅推送功能(云函数/订阅管理页),回归纯客户端零后端架构
- 新增今日黄历默认展示卡片 TodayAlmanacCard(9 语言翻译)
- i18n 修复:启用 globalInjection 修复 $t 未注入,插值消息全部改为
  Messages Functions 适配小程序端(63 处)
- 修复底部导航切换失效与运势页数据不刷新
- 统一设计令牌(深褐主色 + 印红强调色),组件 UI 规范重构
- 图标 iconfont 化(FontAwesome 子集化,修复 Android 豆腐块)
- 新增 postcss-px2rpx 机型自适应(仅 mp-weixin 构建生效)
- 新增 5 个用户旅程 E2E 测试(31 用例)与验收报告
- 补充微信小程序项目配置(appid)
2026-08-28 07:51:02 +08:00

220 lines
3.0 KiB
Plaintext

# ==================== Node.js / Vue / UniApp ====================
node_modules/
.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# ==================== Build Outputs ====================
dist/
build/
.nuxt/
.output/
.vercel/
.svelte-kit/
.vite/
.vite-cache/
*.tsbuildinfo
dist-ts/
# ==================== Testing & Coverage ====================
coverage/
.nyc_output/
.nyc_cache/
test-results/
playwright-report/
test-reports/
.vitest-cache/
.pytest_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# ==================== TypeScript ====================
*.tsbuildinfo
dist-ts/
typings/
# ==================== IDE & Editors ====================
.idea/
.vscode/
*.iml
*.swp
*.swo
*.swn
*~
.settings/
.classpath
.project
*.un~
Session.vim
# ==================== OS Generated ====================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Icon?
VolumeIcon.icns
# ==================== Environment & Secrets ====================
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
.env.staging.local
.env.backup
*.pem
*.key
*.crt
*.cert
secret.*
private.*
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/
# ==================== Logs ====================
logs/
*.log
# ==================== Python ====================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
.eggs/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
*.mo
*.pot
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy
docs/_build/
.ipynb_checkpoints
profile_default/
ipython_config.py
.python-version
Pipfile.lock
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py
.spyderproject
.spyproject
.ropeproject
/site
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
# ==================== UniApp / Mobile ====================
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
*.swf
*.air
*.ipa
*.apk
# ==================== Cache ====================
.cache/
.grunt/
bower_components/
jspm_packages/
.lock-wscript/
.fusebox/
.dynamodb/
.tern-project
.tern-port
.tern-defs
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
temp-vite/
temp/
tmp/
# ==================== Test Output ====================
dogfood-output/
# ==================== Misc ====================
*.backup
*.tmp
*.temp
*.crx
*.xpi
*.zip
local-config.js
config/local.js
# ==================== AI Tools ====================
.lingma/
.impeccable/
.nova-loop/
.pai/
.workbuddy/
# ==================== UniApp / WeChat DevTools ====================
coverage-acceptance/
project.private.config.json
# ==================== Trae (keep hooks/settings, ignore runtime) ====================
.trae/rules/
.trae/.suppress-hooks
.trae/hooks/.suppress-hooks
# agents
AGENTS.md