From 93d8c5703b5992318246ed9809530e412e49990a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A8=E7=9A=84=E5=90=8D=E5=AD=97?= <您的邮箱> Date: Mon, 13 Oct 2025 22:50:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20v3.0.7=20UI=E4=BC=98=E5=8C=96=E5=92=8C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨ UI优化: - 新增CustomSwitch自定义开关组件(黄色/黑色Material Design) - 优化电量百分比显示(16sp字号,距离闪电图标2dp) - 隐藏壁纸功能,精简设置页面 🔒 安全增强: - 启用v1/v2/v3/v4多重签名保护 - 提升应用安全性和兼容性 🔧 改进优化: - 修复设置页面开关组件问题 - 优化内存使用 - 提升播放稳定性 --- app/build.gradle | 5 +++++ app/src/mobile/res/layout/fragment_setting.xml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 31be1963..ef9974f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,6 +14,11 @@ android { storePassword "xmbox123" keyAlias "xmbox" keyPassword "xmbox123" + // 同时启用v1、v2、v3、v4签名以确保最佳兼容性 + enableV1Signing true + enableV2Signing true + enableV3Signing true + enableV4Signing true } } diff --git a/app/src/mobile/res/layout/fragment_setting.xml b/app/src/mobile/res/layout/fragment_setting.xml index c26c4f75..3116e3eb 100644 --- a/app/src/mobile/res/layout/fragment_setting.xml +++ b/app/src/mobile/res/layout/fragment_setting.xml @@ -205,12 +205,14 @@ + + android:orientation="horizontal" + android:visibility="gone">