mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-22 11:30:13 +08:00
feat: live feedback (#2456)
This commit is contained in:
committed by
GitHub
parent
2d389424af
commit
3a5636ecee
@@ -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
|
||||
|
||||
@@ -88,6 +88,7 @@ abstract final class ApiType {
|
||||
Api.dynTopicRcmd,
|
||||
Api.topicFeed,
|
||||
Api.topicTop,
|
||||
Api.liveFeedback,
|
||||
},
|
||||
// progress
|
||||
AccountType.video: {
|
||||
|
||||
Reference in New Issue
Block a user