diff --git a/plugin/management_test.go b/plugin/management_test.go index 62d255b..70de3f3 100644 --- a/plugin/management_test.go +++ b/plugin/management_test.go @@ -74,7 +74,7 @@ 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.0") { + if !strings.Contains(bodyStr, "v0.4.1") { t.Errorf("Body does not contain version badge v0.4.0") } } diff --git a/plugin/plugin.go b/plugin/plugin.go index d16f225..9c76aa8 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -13,7 +13,7 @@ import ( const ( PluginID = "commandcode" PluginName = "commandcode" - PluginVersion = "0.4.0" + PluginVersion = "0.4.1" 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 d5948d5..1557d99 100644 --- a/plugin/quota_page.go +++ b/plugin/quota_page.go @@ -907,7 +907,7 @@ const QuotaPageHTML = `
用量配额 - v0.4.0 + v0.4.1