Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f19d212
authored
Oct 08, 2025
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: update tab label in index.jsx for clarity on pricing settings
parent
f005d2dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
web/src/i18n/locales/en.json
+1
-0
web/src/i18n/locales/fr.json
+1
-0
web/src/pages/Setting/index.jsx
+1
-1
No files found.
web/src/i18n/locales/en.json
View file @
5f19d212
...
@@ -232,6 +232,7 @@
...
@@ -232,6 +232,7 @@
"邀请新用户奖励额度"
:
"Referral bonus quota"
,
"邀请新用户奖励额度"
:
"Referral bonus quota"
,
"新用户使用邀请码奖励额度"
:
"New user invitation code bonus quota"
,
"新用户使用邀请码奖励额度"
:
"New user invitation code bonus quota"
,
"保存额度设置"
:
"Save Quota Settings"
,
"保存额度设置"
:
"Save Quota Settings"
,
"分组与模型定价设置"
:
"Group and Model Pricing Settings"
,
"倍率设置"
:
"Ratio Settings"
,
"倍率设置"
:
"Ratio Settings"
,
"模型倍率"
:
"Model ratio"
,
"模型倍率"
:
"Model ratio"
,
"为一个 JSON 文本"
:
"Is a JSON text"
,
"为一个 JSON 文本"
:
"Is a JSON text"
,
...
...
web/src/i18n/locales/fr.json
View file @
5f19d212
...
@@ -231,6 +231,7 @@
...
@@ -231,6 +231,7 @@
"邀请新用户奖励额度"
:
"Quota de bonus de parrainage"
,
"邀请新用户奖励额度"
:
"Quota de bonus de parrainage"
,
"新用户使用邀请码奖励额度"
:
"Quota de bonus de code d'invitation pour nouvel utilisateur"
,
"新用户使用邀请码奖励额度"
:
"Quota de bonus de code d'invitation pour nouvel utilisateur"
,
"保存额度设置"
:
"Enregistrer les paramètres de quota"
,
"保存额度设置"
:
"Enregistrer les paramètres de quota"
,
"分组与模型定价设置"
:
"Paramètres de groupe et de tarification du modèle"
,
"倍率设置"
:
"Paramètres de ratio"
,
"倍率设置"
:
"Paramètres de ratio"
,
"模型倍率"
:
"Ratio de modèle"
,
"模型倍率"
:
"Ratio de modèle"
,
"为一个 JSON 文本"
:
"Est un texte JSON"
,
"为一个 JSON 文本"
:
"Est un texte JSON"
,
...
...
web/src/pages/Setting/index.jsx
View file @
5f19d212
...
@@ -108,7 +108,7 @@ const Setting = () => {
...
@@ -108,7 +108,7 @@ const Setting = () => {
tab
:
(
tab
:
(
<
span
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
,
gap
:
'5px'
}
}
>
<
span
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
,
gap
:
'5px'
}
}
>
<
Calculator
size=
{
18
}
/>
<
Calculator
size=
{
18
}
/>
{
t
(
'
倍率
设置'
)
}
{
t
(
'
分组与模型定价
设置'
)
}
</
span
>
</
span
>
),
),
content
:
<
RatioSetting
/>,
content
:
<
RatioSetting
/>,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment