feat: support channel request proxy

This commit is contained in:
1808837298@qq.com
2025-02-02 22:15:06 +08:00
parent b80c1ee3a4
commit cf63ab59cf
5 changed files with 92 additions and 10 deletions

View File

@@ -966,7 +966,6 @@ const EditChannel = (props) => {
value={inputs.weight}
autoComplete="new-password"
/>
{inputs.type === 8 && (
<>
<div style={{ marginTop: 10 }}>
<Typography.Text strong>
@@ -999,9 +998,8 @@ const EditChannel = (props) => {
}}
>
{t('填入模板')}
</Typography.Text>
</>
)}
</Typography.Text>
</>
</Spin>
</SideSheet>
</>