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
67da8377
authored
Jan 13, 2025
by
H
Committed by
GitHub
Jan 13, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Calcium-Ion:main' into main
parents
37aa5ec3
b604cab5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
web/src/i18n/locales/en.json
+1
-1
web/src/pages/Token/EditToken.js
+1
-1
No files found.
web/src/i18n/locales/en.json
View file @
67da8377
...
...
@@ -853,7 +853,7 @@
"数量"
:
"quantity"
,
"请选择或输入创建令牌的数量"
:
"Please select or enter the number of tokens to create"
,
"请选择渠道"
:
"Please select a channel"
,
"允许的IP,一行一个
"
:
"Allowed IPs, one per line
"
,
"允许的IP,一行一个
,不填写则不限制"
:
"Allowed IPs, one per line, not filled in means no restrictions
"
,
"IP黑名单"
:
"IP blacklist"
,
"不允许的IP,一行一个"
:
"IPs not allowed, one per line"
,
"请选择该渠道所支持的模型"
:
"Please select the model supported by this channel"
,
...
...
web/src/pages/Token/EditToken.js
View file @
67da8377
...
...
@@ -401,7 +401,7 @@ const EditToken = (props) => {
<
TextArea
label
=
{
t
(
'IP白名单'
)}
name
=
'allow_ips'
placeholder
=
{
t
(
'允许的IP,一行一个'
)}
placeholder
=
{
t
(
'允许的IP,一行一个
,不填写则不限制
'
)}
onChange
=
{(
value
)
=>
{
handleInputChange
(
'allow_ips'
,
value
);
}}
...
...
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