mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
opt: account (#1306)
* opt: account
* opt: account
* opt: live api
* opt: buvid
* Revert "opt: buvid"
This reverts commit da1ea68f8b.
* tweak
This commit is contained in:
committed by
GitHub
parent
6b4fb0d611
commit
1345fd36e4
@@ -13,7 +13,7 @@ import 'package:dio/dio.dart';
|
||||
class ReplyHttp {
|
||||
static final Options options = Options(
|
||||
headers: {...Constants.baseHeaders, 'cookie': ''},
|
||||
extra: {'account': NoAccount()},
|
||||
extra: {'account': const NoAccount()},
|
||||
);
|
||||
|
||||
static Future<LoadingState> replyList({
|
||||
|
||||
Reference in New Issue
Block a user