Commit Graph

110 Commits

Author SHA1 Message Date
duanshuwen
e57617d2c6 refactor: replace theme color utility classes with direct hex values
remove unused theme color background utility classes from background.scss,
swap all instances of bg-theme-color-50 and bg-theme-color-500 with their
corresponding hex values across vue components, and update bg-liner gradient
to use direct hex colors instead of theme variables
2026-07-24 16:03:00 +08:00
duanshuwen
aa0203819c refactor: convert legacy color classes to tailwind syntax
Replace all custom `bg-*` utility classes across Vue components with Tailwind's arbitrary hex color notation (e.g. `bg-[#f7f7f7]`). Remove redundant hardcoded background color definitions from src/static/scss/background.scss, clean up template formatting, and update gradient button styles to use direct hex values.
2026-07-24 15:56:35 +08:00
duanshuwen
4a30777ee0 chore: clean up unused legacy components and assets
remove deprecated unused component implementations, their image assets, prompt, README, demo and style sheet files
update AGENTS.md to remove references to the removed components and refine the project's style guidance
2026-07-24 15:28:10 +08:00
duanshuwen
64c73ad6a6 fix(TopNavBar): update root page back navigation behavior
replace WeChat mini-program specific exit logic with uni.reLaunch to index page for consistent cross-platform behavior when at the root navigation stack
2026-07-22 22:13:42 +08:00
duanshuwen
b04e3a4613 feat(aigc): add shared work top bar and back fixes
- add leftAction prop to AigcTopBar to switch between back arrow and home icon
- pass source=sharedWork query param when reLaunching home from shared work page
- update home page to detect shared work source, adjust top bar and back behavior
- add CSS styling for home top bar icon
- update root page back handler to exit WeChat mini program
2026-07-17 09:29:38 +08:00
duanshuwen
767ecb197b refactor: simplify TopNavBar and update sharedWork back handling
remove leftAction prop and hardcode left icon type in TopNavBar
move home navigation logic out of TopNavBar to parent components
update sharedWork.vue to use new TopNavBar API and implement proper back handling
2026-07-17 08:48:07 +08:00
duanshuwen
dc12b8ba88 feat: update TopNavBar and shared work page navigation
Add leftAction prop to TopNavBar to support back or home left navigation actions, update left icon accordingly. Add optional chaining to shareDetail.templateName to prevent errors. Modify sharedWork page to use home left action and update back handler to use direct home reLaunch.
2026-07-16 22:45:15 +08:00
duanshuwen
b5952961fe feat: add mini-program privacy auth, update oss urls and refine photo guide
update oss static resource urls to oss.nianxx.cn
refactor privacy component to be reusable, add wechat mini-program privacy authorization check before image picking
add image urls to photo guide examples, refine photo guide ui styles and remove unused avatarSrc prop
2026-07-13 20:14:49 +08:00
duanshuwen
a44f0ee052 style: adjust ai tab switch gap and clean up code
- reduce gap in AiTabSwitch styles from 40px to 20px
- format component tags in Discovery page for better readability
- update tab label check in isPanoramaGuideTab from "全景攻略" to "测试-2.0"
2026-07-07 11:23:30 +08:00
duanshuwen
8f2cbbc84f chore(ai-tab-switch): replace local images with remote oss urls
delete local image assets and update component imports to use remote hosted images
2026-07-06 23:01:00 +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
f47f68e19b feat(aigc): add travel postcard AIGC feature
Add complete travel postcard AIGC creation workflow including:
- New AIGC pages: template selection home, result detail, and history records
- Reusable UI components: template card, flow steps, result preview, action buttons, record lists
- Static assets including template images, fonts and styles
- Updated TopNavBar component to support menu button alignment
- Register new AIGC page routes in pages.json
- Add mock data for templates, user records and result details
2026-07-05 17:47:37 +08:00
83d4066f72 feat: tab 的点击交互 2026-05-14 14:43:23 +08:00
b48426fc84 feat: 一些调整 2026-05-14 11:23:03 +08:00
85a61d5bbf feat: 兼容处理 2026-05-10 13:01:55 +08:00
85eaf3b86a feat: 将存储的按照功能分离 2026-04-30 11:15:23 +08:00
b91a675cd1 feat: tab的调整 2026-04-28 16:29:41 +08:00
47d2b5bb3f feat: 首页tab的调整 2026-04-28 16:20:50 +08:00
2c9377c019 feat: 搭建快捷提问组件与一些样式调整 2026-04-27 16:31:56 +08:00
058c9c0e77 feat: 调整了tab的样式 2026-04-27 14:10:21 +08:00
71c5e86bb8 feat: 使用图片替换上传 2026-04-27 09:21:14 +08:00
59e8b0325b feat: 新首页的搭建 2026-04-24 16:56:56 +08:00
5d0198b17a feat: 移除无用的图片 2026-04-23 18:01:09 +08:00
99b82810c2 feat:颜色主色调的调整 2026-04-23 10:12:49 +08:00
1408a97027 feat: 登录的选项框的颜色 2026-04-19 10:38:45 +08:00
7aa8c72005 feat: 酒店的日期选择调整 2026-04-13 22:33:17 +08:00
f632e9c821 feat: 下单预约的日期动态选择 2026-04-13 21:43:11 +08:00
e565e967fc feat: 房间号的文案改 2026-04-05 11:43:43 +08:00
8d57d684c0 feat: 图片浏览器优化 2026-03-26 22:54:46 +08:00
51ce0ccd8b feat: 添加电话号码与微小调整 2026-03-17 20:09:19 +08:00
40c37ea2e1 feat: 商品的核销逻辑 2026-03-16 22:28:24 +08:00
8c3f04b44a feat: 增加使用日期组件 2026-03-13 00:06:32 +08:00
e61f6fc596 feat: icon图标处理 2026-03-11 22:56:20 +08:00
25d5593ff1 feat: 缩略图部分显示与隐藏 2026-03-11 15:55:26 +08:00
1c5a7ddaab feat: 商品卡片组件的样式调整 2026-03-11 15:47:54 +08:00
2d7e0d5bb7 feat: 样式调整 2026-03-10 23:32:05 +08:00
aaa1684103 feat: 样式调整 2026-03-10 23:30:23 +08:00
c141913a2c feat: 删除图片 2026-03-10 23:26:48 +08:00
e3fa4b6a02 feat: 改造商品详情的位置组件样式 2026-03-10 23:04:42 +08:00
b69d24b96a feat: 设置导航栏的颜色 2026-03-10 16:53:53 +08:00
df8a7f4de7 feat: 主题颜色的调整,现在支持切换颜色 2026-03-10 15:51:55 +08:00
4e92ec2000 feat: 问卷字段调整和样式调整 2026-02-04 15:01:11 +08:00
8e27c27abf feat: 兼容处理toolResult字段 2026-02-04 12:00:55 +08:00
76ead609d5 feat: 字段的调整和问卷跳转的处理 2026-02-04 11:59:12 +08:00
521a0bf4b3 feat: 问卷调查组件的字段调式 2026-02-03 22:47:43 +08:00
DEV_DSW
2d3cd6796e feat: 问卷组件新增跳转逻辑 2026-01-30 16:46:27 +08:00
e383bbbcf0 feat: 增加问卷调查组件 2026-01-27 17:05:24 +08:00
226ddf8305 feat: 雪碧图组件调整 2026-01-20 22:52:43 +08:00
98c1d50ca5 feat: 实现多行多列雪碧图的动画加载 2026-01-20 22:46:55 +08:00
5d98b76fd1 feat: 日期选择的调整 2026-01-07 12:12:01 +08:00