From 7f2343d38fa048f6ce179ea0ab2c1a04f41a213c Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 09 十月 2025 18:05:11 +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