From e41e49f69faf01f9c81b62195e6a035b43891a48 Mon Sep 17 00:00:00 2001 From: birdswu Date: Thu, 22 May 2025 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?connectkit=20=20telephonekit=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ConnectivityKit/entry/src/main/ets/pages/GetIpInfo.ets | 2 +- TelephonyKit/entry/src/main/ets/pages/GetSignal.ets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ConnectivityKit/entry/src/main/ets/pages/GetIpInfo.ets b/ConnectivityKit/entry/src/main/ets/pages/GetIpInfo.ets index 1e10c55..66fdaaf 100644 --- a/ConnectivityKit/entry/src/main/ets/pages/GetIpInfo.ets +++ b/ConnectivityKit/entry/src/main/ets/pages/GetIpInfo.ets @@ -14,7 +14,7 @@ */ /* -* FAQ:设备连接Wi-Fi后,如何获取当前设备的IP地址GetIpInfo.ets +* FAQ:设备连接Wi-Fi后,如何获取当前设备的IP地址 */ // [Start GetIpInfo] diff --git a/TelephonyKit/entry/src/main/ets/pages/GetSignal.ets b/TelephonyKit/entry/src/main/ets/pages/GetSignal.ets index 41a7dbd..50b5a32 100644 --- a/TelephonyKit/entry/src/main/ets/pages/GetSignal.ets +++ b/TelephonyKit/entry/src/main/ets/pages/GetSignal.ets @@ -14,7 +14,7 @@ */ /* -* FAQ:如何获取系统版本号 +* FAQ:如何判断蜂窝信号强度 */ // [Start getSignalInformation] -- Gitee