Compare commits

...

2 Commits

Author SHA1 Message Date
ffac18fd03 build: 更新 Flutter Web 构建产物(福利中心图标修复) 2026-04-08 13:40:09 +08:00
c17225a780 fix: 修复福利中心图标语义
## 问题
- 我的邀请码使用 gift(礼物)图标,语义不够准确

## 修复
- welfare_center_page.dart: 我的邀请码图标
  - gift → userPlus
  - 理由:userPlus 更准确表达邀请好友的语义

## 保留正确的图标
 福利中心入口(menu_group1.dart)- gift(礼物/福利)
 福利中心卡片(home_page.dart)- gift(礼物/福利)
 暂无推广用户 - users(用户群)
 间接推广统计 - users(推广的人群)
2026-04-08 13:39:36 +08:00
3 changed files with 2631 additions and 2630 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "3819895539" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "3701775034" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});

File diff suppressed because one or more lines are too long

View File

@@ -209,7 +209,7 @@ class _WelfareCenterPageState extends State<WelfareCenterPage> {
// Header Row: gift icon + 標題
Row(
children: [
Icon(LucideIcons.gift, color: goldAccent, size: 24),
Icon(LucideIcons.userPlus, color: goldAccent, size: 24),
const SizedBox(width: 10),
Text(
'我的邀請碼',