mod: remove ios ua

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-04 18:20:52 +08:00
parent 7bd481b090
commit 7009c3400a
4 changed files with 2 additions and 12 deletions

View File

@@ -65,10 +65,7 @@ class Utils {
static void reportVideo(int aid) {
Get.toNamed(
'/webview',
parameters: {
'uaType': 'android',
'url': 'https://www.bilibili.com/appeal/?avid=$aid'
},
parameters: {'url': 'https://www.bilibili.com/appeal/?avid=$aid'},
);
}