feat(quota): All tab first in tab bar; remove header usage-alert badge (v0.4.3)

- Tab order: All | Command Code | OpenCode Go (All remains the default)
- Drop the global status badge in the header action row and its
  updateGlobalBadge aggregation; per-card chips and All-tab provider
  badges are unaffected
This commit is contained in:
2026-09-20 14:52:24 +08:00
parent 4fdc9ad6c8
commit 447ce65c9b
3 changed files with 6 additions and 34 deletions
+1 -1
View File
@@ -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"