From f3e60d24d0f24dc5cf7d77f9b871f416370e9132 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 18 四月 2025 17:02:17 +0800
Subject: [PATCH] fix : 列表图标
---
app/src/main/res/xml/network_security_config.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml
index ba135d2..bac7af5 100644
--- a/app/src/main/res/xml/network_security_config.xml
+++ b/app/src/main/res/xml/network_security_config.xml
@@ -7,6 +7,7 @@
<domain includeSubdomains="true">192.168.1.199</domain>
<domain includeSubdomains="true">192.168.1.201</domain>
<domain includeSubdomains="true">14.103.144.28</domain>
+ <domain includeSubdomains="true">192.168.1.127</domain>
<!-- 可添加其他域名或IP(如192.168.0.101) -->
<!-- 如果本地服务使用自签名证书,需在 network_security_config.xml 中信任该证书:-->
<!-- <trust-anchors>-->
--
Gitblit v1.9.3