mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-13 10:00:53 +08:00
【修复】申请配置证书CA列表,授权api新增新增btdomain
This commit is contained in:
@@ -271,6 +271,13 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
|
||||
hostRelated: { default: { name: "Spaceship" } },
|
||||
sort: 32,
|
||||
},
|
||||
btdomain: {
|
||||
name: "BTDomain",
|
||||
icon: "btdomain",
|
||||
type: ["dns"],
|
||||
hostRelated: { default: { name: "BTDomain" } },
|
||||
sort: 33,
|
||||
},
|
||||
plugin: {
|
||||
name: "插件",
|
||||
icon: "plugin",
|
||||
|
||||
Reference in New Issue
Block a user