mirror of
https://github.com/zgs225/cliproxy-plugin-commandcode.git
synced 2026-09-26 03:32:50 +08:00
feat(quota): display quota amounts in USD currency format, bump v0.2.2
Command Code quota/credits are USD-denominated. Switch the QuotaCard page from plain toLocaleString numbers to Intl en-US currency formatting so all amounts render with a dollar sign, thousand separators and two decimals (e.g. $5.14, $14.00). Bump plugin version to 0.2.2 (page badge + metadata).
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import (
|
||||
const (
|
||||
PluginID = "commandcode"
|
||||
PluginName = "commandcode"
|
||||
PluginVersion = "0.2.1"
|
||||
PluginVersion = "0.2.2"
|
||||
PluginAuthor = "zgs225"
|
||||
PluginRepo = "https://github.com/zgs225/cliproxy-plugin-commandcode"
|
||||
PluginLogo = "https://raw.githubusercontent.com/zgs225/cliproxy-plugin-commandcode/main/assets/logo.svg"
|
||||
|
||||
Reference in New Issue
Block a user