version:1.9.4

fix:
update:作业页面完善
This commit is contained in:
2024-09-23 15:04:12 +08:00
parent 2c4af66ad8
commit 5a64967c57
143 changed files with 9023 additions and 509 deletions

View File

@@ -117,6 +117,11 @@
android:excludeFromRecents="true"
android:screenOrientation="userLandscape"
android:theme="@style/DialogCloseOnTouchOutside" />
<activity
android:name=".activity.homework.UpdateActivity"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:theme="@style/DialogCloseOnTouchOutside" />
<activity
android:name=".activity.PasswordActivity"
android:excludeFromRecents="true"
@@ -174,9 +179,10 @@
android:screenOrientation="userLandscape" />
<activity
android:name=".activity.homework.HomeworkActivity"
android:launchMode="singleTask"
android:screenOrientation="userLandscape" />
android:launchMode="singleTask" />
<activity
android:name=".activity.homework.HomeworkDetailsActivity"
android:launchMode="singleTask" />
<receiver
android:name=".receiver.BootReceiver"