+ {{ editingId ? '编辑记录' : '记录新消费' }} +
++ {{ feedback }} +
+ + +HI, ALEX
-本月结余
- -收入
-¥ 12,500
-支出
-¥ 8,215
-{{ notif.time }} · 自动识别
-- ¥{{ notif.amount }}
- -分析我的消费习惯
-今日剩余 750 kcal
-+ {{ currentDayLabel }} +
+本月结余
+ ++ 收入 +
+{{ formatCurrency(totalIncome) }}
++ 支出 +
+{{ formatCurrency(Math.abs(totalExpense)) }}
+今日收入
+{{ formatCurrency(todayIncomeValue) }}
+今日支出
+- {{ formatCurrency(todayExpenseValue) }}
+{{ tx.merchant }}
++ {{ formatTime(tx.date) }} · {{ tx.category }} +
++ {{ notif.text }} +
+分析我的消费习惯
+今日剩余 750 kcal
++ 支出 ¥{{ group.totalExpense.toFixed(2) }} +
+- {{ item.title }} + {{ item.merchant }}
- {{ item.time }} - | {{ item.note }} + {{ formatTime(item.date) }} + + · {{ item.category }} + + + · {{ item.note }} +
+ {{ formatAmount(item.amount) }} +
+ +