mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
refactor(api): 渠道与存储管理调用适配后端通用 manage 接口
- 新增 src/api/manage.ts 通用封装:ManageRequest(target+action+params) 与 manageNotificationChannel/manageStorage 两个调用入口 - 存储类调用全部改走 POST /storage/manage:用量、整理方式、 配置保存/重置、二维码与 OAuth 登录确认(smb/alist/rclone/u115/alipan) - ClawBot 状态查询、二维码刷新、登出与缓存迁移改走 POST /notification/manage,原 query 参数转入 body params - 同步更新 AccountSettingNotification 单测断言,prune 失效 lint 抑制项
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
},
|
||||
"src/components/cards/DirectoryCard.vue": {
|
||||
"@typescript-eslint/no-explicit-any": {
|
||||
"count": 3
|
||||
"count": 1
|
||||
},
|
||||
"sonarjs/super-linear-regex": {
|
||||
"count": 1
|
||||
|
||||
Reference in New Issue
Block a user