perf: 支持多吉云cdn证书部署

This commit is contained in:
xiaojunnuo
2024-09-06 23:19:34 +08:00
parent 6e344140c6
commit 65ef685729
9 changed files with 164 additions and 1 deletions
@@ -21,5 +21,6 @@ export const pluginGroups = {
huawei: new PluginGroup("huawei", "华为云", 3),
tencent: new PluginGroup("tencent", "腾讯云", 4),
host: new PluginGroup("host", "主机", 5),
cdn: new PluginGroup("cdn", "CDN", 6),
other: new PluginGroup("other", "其他", 7),
};