Commit Graph

24 Commits

Author SHA1 Message Date
你çšnepiedg d101515d8d refactor: rename AI summary page and update navigation path
- Changed the path of the AI summary page from "pages/ai-summary/index" to "pages/ai_summary/index"
- Updated the navigation in the profile page to reflect the new path for the AI summary page
2026-03-16 15:34:37 +08:00
你çšnepiedg ff2db1cc07 feat: 更新 AI 页面与个人资料菜单
- 修改 AI 页面标题为 "AI 建议" 和 "AI 总结"
- 在个人资料页面添加 AI 建议和总结的导航项
- 优化 AI 页面结构,移除不必要的加载状态和元素
- 更新样式以提升用户体验
2026-03-14 01:18:57 +08:00
hello-dd-code 67587848ed Merge pull request #28 from hello-dd-code/codex/smoke-ai-home-updates
[codex] 接入戒烟首页 AI 计划与今日总结
2026-03-13 21:49:04 +08:00
root 07482b8915 feat: 接入戒烟首页 AI 计划与今日总结 2026-03-13 21:31:28 +08:00
nepiedg 525266afaf feat: 添加戒烟计划前端页面
- 新增 pages/quit-plan/index.vue 戒烟计划页面
- 展示30天戒烟计划总览和进度
- 显示当前阶段(记录期/减量期/巩固期)
- 展示每日目标和建议
- 支持生成计划和重置计划功能
- 在 api/smoke.js 添加相关 API 调用
- 在 pages.json 注册路由
2026-03-13 15:08:57 +08:00
nepiedg bdb8d425eb feat: 支持多页面分享与统一默认头像
Made-with: Cursor
2026-03-10 23:00:37 +08:00
root 585b0a203f fix: 修复分享页依赖分析忽略并增加本地预览入口 2026-03-10 20:36:20 +08:00
root 86bbdf4882 fix: use existing fallback avatar on share page 2026-03-10 18:55:09 +08:00
root db3218160b feat: add read-only smoke share page and profile share entry 2026-03-10 18:53:10 +08:00
root 50109b3a96 fix: 修复抽烟记录第一条不显示距离上次时间的问题
- 第一条记录现在显示距离当前时间的间隔
- 后续记录显示距离上一条记录的间隔

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 15:24:57 +08:00
root 3b442e51c7 style: use white tabbar border for softer UI 2026-03-09 23:59:26 +08:00
root b98d5067e2 chore: add tabbar icons and wire pages.json 2026-03-09 23:15:03 +08:00
nepiedg 17daf254cd feat: Enhance onboarding and profile pages with improved navigation and UI updates
Updated the onboarding page to include a navigation area with a step indicator and adjusted the progress bar styling. In the profile page, simplified the user section, added options for clearing cache and copying feedback email, and improved layout consistency. Enhanced overall visual design with a light green gradient theme.
2026-03-04 12:38:46 +08:00
nepiedg ebca42c34e feat: MVP 精简版 - 隐藏 AI 助手模块
从 TabBar 移除 AI 助手入口,首页隐藏 AI 提示卡片。保留首页、统计、记录、我的四个核心 Tab,聚焦记录与数据功能优先上线。

Made-with: Cursor
2026-03-04 00:32:44 +08:00
nepiedg 539296f599 fix: 修复首页导航栏与系统胶囊按钮重叠问题
移除与微信胶囊按钮冲突的设置按钮,使用 getMenuButtonBoundingClientRect 正确计算导航栏占位高度。统一首页卡片样式与其他页面一致。

Made-with: Cursor
2026-03-04 00:29:35 +08:00
nepiedg 7fa691bbaf feat: 统一全局界面风格为浅色绿色主题
将个人中心、引导页从深色主题改为浅绿渐变主题,与首页、统计、AI助手、记录页保持一致的视觉风格。更新 App.vue 全局样式和 pages.json 导航栏配色。

Made-with: Cursor
2026-03-03 22:56:36 +08:00
nepiedg 68874cf893 feat: 完善AI助手页真实数据接入与界面风格统一 2026-02-28 17:37:36 +08:00
nepiedg 6f23abe23d docs: add comprehensive project README 2026-02-28 17:23:32 +08:00
nepiedg 031eef9643 aaa 2026-02-23 22:24:29 +08:00
nepiedg ff68f7f3ae Remove outdated UI components and screens for activity history, AI quit assistant, home dashboard, profile & settings, and smoking statistics. Update API to include a new endpoint for home dashboard data retrieval. Enhance smoke record dialog with improved layout and styling adjustments. 2026-01-30 01:15:52 +08:00
nepiedg 0d482e3a1c Update API endpoints and enhance UI components. Changed appid in manifest.json, modified profile and log update methods from PUT to POST in profile.js and smoke.js, respectively. Added new statistics retrieval function in smoke.js and improved the smoke record dialog with updated styles and validation logic. Updated configuration for development environment and refined documentation for health recovery and savings calculations. 2026-01-26 22:16:20 +08:00
nepiedg 35405efcdf Update algorithm documentation and API specifications. Enhanced clarity on parameters and calculations in ALGORITHM.md, including default values and boundary conditions. Modified API endpoints from PUT to POST for updating logs and profiles in api.md. Removed outdated DEVELOPMENT.md and related phase documentation files. Added comprehensive health and savings statistics in API responses. Improved user guidance in PHASE3_USER_GUIDE.md. 2026-01-25 17:14:24 +08:00
nepiedg 661f39dfd7 Implement login functionality and UI updates across the application. Added silent login process in App.vue, updated styles for various components, and integrated smoke record dialog. Enhanced onboarding and profile pages with improved layouts and user experience. Updated manifest and configuration files for deployment. Added easycom configuration for component auto-import. 2026-01-25 14:48:20 +08:00
nepiedg c883ae7b17 init 2026-01-25 11:45:16 +08:00