Commit Graph

109 Commits

Author SHA1 Message Date
zerosaturation
fd580b1f77 fix: 代码合并恢复 2026-05-16 02:03:28 +08:00
zerosaturation
cc40726de0 feat: 经济系统重构 - 任务服务与画廊服务解耦
- galleryService 独立启动,配置 task-service-url
- 新增 taskService 到 galleryService 的 RPC 调用
- 更新 proto 文件并重新生成代码
- 新增展览唯一约束迁移脚本
- 修复多个 service 的配置和依赖关系

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 00:11:12 +08:00
adb8b38e20 修改展示页的样式 2026-05-16 00:11:11 +08:00
19ba97c2e4 style: 藏品详细样式修改 2026-05-16 00:11:11 +08:00
liulong
ec72d30cca chore: 归档当前现有代码,准备新建分支开发插件验证 2026-05-16 00:08:17 +08:00
7921d22b7d style:修改个人设置页面和藏品详细页的样式 2026-05-16 00:06:26 +08:00
faa8b32e09 style:修改样式 2026-05-16 00:03:26 +08:00
89c8f8f877 feat: 添加 ActivityRankingModal 活动榜单弹窗组件
- 新建 ActivityRankingModal.vue 组件,实现单活动排名展示
- TOP3 展示使用 TOP3Card 组件
- 排名列表使用 RankingListItem 组件
- 支持下拉刷新和滚动加载更多
- 当前用户栏固定底部显示
- ThemeBanner 添加 @tap 事件触发弹窗
- index.vue 集成 ActivityRankingModal

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 00:03:26 +08:00
liulong
d64d5d8c43 feat(frontend): 全面前端更新、资源添加与问题修复
- 新增并更新多个静态图标和图片资源
- 修复多个页面的返回图标路径和格式问题
- 简化用户模块的手机号缓存逻辑,移除冗余的脱敏手机号回退方案
- 更新本地开发环境的API基础请求地址
- 优化底部导航栏,支持自定义图标尺寸和旋转效果
- 重做主题横幅的进度展示样式与布局
- 为工艺选择页面添加路由映射和更完善的跳转逻辑
- 为用户个人作品页面新增倒计时计时器和收益领取功能
- 升级藏品详情页面:优化布局、新增用户头像展示、链上数据切换功能,解决代码合并冲突
- 重构用户个人中心页面:更新UI样式、新增敏感信息显示切换开关,替换为新的引导弹窗
2026-05-15 23:51:30 +08:00
liulong
00e515b3dd feat完善三层光栅卡片预览陀螺仪,光栅卡多素材架构升级技术设计,新增资产-素材关联表 2026-05-15 23:19:42 +08:00
ebe57bc078 image:替换图片 2026-05-15 23:13:10 +08:00
6252be4d75 image:替换图片 2026-05-15 21:39:21 +08:00
e4ce006de3 修改展示页的样式 2026-05-15 19:01:49 +08:00
liulong
39209849cc feat:新增光栅卡与镭射卡与新版UI的对接 2026-05-15 16:53:37 +08:00
80f3240b02 修改展示页的样式 2026-05-15 16:21:32 +08:00
be4574621d feat: 替换个人设置为图片 2026-05-15 15:32:20 +08:00
5edf153521 style: 藏品详细样式修改 2026-05-15 15:21:54 +08:00
liulong
15834c6719 fix: 修复光栅卡陀螺仪部分问题 2026-05-15 14:12:55 +08:00
liulong
a5a20856b7 Merge branch 'dev' of https://git.liantu.tech/xiaoyu/topfans into feat/dev/plugin-verify 2026-05-15 11:28:07 +08:00
liulong
a808c808d8 fix修复光栅卡陀螺仪问题 2026-05-15 10:08:39 +08:00
c30e0430ca style:修改个人设置页面和藏品详细页的样式 2026-05-14 22:23:11 +08:00
3f8f27166c style:修改样式 2026-05-14 22:23:10 +08:00
b269fbd075 feat: 添加 ActivityRankingModal 活动榜单弹窗组件
- 新建 ActivityRankingModal.vue 组件,实现单活动排名展示
- TOP3 展示使用 TOP3Card 组件
- 排名列表使用 RankingListItem 组件
- 支持下拉刷新和滚动加载更多
- 当前用户栏固定底部显示
- ThemeBanner 添加 @tap 事件触发弹窗
- index.vue 集成 ActivityRankingModal

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 22:23:09 +08:00
b6d1d00a31 feat: 新增图片,修改应援消耗道具 2026-05-14 22:23:09 +08:00
9d9acadda1 feat: update contribution polling per latest spec - timestamp+id polling, combo_count, fading animation 2026-05-14 22:23:09 +08:00
0c8067187b feat: integrate ContributionList in support-activity page 2026-05-14 22:23:09 +08:00
28707768c3 fix: use reactive array instead of Set for newRecordIds 2026-05-14 22:23:08 +08:00
b22ad01c36 feat: add ContributionList component for realtime display
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 22:23:08 +08:00
c00ac905ff feat: add useContributionPolling composable for realtime contributions
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 22:23:08 +08:00
liulong
3a59aec48f feat新增光栅卡和镭射卡 2026-05-14 22:18:25 +08:00
6bc0ac71ee style:修改个人设置页面和藏品详细页的样式 2026-05-14 21:59:25 +08:00
liulong
fe7fbba1fc chore: 归档当前现有代码,准备新建分支开发插件验证 2026-05-14 16:42:27 +08:00
e500bff6ff style:修改样式 2026-05-14 15:59:56 +08:00
0a09048a85 feat: 添加 ActivityRankingModal 活动榜单弹窗组件
- 新建 ActivityRankingModal.vue 组件,实现单活动排名展示
- TOP3 展示使用 TOP3Card 组件
- 排名列表使用 RankingListItem 组件
- 支持下拉刷新和滚动加载更多
- 当前用户栏固定底部显示
- ThemeBanner 添加 @tap 事件触发弹窗
- index.vue 集成 ActivityRankingModal

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 13:06:19 +08:00
1af0a0527a feat: 新增图片,修改应援消耗道具 2026-05-14 12:17:50 +08:00
7e1da61397 feat: update contribution polling per latest spec - timestamp+id polling, combo_count, fading animation 2026-05-14 12:16:35 +08:00
cb98cd6cb6 feat: integrate ContributionList in support-activity page 2026-05-14 11:31:41 +08:00
0ef2840f00 fix: use reactive array instead of Set for newRecordIds 2026-05-14 11:29:51 +08:00
a2052b673c feat: add ContributionList component for realtime display
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 11:26:46 +08:00
cb96326b3d feat: add useContributionPolling composable for realtime contributions
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 11:15:20 +08:00
6e09afe843 feat: 替换字体 2026-05-13 16:34:50 +08:00
zerosaturation
8b03809c7a feat: 修改活动小按钮改为动态 2026-05-13 14:41:17 +08:00
zerosaturation
e81ef0a375 fix:修改瀑布流ios的抖动现象 2026-05-13 13:03:45 +08:00
zerosaturation
36e36b07c2 feat: 修改瀑布流ios抖动现象 2026-05-12 22:56:20 +08:00
6a6233f2de feat: 添加星卡选中的二级菜单 2026-05-12 22:32:24 +08:00
292d7f076c fix: 会误触菜单样式 2026-05-12 17:18:01 +08:00
023d708bf9 feat: 新增未展览点赞提示 2026-05-12 16:50:25 +08:00
zerosaturation
11df4cd8e9 feat:修改主页面滚动效果 2026-05-12 16:25:03 +08:00
8231ef3a31 feat:隐藏明星选择 2026-05-12 13:41:14 +08:00
9a6efea1c9 feat: 修改注册页面 2026-05-12 12:59:05 +08:00