🐛 fix(editor): Add Go template editor component and update related schemas
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
"icon": "图标 URL 或 base64 编码",
|
||||
"name": "客户端显示名称",
|
||||
"outputFormat": "订阅配置文件格式",
|
||||
"proxyTemplate": "订阅链接模板,支持变量:",
|
||||
"template": "订阅配置模板,支持各种变量",
|
||||
"schema": "URL Schema 模板,支持变量:'{url}' 订阅地址,'{name}' 站点名称",
|
||||
"template": "订阅文件模板,支持各种变量",
|
||||
"userAgentPrefix": "用于区分不同客户端的客户端标识符"
|
||||
},
|
||||
"editTitle": "编辑客户端",
|
||||
@@ -57,8 +57,8 @@
|
||||
"icon": "图标",
|
||||
"name": "名称",
|
||||
"outputFormat": "输出格式",
|
||||
"proxyTemplate": "订阅链接",
|
||||
"template": "配置模板"
|
||||
"schema": "URL Schema",
|
||||
"template": "订阅文件模板"
|
||||
},
|
||||
"tabs": {
|
||||
"basic": "基本信息",
|
||||
|
||||
Reference in New Issue
Block a user