no message

This commit is contained in:
1147192855@qq.com 2024-05-06 09:10:50 +08:00
parent cf7870c05f
commit a15e47cfcd
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.marking_app"> package="com.example.marking_app">
<application <application
android:label="学而有道" android:label="学而有道阅卷"
android:name="${applicationName}" android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<activity <activity

View File

@ -34,7 +34,7 @@ class Protocol extends Dialog {
children: [ children: [
Text.rich(TextSpan(children: [ Text.rich(TextSpan(children: [
TextSpan( TextSpan(
text: '感谢您选择学而有道APP ! 我们非常重视您的个人信息和隐私保护。为了更好地保障您的个人权益,在您使用我们的产品前,请务必审慎阅读', text: '感谢您选择学而有道阅卷APP ! 我们非常重视您的个人信息和隐私保护。为了更好地保障您的个人权益,在您使用我们的产品前,请务必审慎阅读',
style: TextStyle(fontSize: 13.sp, color: Color.fromRGBO(51, 51, 51, 1)), style: TextStyle(fontSize: 13.sp, color: Color.fromRGBO(51, 51, 51, 1)),
), ),
TextSpan( TextSpan(