diff --git a/web/components.d.ts b/web/components.d.ts index db43598..390f06c 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -39,6 +39,8 @@ declare module 'vue' { NPagination: typeof import('naive-ui')['NPagination'] NProgress: typeof import('naive-ui')['NProgress'] NQrCode: typeof import('naive-ui')['NQrCode'] + NRadio: typeof import('naive-ui')['NRadio'] + NRadioGroup: typeof import('naive-ui')['NRadioGroup'] NSelect: typeof import('naive-ui')['NSelect'] NSpace: typeof import('naive-ui')['NSpace'] NSpin: typeof import('naive-ui')['NSpin'] diff --git a/web/pages/admin/accounts-expansion.vue b/web/pages/admin/accounts-expansion.vue index f96364d..cdaa137 100644 --- a/web/pages/admin/accounts-expansion.vue +++ b/web/pages/admin/accounts-expansion.vue @@ -14,7 +14,7 @@ 20T扩容说明:建议 蜂小推 quark 账号扩容。【什么推荐蜂小推】
1. 20T扩容 只支持新号,等到蜂小推首次 6T 奖励 到账后进行扩容
2. 账号需要处于关闭状态, 开启状态可能会被用于,自动转存等任务,存咋影响
- 3. 扩容完成后,并不直接获得容量,账号将存储大量热门资源,需要手动推广
+ 3. 扩容完成后,并不直接获得容量,账号将存储大量热门资源,需要手动推广
4. 注意 推广获得20T容量,删除所有资源, 热门资源比较敏感,不建议,长期推广,仅用于扩容 @@ -80,6 +80,42 @@ + + + +
+

+ 确定要对账号 "{{ pendingAccount?.name }}" 进行扩容操作吗? +

+ + + + + 系统内部数据源 +
使用系统内置的数据源进行扩容
+
+ + 第三方接口 +
使用第三方API获取数据源
+
+
+
+ + + +
+ 取消 + 确定扩容 +
+
+
+
+