最新一次版本提交
This commit is contained in:
27
README.md
27
README.md
@@ -42,4 +42,31 @@
|
||||
12.单个app打包命令 Gradle/app名字/Tasks/build/assemble
|
||||
|
||||
|
||||
|
||||
# V1.2.8 2025年12月22日 start 简化配置逻辑流程
|
||||
|
||||
1.覆盖 google-servicces.json
|
||||
|
||||
2.修改build.gradle你的包名 和 打包名字
|
||||
|
||||
3.修改 java包名的目录结构
|
||||
|
||||
4.修改app_logo 图片
|
||||
|
||||
5.修改 app_config.xml的配置项
|
||||
|
||||
需要修改的配置项都在这里面 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><!--整体大背景色调-->
|
||||
|
||||
6.项目继承 base_theme 丢弃之前的 base_no_music
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user