mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: remove reply after reported
This commit is contained in:
@@ -132,7 +132,12 @@ class _WebviewPageNewState extends State<WebviewPageNew> {
|
||||
onTitleChanged: (controller, title) {
|
||||
_titleStream.add(title);
|
||||
},
|
||||
onCloseWindow: (controller) => Get.back(),
|
||||
onCloseWindow: (controller) => Get.back(
|
||||
result:
|
||||
_url.startsWith('https://www.bilibili.com/h5/comment/report')
|
||||
? true
|
||||
: null,
|
||||
),
|
||||
onLoadStop: (controller, url) {
|
||||
_webViewController?.evaluateJavascript(
|
||||
source: '''
|
||||
|
||||
Reference in New Issue
Block a user