- 24 Jan, 2026 2 commits
-
-
- 为 utils、api、stores、composables 等模块的函数和变量添加详细的 @description 注释 - 统一接口返回类型为 Promise<{code,data,msg}> 格式说明 - 为组件方法添加参数和返回值类型标注 - 更新文件头部的 @Description 字段使其更具体 - 增强代码自文档化能力,便于团队维护和IDE智能提示hookehuyr authored -
- 将PosterBuilder组件的工具函数从TypeScript迁移至JavaScript以简化构建 - 修复ESLint配置,添加root标志防止继承外部规则 - 更新package.json添加lint脚本便于代码检查 - 优化API响应处理函数,增强错误处理和类型安全 - 调整环境配置,将生产环境指向开发服务器
hookehuyr authored
-
- 23 Jan, 2026 1 commit
- 22 Jan, 2026 2 commits
- 21 Jan, 2026 2 commits
-
-
将原有的分散在各页面的底部导航代码重构为可复用的indexNav组件 支持不同位置、选中状态和中心按钮样式配置 通过props控制导航行为和样式,统一管理导航逻辑
hookehuyr authored
- 20 Jan, 2026 13 commits
- 18 Jan, 2026 2 commits
- 17 Jan, 2026 7 commits
- 16 Jan, 2026 11 commits
-
-
更新 enable_offline_booking_cache_polling 函数的 JSDoc 注释,明确参数定义 在 app.js 中调用时添加 interval_ms 参数配置为 5 分钟
hookehuyr authored