fix: 修复福利中心图标语义
## 问题 - 我的邀请码使用 gift(礼物)图标,语义不够准确 ## 修复 - welfare_center_page.dart: 我的邀请码图标 - gift → userPlus - 理由:userPlus 更准确表达邀请好友的语义 ## 保留正确的图标 ✅ 福利中心入口(menu_group1.dart)- gift(礼物/福利) ✅ 福利中心卡片(home_page.dart)- gift(礼物/福利) ✅ 暂无推广用户 - users(用户群) ✅ 间接推广统计 - users(推广的人群)
This commit is contained in:
@@ -209,7 +209,7 @@ class _WelfareCenterPageState extends State<WelfareCenterPage> {
|
|||||||
// Header Row: gift icon + 標題
|
// Header Row: gift icon + 標題
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(LucideIcons.gift, color: goldAccent, size: 24),
|
Icon(LucideIcons.userPlus, color: goldAccent, size: 24),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 10),
|
||||||
Text(
|
Text(
|
||||||
'我的邀請碼',
|
'我的邀請碼',
|
||||||
|
|||||||
Reference in New Issue
Block a user