Merge pull request #2916 from worryzyy/feature/add-quota-amount-input

feat(user): add currency amount input with auto quota conversion
This commit is contained in:
Weilei
2026-02-12 14:48:32 +08:00
committed by GitHub
parent e5b9f7b243
commit 52b40acd78
6 changed files with 72 additions and 9 deletions

View File

@@ -2603,6 +2603,10 @@
"频率限制的周期(分钟)": "Rate limit period (minutes)",
"颜色": "Color",
"额度": "Quota",
"输入额度": "Enter quota",
"金额": "Amount",
"输入金额": "Enter amount",
"仅用于换算,实际保存的是额度": "For conversion only, quota is what gets saved",
"额度必须大于0": "Quota must be greater than 0",
"额度提醒阈值": "Quota reminder threshold",
"额度查询接口返回令牌额度而非用户额度": "Displays token quota instead of user quota",