version:1.0.9

fix:
update:更新资源,增加登录,增加检测更新
This commit is contained in:
2025-12-18 09:22:38 +08:00
parent ed285c05ee
commit daebcee8b8
125 changed files with 5261 additions and 237 deletions

View File

@@ -232,6 +232,16 @@
android:name=".activity.homework.HomeworkDetailsActivity"
android:launchMode="singleTask"
android:screenOrientation="landscape" />
<activity
android:name=".activity.vip.pay.PayVipActivity"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:theme="@style/AppWhiteTheme" />
<activity
android:name=".activity.vip.list.VipActivity"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:theme="@style/AppWhiteTheme" />
<receiver
@@ -363,11 +373,11 @@
<meta-data
android:name="design_width_in_dp"
android:value="640" />
android:value="624" />
<meta-data
android:name="design_height_in_dp"
android:value="360" />
android:value="390" />
</application>
</manifest>