From 791a96ae03cf92478244127b294c1fe520d31e89 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期六, 11 十月 2025 11:17:10 +0800
Subject: [PATCH] 优化

---
 entry/src/main/module.json5 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5
index ad219d7..f0eded4 100644
--- a/entry/src/main/module.json5
+++ b/entry/src/main/module.json5
@@ -45,6 +45,11 @@
           }
         ],
       }
+    ],
+    "requestPermissions": [
+      {
+        "name": "ohos.permission.INTERNET"
+      }
     ]
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0