Commit 14f6ba91 by 1808837298@qq.com

feat: add other_setting docs link

parent 5c8af189
......@@ -982,6 +982,7 @@ const EditChannel = (props) => {
value={inputs.setting}
autoComplete="new-password"
/>
<Space>
<Typography.Text
style={{
color: 'rgba(var(--semi-blue-5), 1)',
......@@ -999,6 +1000,19 @@ const EditChannel = (props) => {
>
{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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment