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
14f6ba91
authored
Feb 02, 2025
by
1808837298@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add other_setting docs link
parent
5c8af189
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
17 deletions
+31
-17
docs/channel/other_setting.md
+0
-0
web/src/pages/Channel/EditChannel.js
+31
-17
No files found.
docs/channel/o
r
her_setting.md
→
docs/channel/o
t
her_setting.md
View file @
14f6ba91
File moved
web/src/pages/Channel/EditChannel.js
View file @
14f6ba91
...
...
@@ -982,23 +982,37 @@ const EditChannel = (props) => {
value
=
{
inputs
.
setting
}
autoComplete
=
"new-password"
/>
<
Typography
.
Text
style
=
{{
color
:
'rgba(var(--semi-blue-5), 1)'
,
userSelect
:
'none'
,
cursor
:
'pointer'
}}
onClick
=
{()
=>
{
handleInputChange
(
'setting'
,
JSON
.
stringify
({
force_format
:
true
},
null
,
2
)
);
}}
>
{
t
(
'填入模板'
)}
<
/Typography.Text
>
<
Space
>
<
Typography
.
Text
style
=
{{
color
:
'rgba(var(--semi-blue-5), 1)'
,
userSelect
:
'none'
,
cursor
:
'pointer'
}}
onClick
=
{()
=>
{
handleInputChange
(
'setting'
,
JSON
.
stringify
({
force_format
:
true
},
null
,
2
)
);
}}
>
{
t
(
'填入模板'
)}
<
/Typography.Text
>
<
Typography
.
Text
style
=
{{
color
:
'rgba(var(--semi-blue-5), 1)'
,
userSelect
:
'none'
,
cursor
:
'pointer'
}}
onClick
=
{()
=>
{
window
.
open
(
'https://github.com/Calcium-Ion/new-api/blob/main/docs/channel/other_setting.md'
);
}}
>
{
t
(
'设置说明'
)}
<
/Typography.Text
>
<
/Space
>
<
/
>
<
/Spin
>
<
/SideSheet
>
...
...
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