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
b8f83299
authored
Oct 10, 2025
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add informational banner to proxy settings in SystemSetting.jsx
parent
452a7b0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
web/src/components/settings/SystemSetting.jsx
+9
-2
No files found.
web/src/components/settings/SystemSetting.jsx
View file @
b8f83299
...
...
@@ -705,8 +705,15 @@ const SystemSetting = () => {
<
Card
>
<
Form
.
Section
text=
{
t
(
'代理设置'
)
}
>
<
Banner
type=
'info'
description=
{
t
(
'此代理仅用于图片请求转发,Webhook通知发送等,AI API请求仍然由服务器直接发出,可在渠道设置中单独配置代理'
,
)
}
style=
{
{
marginBottom
:
20
,
marginTop
:
16
}
}
/>
<
Text
>
(支持
{
' '
}
{
t
(
'仅支持'
)
}
{
' '
}
<
a
href=
'https://github.com/Calcium-Ion/new-api-worker'
target=
'_blank'
...
...
@@ -714,7 +721,7 @@ const SystemSetting = () => {
>
new-api-worker
</
a
>
)
{
' '
}{
t
(
'或其兼容new-api-worker格式的其他版本'
)
}
</
Text
>
<
Row
gutter=
{
{
xs
:
8
,
sm
:
16
,
md
:
24
,
lg
:
24
,
xl
:
24
,
xxl
:
24
}
}
...
...
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