Commit Graph

42 Commits

Author SHA1 Message Date
duanshuwen
79b101978a style: replace legacy padding classes with inline pixel values
Remove the unused padding.scss stylesheet and its import from the main SCSS entrypoint. Update all legacy padding utility class names across every Vue component to use inline pixel-based utility classes (such as replacing `pl-12` with `pl-[12px]`). Also clean up extraneous whitespace and line breaks in component templates for improved readability.
2026-07-24 16:36:44 +08:00
515e02f3af feat: 首页交互的 2026-07-14 10:09:26 +08:00
duanshuwen
191ba48b9d feat(aigc): implement travel AIGC feature and clean up legacy assets
- Replace all local static AIGC assets with OSS hosted URLs to reduce bundle size
- Add travelAIGC command to ChatModel and update quick access menu to link to AIGC home
- Implement AIGC user consent flow with local storage persistence for compliance
- Refactor Discovery page layout, remove unused HeritageDiscoverySection component
- Update ChatTopNavBar to support dynamic navigation bar height based on system info
- Restructure ChatMainList layout for better discovery panel interaction
- Remove deprecated local asset files and clean up unused imports across codebase
2026-07-06 22:40:36 +08:00
duanshuwen
bfda50e14a feat: add collapsible welcome and sticky tabs
Wrap the home welcome component in a collapsible container with smooth transitions. Implement scroll-based collapse and expand logic for the banner in the chat main list. Add sticky tab header styling and updated page layout for the discovery page.
2026-07-06 20:57:10 +08:00
duanshuwen
aa07286010 feat: add discovery tool cards, refactor AiTabSwitch and update client configs
- Update xiaoqi client configuration: adjust clientId, sync appid across config files and switch to production build by setting developVersion to false
- Refactor AiTabSwitch component to use background images instead of inline image tags, clean up redundant SCSS styles and replace tab icon assets
- Add three new Discovery page tool components: audio guide, map guide and photo generator cards
- Clean up unused code in Discovery page and ChatMainList component, remove unused scroll view and computed property
- Fix regex pattern and formatting issues in update-appid.js script
- Comment out unused SpriteAnimator component in ChatMainList
2026-07-06 20:51:45 +08:00
duanshuwen
ca680ab41b feat: add heritage discovery tab and AIGC consent dialog
- Add new HeritageDiscoverySection and HeritageQuickPrompts components for dedicated heritage discovery view
- Implement reusable AigcConsentDialog component for AI service user agreement prompts
- Update Discovery page to toggle between explore and heritage tab layouts
- Refactor legacy CardSwiper component into generic ExploreCards
- Adjust ChatMainList layout to include home hero sprite animation and restructure welcome section
- Refine NoticeMessage component styling and layout for better consistency
- Add build best practices guidance to AGENTS.md documentation
- Clean up minor config whitespace and formatting issues across files
2026-07-05 14:56:55 +08:00
74cdf80b76 feat: ip 位置调整 2026-06-12 16:01:47 +08:00
333d3b5dbc feat: 预览组件 2026-06-09 11:18:02 +08:00
b4871d9cff feat: 增加区分预览版的模块 2026-06-08 17:45:20 +08:00
fc1fd6a6d5 feat: 组件渲染 2026-06-05 16:50:28 +08:00
9d7a75a307 feat: 兼容老的长文本 2026-06-05 15:01:15 +08:00
be175591cc feat: 组件 2026-06-05 14:34:25 +08:00
1be97986df feat: 组件条件调整 2026-06-04 17:09:49 +08:00
c3cf6f2f12 feat: 样式的调整 2026-06-04 01:16:05 +08:00
91ae9943e6 feat: 增加攻略组件 2026-06-03 20:43:10 +08:00
d32d4cb845 feat: 视频组件 2026-05-28 16:49:34 +08:00
3ce669d220 feat: 增加一个演示组件 2026-05-27 17:24:27 +08:00
f6b11c50b6 feat: 预览的组件 2026-05-25 17:22:51 +08:00
e0a28c87fb feat: 添加预览组件 2026-05-25 16:32:40 +08:00
e605d68d59 feat: 处理数据 2026-05-21 16:35:37 +08:00
a2c814481c feat:增加几种长文本组件 2026-05-21 15:59:43 +08:00
d087ee6b35 feat: 长文本组件的对接调试 2026-05-20 15:26:52 +08:00
9b813f0ed0 feat: 首页调整 2026-05-14 15:33:53 +08:00
405be2ca99 feat: 修复发送消息后的键盘处理 2026-05-14 15:20:34 +08:00
e453a78212 feat: 小调整 2026-05-14 15:04:25 +08:00
b48426fc84 feat: 一些调整 2026-05-14 11:23:03 +08:00
ad721cbdcb feat: 放出aigc 2026-05-13 14:55:22 +08:00
31d9adc579 feat: 伴游的调整 2026-05-13 14:53:09 +08:00
0dfd4fda1e feat: 抽屉效果再app不兼容问题处理 2026-05-11 16:04:41 +08:00
9cd3916ab2 feat: 兼容在app上页面滚动与键盘问题 2026-05-11 15:54:28 +08:00
9c83a47260 feat: 组件01 2026-05-09 23:58:47 +08:00
42e0e4920f feat; 消息与天气接口对接 2026-05-07 17:16:45 +08:00
3a5fa0b7d2 feat: 调整头图的高度 2026-04-30 14:02:26 +08:00
af7366f32b feat: 头图的调整 2026-04-30 12:09:17 +08:00
6c58484b36 feat: 去掉了原来的欢迎栏 2026-04-30 11:23:06 +08:00
b5141dc2d1 feat:移除原来 welcome栏 2026-04-30 10:16:34 +08:00
2f917eed82 feat: 调整了跳转的逻辑 2026-04-30 10:13:22 +08:00
749a178987 feat: 问题修复 2026-04-29 17:11:24 +08:00
4625b3c840 feat: 欢迎语的样式等调整 2026-04-29 16:47:03 +08:00
3e572052e8 feat: 调整了跳转的交互 2026-04-29 16:31:59 +08:00
3d6fe2642c feat: 页面结构的调整 2026-04-29 12:31:50 +08:00
736c2feb4f feat: 调整了目录结构 2026-04-23 16:37:26 +08:00