feat: live feedback (#2456)

This commit is contained in:
My-Responsitories
2026-07-21 08:49:37 +00:00
committed by GitHub
parent 2d389424af
commit 3a5636ecee
8 changed files with 251 additions and 77 deletions

View File

@@ -177,7 +177,7 @@ class AccountManager extends Interceptor {
'site/getCoin',
];
String url = err.requestOptions.uri.toString();
if (kDebugMode) debugPrint('🌹🌹ApiInterceptor: $url');
if (kDebugMode) debugPrint('🌹🌹ApiInterceptor: $url\n$err');
if (skipShow.any((i) => url.contains(i)) ||
(url.contains('skipSegments') && err.requestOptions.method == 'GET')) {
// skip

View File

@@ -88,6 +88,7 @@ abstract final class ApiType {
Api.dynTopicRcmd,
Api.topicFeed,
Api.topicTop,
Api.liveFeedback,
},
// progress
AccountType.video: {