perf: dns支持火山引擎

This commit is contained in:
xiaojunnuo
2025-03-28 23:27:24 +08:00
parent caa15b4735
commit 99ff879d93
17 changed files with 514 additions and 112 deletions

View File

@@ -26,3 +26,4 @@ dist-ssr
test/user.secret.*
test/**/*.js
src/**/*.spec.ts
.test.mjs

View File

@@ -20,6 +20,7 @@ export const pluginGroups = {
aliyun: new PluginGroup("aliyun", "阿里云", 2),
huawei: new PluginGroup("huawei", "华为云", 3),
tencent: new PluginGroup("tencent", "腾讯云", 4),
volcengine: new PluginGroup("volcengine", "火山引擎", 4),
qiniu: new PluginGroup("qiniu", "七牛云", 5),
aws: new PluginGroup("aws", "亚马逊云", 6),
host: new PluginGroup("host", "主机", 7),