File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ android {
8080 applicationId = packageName
8181 minSdk = flutter.minSdkVersion
8282 targetSdk = 35
83- versionCode = 10009800
84- versionName = " 0.9.80 isolate "
83+ versionCode = 10009801
84+ versionName = " 0.9.81 predicate "
8585 ndk {
8686 abiFilters.addAll(arrayOf(" armeabi-v7a" , " arm64-v8a" , " x86_64" ))
8787 }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import 'dart:io';
1818
1919class Constants {
2020 static const String no_h = 'assets/images/h_long.jpg' ;
21- static String tagName = "0.9.80 " ;
21+ static String tagName = "0.9.81 " ;
2222 static const isGooglePlay =
2323 bool .fromEnvironment ("IS_GOOGLEPLAY" , defaultValue: false );
2424 static int type = 0 ;
Original file line number Diff line number Diff line change @@ -269,7 +269,8 @@ class Leader {
269269 } catch (e) {}
270270 }
271271 if (link.queryParameters['id' ] != null ) {
272- if (link.pathSegments.length == 1 ) {
272+ if (link.pathSegments.length == 1 &&
273+ link.pathSegments[0 ] == "info.php" ) {
273274 try {
274275 // https://www.pixiv.net/info.php?id=12907
275276 CustomTabPlugin .launch (link.toString ());
You can’t perform that action at this time.
0 commit comments