From f50e8e60e9da99e4f69d8ab76810dc7e5fb448bc Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 02 十二月 2024 10:29:09 +0800
Subject: [PATCH] 2024年12月02日10:29:05

---
 app/src/main/AndroidManifest.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 8728e5e..3d4a321 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -155,7 +155,7 @@
             android:name=".ui.account.RegisterAccountActivity"
             android:exported="false" />
         <activity
-            android:name=".ui.device.FastScanActivity"
+            android:name=".ui.device.ScanActivity"
             android:exported="false" />
         <activity
             android:name=".ui.BPowerStationActivity"
@@ -166,14 +166,16 @@
         <activity android:name=".widget.apkwgtupload.AndroidPermissionActivity" />
         <activity
             android:name=".ui.StartActivity"
-            android:exported="true">
+            android:exported="true"
+            android:theme="@style/AppWelcome">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
 
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity> <!-- 娉ㄥ唽鏈嶅姟 -->
-        <service android:name=".internet.HttpServer.MyNanoHttpService" /> <!-- 鍔犲畠uniapp鎵嶈兘鍞よ捣鐩告満 -->
+        <service android:name=".internet.HttpServer.MyNanoHttpService" />
+        <!-- 鍔犲畠uniapp鎵嶈兘鍞よ捣鐩告満 -->
         <provider
             android:name="io.dcloud.common.util.DCloud_FileProvider"
             android:authorities="com.hdl.photovoltaic.dc.fileprovider"

--
Gitblit v1.8.0