feat(quota): All tab Command Code card shows Plan + 5h/weekly/monthly windows with reset times (v0.4.4)

This commit is contained in:
2026-09-20 15:25:29 +08:00
parent 447ce65c9b
commit 9d1884cf20
3 changed files with 39 additions and 8 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.3") {
t.Errorf("Body does not contain version badge v0.4.3")
if !strings.Contains(bodyStr, "v0.4.4") {
t.Errorf("Body does not contain version badge v0.4.4")
}
}
}