最新一次版本提交

This commit is contained in:
xuhuixiang
2026-01-06 16:21:49 +08:00
parent 17b41fc9bf
commit 0c83d7bb32

View File

@@ -57,13 +57,13 @@
需要修改的配置项都在这里面 app_config.xml
<string name="app_name">MAUCUCI</string><!--APP名字-->
<string name="userId">230</string><!--唯一ID-->
<string name="base_url">https://maucuci.club/</string><!--初始域名-->
<string name="is_white">1</string><!--任务栏的文字颜色 0 黑 1白 默认黑-->
<string name="is_round">0</string><!--启动页logo 0 原图显示 1 强制修改为原型图片logo-->
<color name="style_color">#1251a1</color><!--底部操作栏色调-->
<color name="windows_color">#fdc002</color><!--整体大背景色调-->
<string name="app_name">APP名字</string>
<string name="userId">唯一ID</string>
<string name="base_url">初始域名</string>
<string name="is_white">任务栏的文字颜色 0 黑 1白 默认黑</string>
<string name="is_round">启动页logo 0 原图显示 1 强制修改为原型图片logo</string>
<color name="style_color">底部操作栏色调</color>
<color name="windows_color">整体大背景色调</color>
6.项目继承 base_theme 丢弃之前的 base_no_music