mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: create/edit/del fav folder
This commit is contained in:
@@ -172,6 +172,14 @@ class Api {
|
||||
// https://api.bilibili.com/x/v3/fav/folder/created/list?pn=1&ps=10&up_mid=17340771
|
||||
static const String userFavFolder = '/x/v3/fav/folder/created/list';
|
||||
|
||||
static const String folderInfo = '/x/v3/fav/folder/info';
|
||||
|
||||
static const String addFolder = '/x/v3/fav/folder/add';
|
||||
|
||||
static const String editFolder = '/x/v3/fav/folder/edit';
|
||||
|
||||
static const String deleteFolder = '/x/v3/fav/folder/del';
|
||||
|
||||
/// 收藏夹 详情
|
||||
/// media_id 当前收藏夹id 搜索全部时为默认收藏夹id
|
||||
/// pn int 当前页
|
||||
@@ -664,6 +672,8 @@ class Api {
|
||||
|
||||
static const String uploadBfs = '/x/dynamic/feed/draw/upload_bfs';
|
||||
|
||||
static const String uploadImage = '/x/upload/web/image';
|
||||
|
||||
static const String videoRelation = '/x/web-interface/archive/relation';
|
||||
|
||||
static const String seasonFav = '/x/v3/fav/season/'; // + fav unfav
|
||||
|
||||
Reference in New Issue
Block a user