🐛 fix(editor): Add Go template editor component and update related schemas

This commit is contained in:
web
2025-08-12 05:47:58 -07:00
committed by speakeloudest
parent e7844d077b
commit 4a907257c6
9 changed files with 435 additions and 26 deletions
+4 -4
View File
@@ -52,8 +52,8 @@
"name": "Name",
"description": "Description",
"outputFormat": "Output Format",
"proxyTemplate": "Subscription Link",
"template": "Config Template"
"schema": "URL Schema",
"template": "Subscription File Template"
},
"descriptions": {
"icon": "Icon URL or base64 encoding",
@@ -61,8 +61,8 @@
"userAgentPrefix": "Client identifier for distinguishing different clients",
"description": "Detailed client description",
"outputFormat": "Subscription configuration file format",
"proxyTemplate": "Subscription link template, supports variables: ",
"template": "Subscription configuration template, supports various variables",
"schema": "URL Schema template, supports variables: '{url}' subscription URL, '{name}' site name",
"template": "Subscription file template, supports various variables",
"downloadLink": "platform download URL"
},
"validation": {
+4 -4
View File
@@ -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": "基本信息",