🐛 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": {