mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 新增七牛云插件分组
This commit is contained in:
@@ -20,8 +20,9 @@ export const pluginGroups = {
|
||||
aliyun: new PluginGroup("aliyun", "阿里云", 2),
|
||||
huawei: new PluginGroup("huawei", "华为云", 3),
|
||||
tencent: new PluginGroup("tencent", "腾讯云", 4),
|
||||
host: new PluginGroup("host", "主机", 5),
|
||||
cdn: new PluginGroup("cdn", "CDN", 6),
|
||||
panel: new PluginGroup("panel", "面板", 7),
|
||||
other: new PluginGroup("other", "其他", 8),
|
||||
qiniu: new PluginGroup("qiniu", "七牛云", 5),
|
||||
host: new PluginGroup("host", "主机", 6),
|
||||
cdn: new PluginGroup("cdn", "CDN", 7),
|
||||
panel: new PluginGroup("panel", "面板", 8),
|
||||
other: new PluginGroup("other", "其他", 9),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user