🐛 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
+1 -1
View File
@@ -1,5 +1,5 @@
// @ts-ignore
// API 更新时间:
// API 唯一标识:
import * as ads from './ads';
+3
View File
@@ -339,6 +339,7 @@ declare namespace API {
name: string;
description?: string;
icon?: string;
scheme?: string;
user_agent: string;
is_default: boolean;
proxy_template: string;
@@ -1501,6 +1502,7 @@ declare namespace API {
name: string;
description?: string;
icon?: string;
scheme?: string;
user_agent: string;
is_default: boolean;
proxy_template: string;
@@ -1779,6 +1781,7 @@ declare namespace API {
name: string;
description?: string;
icon?: string;
scheme?: string;
user_agent: string;
is_default: boolean;
proxy_template: string;