feat(quota): All as default tab with per-key OpenCode cards grouped by provider, bump v0.4.2

This commit is contained in:
2026-09-20 14:20:01 +08:00
parent 2f1b2fb821
commit 4fdc9ad6c8
3 changed files with 81 additions and 75 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ func TestHandleManagement_QuotaResource(t *testing.T) {
if !strings.Contains(bodyStr, "用量配额") {
t.Errorf("Body does not contain expected menu text 用量配额")
}
if !strings.Contains(bodyStr, "v0.4.1") {
t.Errorf("Body does not contain version badge v0.4.0")
if !strings.Contains(bodyStr, "v0.4.2") {
t.Errorf("Body does not contain version badge v0.4.2")
}
}
}