"frontend/src/vscode:/vscode.git/clone" did not exist on "c61a9d4b9b857d7cd762b082f67558d9a7938078"
  1. 21 Apr, 2026 8 commits
  2. 20 Apr, 2026 29 commits
  3. 15 Apr, 2026 3 commits
    • erio's avatar
      fix(usage): show account cost inline under cost column, remove separate column · a7dd535d
      erio authored
      - Cost cell: change gray "A $xxx" to orange "成本 $xxx" with i18n
      - Remove standalone account_cost column from column settings (redundant)
      a7dd535d
    • erio's avatar
      feat(usage): add account cost to breakdown sub-table and admin usage log · db27e8f0
      erio authored
      - UserBreakdownItem: add AccountCost field + SQL aggregation
      - UserBreakdownSubTable: add orange account cost column
      - Admin usage table: add account_cost column (after cost, default visible)
      - Column settings: add account_cost toggle option
      db27e8f0
    • erio's avatar
      feat(usage): add account cost display to admin dashboard and usage pages · 6ade6d30
      erio authored
      - Add account_cost column to dashboard aggregation tables (migration 107)
      - DashboardStats: add TotalAccountCost/TodayAccountCost fields
      - ModelStat/GroupStat: add AccountCost field with SQL aggregation
      - GetStatsWithFilters: always return TotalAccountCost (remove accountID filter)
      - Dashboard Token cards: show user(green)/cost(orange)/standard(gray)
      - Usage stats card: show account cost and standard below main value
      - Model/Group distribution tables: add orange cost column
      6ade6d30