feat: v3.0.7 UI优化和功能改进
✨ UI优化: - 新增CustomSwitch自定义开关组件(黄色/黑色Material Design) - 优化电量百分比显示(16sp字号,距离闪电图标2dp) - 隐藏壁纸功能,精简设置页面 🔒 安全增强: - 启用v1/v2/v3/v4多重签名保护 - 提升应用安全性和兼容性 🔧 改进优化: - 修复设置页面开关组件问题 - 优化内存使用 - 提升播放稳定性
This commit is contained in:
@@ -14,6 +14,11 @@ android {
|
|||||||
storePassword "xmbox123"
|
storePassword "xmbox123"
|
||||||
keyAlias "xmbox"
|
keyAlias "xmbox"
|
||||||
keyPassword "xmbox123"
|
keyPassword "xmbox123"
|
||||||
|
// 同时启用v1、v2、v3、v4签名以确保最佳兼容性
|
||||||
|
enableV1Signing true
|
||||||
|
enableV2Signing true
|
||||||
|
enableV3Signing true
|
||||||
|
enableV4Signing true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -205,12 +205,14 @@
|
|||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<!-- 壁纸功能已隐藏 -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal"
|
||||||
|
android:visibility="gone">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/wall"
|
android:id="@+id/wall"
|
||||||
|
|||||||
Reference in New Issue
Block a user