feat: 云厂商SDK适配层(Vultr/DO/Cloudflare/阿里云/腾讯云)+ 同步服务 + 测试连接/同步接口与前端

This commit is contained in:
gouki
2026-08-02 15:56:48 +00:00
parent cc7b2c67fe
commit 1aacf51bea
13 changed files with 930 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
"""云厂商 SDK 适配层
通过 registry.get_adapter(sdk_type, config) 获取对应平台适配器,
调用 test_connection / list_vps / list_domains / get_account 等统一接口。
"""