From 23fa268f56dcd99c8dcd46f50f3ffcaa4cdcbc49 Mon Sep 17 00:00:00 2001 From: wwf <1971391498@qq.com> Date: 星期五, 10 十月 2025 17:25:53 +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