diff --git a/tauri-app/src/pages/Profile/Profile.tsx b/tauri-app/src/pages/Profile/Profile.tsx index 161993d..2340ae9 100644 --- a/tauri-app/src/pages/Profile/Profile.tsx +++ b/tauri-app/src/pages/Profile/Profile.tsx @@ -208,29 +208,54 @@ export default function Profile() {
- {/* 积分区 */} -
-
-
-
+ {/* 积分统计卡片 */} +
+
+ {/* 剩余积分 */} +
+
剩余积分
-
- {balance?.balance ?? 0} +
+ + {balance?.balance ?? 0} + +
-
-
+ + {/* 今日消耗 */} +
+
今日消耗
-
- {todayConsumed} +
+ + {todayConsumed} + +
+ + {/* 充值按钮 */}