新增 REDSPIN8 256

This commit is contained in:
xuhuixiang
2026-03-16 17:07:00 +08:00
parent 3d84434d04
commit b6b9817d26

View File

@@ -1,6 +1,7 @@
# 封装APP 版本迭代
# V1.3.3 2026年3月10日 start 更新AS和 AGP
引入viewBinding
简化配置流程
1.覆盖 google-servicces.json
2.修改app_logo 图片
@@ -34,17 +35,11 @@
# 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">APP名字</string>
<string name="userId">唯一ID</string>
<string name="base_url">初始域名</string>
@@ -53,7 +48,6 @@
<string name="has_contact">0</string> 是否需要通讯录权限 1 要 0 不要
<color name="style_color">底部操作栏色调</color>
<color name="windows_color">整体大背景色调</color>
6.项目继承 base_theme 丢弃之前的 base_no_music