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"
|
||||
keyAlias "xmbox"
|
||||
keyPassword "xmbox123"
|
||||
// 同时启用v1、v2、v3、v4签名以确保最佳兼容性
|
||||
enableV1Signing true
|
||||
enableV2Signing true
|
||||
enableV3Signing true
|
||||
enableV4Signing true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user