mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: report video
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -62,6 +62,16 @@ class Utils {
|
||||
|
||||
static final _numRegExp = RegExp(r'([\d\.]+)([千万亿])?');
|
||||
|
||||
static void reportVideo(int aid) {
|
||||
Get.toNamed(
|
||||
'/webview',
|
||||
parameters: {
|
||||
'uaType': 'android',
|
||||
'url': 'https://www.bilibili.com/appeal/?avid=$aid'
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// 定时关闭
|
||||
static void scheduleExit(context, isFullScreen, [bool isLive = false]) {
|
||||
const List<int> scheduleTimeChoices = [0, 15, 30, 45, 60];
|
||||
|
||||
Reference in New Issue
Block a user