【新增】支持 acme-dns DNS 验证方式

This commit is contained in:
LystranG
2026-03-22 12:08:57 +08:00
parent 82b96976d0
commit abb0cd6c97
9 changed files with 229 additions and 0 deletions

View File

@@ -297,6 +297,12 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
},
sort: 38,
},
acmedns: {
name: "ACME DNS",
icon: "acmedns",
type: ["dns"],
sort: 39,
},
plugin: {
name: "插件",
icon: "plugin",