修改我的皮肤逻辑

This commit is contained in:
2025-12-22 16:42:56 +08:00
parent 9e33c93763
commit 5cfc76e6c5
4 changed files with 80 additions and 5 deletions

View File

@@ -34,6 +34,11 @@ typedef void(^KBSubmitFeedbackCompletion)(BOOL success, NSError *_Nullable error
/// 用户人设列表(/character/listByUser
- (void)fetchCharacterListByUserWithCompletion:(KBCharacterListCompletion)completion;
/// 已购主题列表(/themes/purchased
- (void)fetchPurchasedThemesWithCompletion:(KBMyPurchasedThemesCompletion)completion;
/// 批量删除用户主题(/user-themes/batch-delete
- (void)deletePurchasedThemesWithIds:(NSArray<NSString *> *)themeIds
completion:(KBDeleteThemesCompletion)completion;
/// 本地已下载主题列表
- (void)fetchDownloadedThemesWithCompletion:(KBMyPurchasedThemesCompletion)completion;
/// 删除本地主题资源