Commit Graph

849 Commits

Author SHA1 Message Date
6a9135770b feat: 常用出行人的调整 2026-07-31 09:38:02 +08:00
15c8d5f36d feat: 首页样式改变 2026-07-30 22:24:56 +08:00
3121b2aa53 feat: 首页播放视频与tab重复问题处理 2026-07-30 22:08:45 +08:00
0bb34f8aa7 feat: 首页的样式的调整 2026-07-30 22:00:37 +08:00
76abf4a9f0 feat: 样式调整 2026-07-30 21:25:33 +08:00
6ee87bc57c feat: 景区首页调整 2026-07-30 21:19:58 +08:00
7081420384 feat: 页面调整 2026-07-30 17:49:55 +08:00
a4e58a780a feat: 更多服务替换图片 2026-07-30 17:06:52 +08:00
b6e90f67b1 feat: wire ticket client experience 2026-07-30 16:49:43 +08:00
7a2133dc99 feat: add ticket order and credential views 2026-07-30 16:46:55 +08:00
145e096b3e feat: add ticket booking views 2026-07-30 16:46:26 +08:00
fa9a1500d2 feat: add ticket storefront views 2026-07-30 16:45:04 +08:00
80cbf49812 fix: align ticket data booking contracts 2026-07-30 16:41:30 +08:00
85a61e6342 test: verify ticket order demo isolation 2026-07-30 16:29:58 +08:00
a574b179d5 test: cover ticket demo data contract 2026-07-30 16:27:00 +08:00
c4e03548d5 feat: add ticket client demo data 2026-07-30 16:21:19 +08:00
516a9431f0 fix: harden ticket model edge cases 2026-07-30 16:15:37 +08:00
cb8cbb66f7 fix: align ticket order entitlement model 2026-07-30 16:09:35 +08:00
614778a767 test: verify paid ticket order payload 2026-07-30 16:04:57 +08:00
e5d8eb18f1 test: cover ticket model edge cases 2026-07-30 16:02:31 +08:00
578e186746 feat: add ticket booking domain model 2026-07-30 15:56:19 +08:00
9487dad416 docs: add tickets client migration design 2026-07-30 15:38:02 +08:00
49d9bf438e feat: 首页的调整 2026-07-30 14:41:49 +08:00
f17c6e5e3f feat: 调整展示逻辑 2026-07-30 13:40:23 +08:00
9e048a1174 feat: 首页的搭建 2026-07-30 13:14:06 +08:00
dd8e622bad feat: 改版首页搭建 2026-07-30 09:50:59 +08:00
84e6702929 feat: 输入框区域悬浮效果 2026-07-30 09:10:59 +08:00
be522a8f02 feat: 移动请求文件到子包 2026-07-28 17:26:54 +08:00
6a96e3634e Merge branch 'aigc' of https://git.nianxx.cn/zoujing/YGChatCS into home3.0
# Conflicts:
#	src/pages-aigc/agreement/agreement.vue
#	src/pages-booking/index.vue
#	src/pages.json
#	src/request/api/AigcApi.js
#	src/utils/index.js

合并了代码
2026-07-28 12:57:04 +08:00
51e7277ab1 feat: 默认手机号的填写 2026-07-28 11:30:21 +08:00
010f238b65 feat: 调整输入组件 2026-07-28 11:10:09 +08:00
ffeb03a3fc feat: 取号请求处理 2026-07-28 10:09:43 +08:00
6d629181ce feat: 调整了字段的展示 2026-07-27 11:42:53 +08:00
59362e37e5 feat:接口调整 2026-07-27 11:22:53 +08:00
01f090064d feat: 增加接口前缀 2026-07-27 09:24:57 +08:00
duanshuwen
7913db7a83 fix(ui-layout): correct flex text truncation issues
Add min-w-0, w-full, and block classes to flex child elements and text nodes across various UI components to ensure text truncation works correctly. Remove outdated hardcoded card item width styles from global SCSS and replace them with inline responsive width classes where appropriate.
2026-07-25 19:17:13 +08:00
duanshuwen
04a7acc8b3 fix(explore-cards): update scroll view props for horizontal scroll
replace outdated overflow-x-autoshow-scrollbar prop with scroll-x and show-scrollbar="false" to enable proper horizontal scrolling and hide the scrollbar
2026-07-25 11:38:10 +08:00
duanshuwen
cd307da2ff style(chat-main): update text color to #181B25
Also remove the now-unused .text-color CSS rule, update the direct text color in the HomeWelcome component from #0B5C2D to #181B25, and replace all existing uses of the .text-color class with direct inline text-[#181B25] utility classes in the NoticeMessage component.
2026-07-25 11:23:42 +08:00
duanshuwen
4e3a39e3c1 fix: correct scroll-view props and event bindings
update scroll-view component syntax in goods, ChatLongAnswer and Discovery pages
2026-07-25 11:18:25 +08:00
duanshuwen
8d4d5510f9 fix(goods/album): correct scroll-view tag syntax 2026-07-25 11:10:35 +08:00
duanshuwen
04b48b7656 refactor: remove unused border.scss and update styles
Remove the deprecated border.scss stylesheet and its import from the main SCSS entry file. Replace all legacy border utility class usages with explicit border classes:
- Replace border-ff with border border-white
- Replace border-F1F5F9 with border border-[#f1f5f9]
- Replace border-bottom with border-b border-[#e5e8ee]
- Replace border-top-8 with border-t-8 border-[#f5f5f5]
- Update border-none button styles to add after:!hidden to retain original pseudo-element hiding behavior
2026-07-25 10:54:56 +08:00
duanshuwen
5209af9508 style: remove global .border class and standardize border styles
Delete the unused global .border SCSS utility class from border.scss. Replace all usages of the generic "border" class with explicit "border border-[#e5e8ee]" to match the original border styling, and retain the dynamic border color override in the OrderQrcode component.
2026-07-25 10:39:44 +08:00
duanshuwen
bd1725331b refactor: remove unused overflow SCSS file and import 2026-07-25 10:24:08 +08:00
duanshuwen
f534a2ea89 refactor(styles): replace custom scroll classes with overflow utils
Remove the deprecated scroll.scss stylesheet and its import from the main SCSS index file. Replace all usages of the custom .scroll-y and .scroll-x classes across Vue templates with the corresponding overflow utility classes. Fix a malformed scroll-view tag in the goods album page template.
2026-07-25 10:21:28 +08:00
duanshuwen
06119f00db refactor: replace legacy height utility classes with inline pixel units
Remove the unused height.scss partial and its import from the main SCSS entry file. Update all component templates to use explicit h-[numberpx] classes instead of the legacy h-* height utilities, eliminating the separate dependency file.
2026-07-25 10:18:12 +08:00
duanshuwen
15560574e0 refactor: replace legacy flex utility classes and remove flex.scss
Replace all instances of prefixed flex utility classes (like flex-items-center, flex-justify-between, flex-full, flex-shrink-0) with their standard un-prefixed counterparts (items-center, justify-between, flex-1, shrink-0) across the codebase. Remove the deprecated src/static/scss/flex.scss partial file as it is no longer needed after these updates.
2026-07-25 10:03:01 +08:00
duanshuwen
1df4b328dd style: fix invalid color refs and standardize hex
Fix invalid SCSS variable syntax in the NoticeMessage component by replacing invalid $text-[#xxx] references with direct hex codes. Replace SCSS color variable usages with hardcoded hex values across multiple UI components. Standardize hex color values to lowercase in the global SCSS file, and fix the trailing newline in src/uni.scss.
2026-07-24 22:37:33 +08:00
duanshuwen
4af4255610 refactor: migrate to tailwind arbitrary width classes
remove the unused src/static/scss/width.scss file and its import from index.scss, replace all existing custom width utility class usages with the equivalent Tailwind arbitrary width syntax
2026-07-24 22:28:16 +08:00
duanshuwen
3d41691b65 refactor(scss, vue): remove unused min-height and min-width utility classes
remove the unused min-height.scss and min-width.scss source files
delete their @import statements from src/static/scss/index.scss
strip the min-width-0 and min-height-0 class attributes from the relevant Vue components
2026-07-24 22:21:14 +08:00
duanshuwen
2b12398f2a refactor: replace custom ellipsis classes with native utilities
delete unused ellipsis.scss partial and its import, update all components to use truncate and line-clamp-2 utilities
2026-07-24 22:19:35 +08:00