diff --git a/plugin/management_test.go b/plugin/management_test.go
index 55a3395..6876be8 100644
--- a/plugin/management_test.go
+++ b/plugin/management_test.go
@@ -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.2") {
- t.Errorf("Body does not contain version badge v0.4.2")
+ if !strings.Contains(bodyStr, "v0.4.3") {
+ t.Errorf("Body does not contain version badge v0.4.3")
}
}
}
diff --git a/plugin/plugin.go b/plugin/plugin.go
index 64bddf4..292aed0 100644
--- a/plugin/plugin.go
+++ b/plugin/plugin.go
@@ -13,7 +13,7 @@ import (
const (
PluginID = "commandcode"
PluginName = "commandcode"
- PluginVersion = "0.4.2"
+ PluginVersion = "0.4.3"
PluginAuthor = "zgs225"
PluginRepo = "https://github.com/zgs225/cliproxy-plugin-commandcode"
PluginLogo = "https://raw.githubusercontent.com/zgs225/cliproxy-plugin-commandcode/main/assets/logo.svg"
diff --git a/plugin/quota_page.go b/plugin/quota_page.go
index 4fca556..cd9dea7 100644
--- a/plugin/quota_page.go
+++ b/plugin/quota_page.go
@@ -918,17 +918,12 @@ const QuotaPageHTML = `
-
-
- 正在检查...
-
-