version:1.0.0

fix:
update:增加推送,增加桌面属性,更改包名
This commit is contained in:
2025-11-21 17:29:50 +08:00
parent ebbd2b5aba
commit 2478295bbd
237 changed files with 1063 additions and 859 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xuexispace.ai">
package="com.handuan.os">
<queries>
<intent>
@@ -106,10 +106,10 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<!-- <category android:name="android.intent.category.HOME" />-->
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.MONKEY" />
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
<category android:name="android.intent.category.LAUNCHER_APP" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>