添加Termux环境测试窗口

This commit is contained in:
2026-01-19 11:24:07 +08:00
parent b9fab2d737
commit 8f0973cb6c
7 changed files with 97 additions and 6 deletions

View File

@@ -11,5 +11,11 @@
<certificates src="system" />
</trust-anchors>
</base-config>
<!-- 允许特定域名的明文请求仅本地127.0.0.1 -->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">127.0.0.1</domain>
<domain includeSubdomains="true">localhost</domain>
</domain-config>
</network-security-config>