• This project
    • Loading...
  • Sign in

Hooke / xyxBooking-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • xyxBooking-weapp
  • src
  • pages
  • nfcTest
  • index.config.js
  • hookehuyr's avatar
    chore: 补充 Taro 小程序开发配置体系并格式化代码 · 7541796c ...
    7541796c
    - 新增全局规则:
      - taro-patterns.md(Taro 开发规范)
      - miniprogram-checklist.md(小程序检查清单)
      - taro-cross-platform.md(多端兼容指南)
    
    - 新增项目配置:
      - .eslintrc.js(ESLint 规则)
      - .prettierrc(Prettier 格式化)
      - .lintstagedrc.js(Git 暂存检查)
      - .editorconfig(编辑器统一配置)
      - scripts/setup-husky.sh(Husky 自动安装)
    
    - 新增文档:
      - docs/development-guide.md(完整开发指南)
      - docs/config-quick-reference.md(配置快速参考)
    
    - 更新 package.json:
      - 添加代码质量相关命令(lint、format等)
    
    - 使用 Prettier 格式化所有代码
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    hookehuyr authored 2026-01-28 21:20:12 +0800
index.config.js 57 Bytes
Raw Blame History Permalink
1 2 3
export default {
  navigationBarTitleText: 'NFC测试'
}