更新 AndroidManifest.xml 以启用明文流量;在 index.html 中替换 token 值

增强 WebviewPage 的清理和导航功能。
This commit is contained in:
2026-07-09 10:10:53 +08:00
parent bd5937f910
commit 98a3381716
6 changed files with 154 additions and 87 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
<application
android:label="飞行极控录像工作台"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:exported="true"