1.整理设置界面,将有关主页面外观的设置移至[外观]设置中

2.将部分控件更换为M3E样式
3.增加导航栏标签显示自定义设置
4.现在轨道导航可以记住上次的扩展位置
5.优化共享动画
6.更新一些颜文字
7.清理代码
This commit is contained in:
HapeLee
2025-09-29 01:55:32 +08:00
parent 7a3724a3ff
commit 480dfdeb62
25 changed files with 358 additions and 253 deletions
+2 -2
View File
@@ -114,8 +114,8 @@ jobs:
- name: Check Build production
run: |
echo "查看 APK 输出目录"
ls -R $GITHUB_WORKSPACE/app/app/build/outputs/apk/
if ! ls $GITHUB_WORKSPACE/app/app/build/outputs/apk/release/*/*.apk 1> /dev/null 2>&1; then
ls -R $GITHUB_WORKSPACE/app/build/outputs/apk/
if ! ls $GITHUB_WORKSPACE/app/build/outputs/apk/*/*/*.apk 1> /dev/null 2>&1; then
echo "Build production not found! Check gradle logs."
exit 1
fi