feat: 修改名字,修改图标

This commit is contained in:
2026-04-23 18:22:32 +08:00
parent 67334d6055
commit f7ae2dd4a5
26 changed files with 22 additions and 22 deletions

View File

@@ -17,8 +17,8 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 34
versionName "1.3.3"
versionCode 36
versionName "1.3.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -28,6 +28,7 @@
<!-- 允许读设备等信息,用于问题排查 -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<!-- <uses-permission android:name="android.permission.CALL_PHONE" />-->
<uses-permission android:name="android.permission.BLUETOOTH" />
<!-- 【必须】 移动推送 TPNS SDK 所需权限 -->
<uses-permission android:name="android.permission.INTERNET" />

View File

@@ -97,7 +97,7 @@ public class AccountFragment extends BaseMvvmFragment<AccountViewModel, Fragment
// mViewModel.getAdminAppDownload();
mViewModel.getActivation();
} else {
mViewDataBinding.tvVipName.setText("365AI旗舰版");
mViewDataBinding.tvVipName.setText("习超人365AI旗舰版");
mViewDataBinding.tvVipStatu.setText("点击购买激活");
}
}

View File

@@ -65,7 +65,7 @@ public class DownloadService extends Service {
private static final String CHANNEL_ID = "CHANNEL_ID";
private static final String CHANNEL_NAME = "系统通知";
private static final String CHANNEL_DESCRIPTION = "365通知";
private static final String CHANNEL_DESCRIPTION = "习超人365通知";
private static final String CHANNEL_DOWNLOAD_ID = "DOWNLOAD_CHANNEL";
private static final String CHANNEL_DOWNLOAD_NAME = "下载管理";
@@ -93,7 +93,7 @@ public class DownloadService extends Service {
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
.setSmallIcon(R.mipmap.ic_launcher)
.setContentTitle("365正在运行")
.setContentTitle("习超人365正在运行")
// .setContentText("测试内容")
.setAutoCancel(false)
.setShowWhen(false)

View File

@@ -188,7 +188,7 @@ public class MainService extends BaseRxService implements MainSContact.MainSView
private static final String CHANNEL_ID = "CHANNEL_ID";
private static final String CHANNEL_NAME = "系统通知";
private static final String CHANNEL_DESCRIPTION = "365通知";
private static final String CHANNEL_DESCRIPTION = "习超人365通知";
private void createNotificationChannel() {
// Create the NotificationChannel, but only on API 26+ because
@@ -212,7 +212,7 @@ public class MainService extends BaseRxService implements MainSContact.MainSView
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
.setSmallIcon(R.mipmap.ic_launcher)
.setContentTitle("365正在运行")
.setContentTitle("习超人365正在运行")
// .setContentText("测试内容")
.setAutoCancel(false)
.setShowWhen(false)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 KiB

After

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -105,7 +105,7 @@
android:gravity="center"
android:maxLines="1"
android:singleLine="true"
android:text="订购-学王365软终端许可证"
android:text="订购-学习超人365 AI学习系统许可证"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="bold"
@@ -536,7 +536,7 @@
android:gravity="center"
android:maxLines="1"
android:singleLine="true"
android:text="订购-学王365软终端许可证"
android:text="订购-学习超人365 AI学习系统许可证"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="bold"

View File

@@ -66,7 +66,7 @@
android:gravity="center"
android:maxLines="1"
android:singleLine="true"
android:text="欢迎进入学王365软终端"
android:text="欢迎进入学习超人365 AI学习系统"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="bold"
@@ -246,7 +246,7 @@
android:gravity="center"
android:maxLines="1"
android:singleLine="true"
android:text="*未注册手机号验证后将自动创建学365账号"
android:text="*未注册手机号验证后将自动创建学习超人365账号"
android:textColor="#9bb2cc"
android:textSize="8sp"
app:layout_constraintBottom_toBottomOf="parent"

View File

@@ -68,7 +68,7 @@
android:gravity="center"
android:maxLines="1"
android:singleLine="true"
android:text="欢迎进入学王365软终端"
android:text="欢迎进入学习超人365 AI学习系统"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="bold"

View File

@@ -50,7 +50,7 @@
android:layout_marginTop="8dp"
android:maxLines="1"
android:singleLine="true"
android:text="学365系统"
android:text="学习超人365系统"
android:textColor="@color/black"
android:textSize="22sp"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -25,7 +25,7 @@
android:includeFontPadding="false"
android:paddingBottom="@dimen/x5"
android:tag="binding_1"
android:text="学365必备组件下载"
android:text="学习超人365必备组件下载"
android:textColor="@color/res_text_color1"
android:textSize="@dimen/x50"
binding:layout_constraintBottom_toBottomOf="parent"

View File

@@ -111,7 +111,7 @@
android:ellipsize="end"
android:maxLength="30"
android:singleLine="true"
android:text="学365AI旗舰版"
android:text="学习超人365AI旗舰版"
android:textColor="@color/info_text_color"
android:textSize="9sp"
app:layout_constraintBottom_toBottomOf="parent"

View File

@@ -171,7 +171,7 @@
<ImageView
android:id="@+id/iv_djjp"
android:layout_width="32dp"
android:layout_height="34dp"
android:layout_height="32dp"
android:background="@drawable/icon_wd_cr" />
<LinearLayout

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">365</string>
<string name="app_name">习超人365</string>
<string name="privacy_agreement"><u>隐私协议</u></string>
<string name="privacy_agreement_title">服务协议和隐私政策</string>
<string name="privacy_agreement_content">\t\t\t\t请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款包括但不限于为了向你提供即时通讯内容分享等服务
@@ -21,12 +21,11 @@
<string name="today_study_time">学习时长%s</string>
<string name="unknown">未设置</string>
<string name="desktop_permission">桌面运行需授予权限,点击设置</string>
<string name="privacy_statement">本服务需获取网络、账号、设备、应用、交易信息以及您主动上传的数据,用于提供应用内支付服务。同时为了提升您的使用体验,基于您的“同意"为您启个性化服务。\n使用本服务即表示您已满 14 周岁,并同意上述内容及学王365软终端内支付用户协议关于学王365软终端内支付与隐私的声明。
</string>
<string name="privacy_statement">本服务需获取网络、账号、设备、应用、交易信息以及您主动上传的数据,用于提供应用内支付服务。同时为了提升您的使用体验,基于您的“同意"为您启个性化服务。\n使用本服务即表示您已满 14 周岁,并同意上述内容及学习超人365 AI学习系统内支付用户协议关于学习超人365 AI学习系统内支付与隐私的声明。</string>
<string name="license_hint">如果您的许可证从经销商手中获得,您可以在本页下方的对话框中输入许可证密钥,验证成功后,即可实现许可证的开通绑定,无需重复支付</string>
<string name="license_notice">注意:请妥善保管您的许可证密钥,切勿遗失;\n许可证属于数字化虚拟商品暂不支持退换感谢您的理解与支持</string>
<string name="license_verification_successful">许可证验证成功,本账户已可长期使用,\n点击开启学习之旅!</string>
<string name="license_verification_successful">本机已开通成功,欢迎使用,点击确定开启学习之旅!</string>
<string name="validity_period">有效期:%d年</string>
<string name="qrcode_expiration_time">二维码过期时间%s</string>
@@ -68,7 +67,7 @@
<string name="force_active_error">setForcedActiveDeviceAdmin error</string>
<string name="delay_deactive_error">setDelayDeactiveDeviceAdmin error</string>
<string name="sample_device_admin">为学365提供管控功能请激活后使用</string>
<string name="sample_device_admin">为学习超人365提供管控功能请激活后使用</string>
<string name="sample_device_admin_description">开启我吧</string>
<string name="bibeizujian_permission">1、必备组件维持系统基本运行请优先安装并【允许】所有权限弹窗请求</string>

View File

@@ -1,2 +1,2 @@
include ':app', ':niceimageview', ':FlycoTabLayoutZ_Lib', ':verification-view', ':PhotoPreview'
rootProject.name='学365Neutral'
rootProject.name='学习超人365Neutral'