Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 63c5880

Browse files
zsioclaude
andcommitted
Merge feat/high-precision-cost into main
此分支包含以下改进: - 提高成本统计精度处理 - 使用 React Query 优化统计数据管理 - 添加统计数据自动刷新功能 - 优化页面布局和使用文档 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 parents 734cf3f + ed0e889 commit 63c5880

File tree

22 files changed

+1022
-151
lines changed

22 files changed

+1022
-151
lines changed

.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"shadcn@latest",
1313
"mcp"
1414
]
15+
},
16+
"chrome-devtools": {
17+
"command": "npx",
18+
"args": ["-y", "chrome-devtools-mcp@latest"]
1519
}
1620
}
1721
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "message_request"
2+
ALTER COLUMN "cost_usd" TYPE numeric(21, 15),
3+
ALTER COLUMN "cost_usd" SET DEFAULT 0;

0 commit comments

Comments
 (0)