瀏覽代碼

fix: provider spark free quota text (#1201)

tags/0.3.24
zxhlyh 2 年之前
父節點
當前提交
1367f34398
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      web/app/components/header/account-setting/model-page/model-item/FreeQuota.tsx

+ 2
- 2
web/app/components/header/account-setting/model-page/model-item/FreeQuota.tsx 查看文件

@@ -16,8 +16,8 @@ const TIP_MAP: { [k: string]: TypeWithI18N } = {
'zh-Hans': '免费获取 100 万个 token',
},
[ProviderEnumValue.spark]: {
'en': 'Earn 3 million tokens for free',
'zh-Hans': '免费获取 300 万个 token',
'en': 'Earn 6 million tokens for free',
'zh-Hans': '免费获取 600 万个 token',
},
[ProviderEnumValue.zhipuai]: {
'en': 'Earn 10 million tokens for free',

Loading…
取消
儲存