feat: Clash配置、Merge配置提供JSON Schema语法支持、[连接]界面调整 (#887)

This commit is contained in:
dongchengjie
2024-04-17 21:19:37 +08:00
committed by GitHub
parent d0e8f450fd
commit 402299e9c8
10 changed files with 67 additions and 20 deletions

View File

@@ -386,7 +386,8 @@ export const ProfileItem = (props: Props) => {
<EditorViewer
uid={uid}
open={fileOpen}
mode="yaml"
language="yaml"
schema="clash"
onClose={() => setFileOpen(false)}
/>
<ConfirmViewer