最新一次版本提交
This commit is contained in:
54
README.md
54
README.md
@@ -1,21 +1,34 @@
|
||||
# TestWeb App 封装APP Test版本,新需求修改版本
|
||||
|
||||
# V1.2.8 2025年12月22日 start 简化配置逻辑流程
|
||||
|
||||
# V1.0.0 ~ V1.0.1
|
||||
新增银行信息
|
||||
1.覆盖 google-servicces.json
|
||||
|
||||
新增通知,跳转查看网页
|
||||
2.修改build.gradle你的包名 和 打包名字
|
||||
|
||||
新增后台接口配置显示关闭权限,跳转打开facebook,telegram等
|
||||
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>
|
||||
<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
|
||||
|
||||
# V1.0.2 2025年1月8日 start
|
||||
新增邮箱通知
|
||||
|
||||
# V1.0.6 2025年2月6日 start 统一版本管理
|
||||
所有封装app 复用同一套代码 方便维护管理
|
||||
|
||||
引用工程需要替换的
|
||||
引用工程需要替换的
|
||||
|
||||
1.包名/APP名字 中文 英文/app logo
|
||||
|
||||
@@ -42,30 +55,21 @@
|
||||
12.单个app打包命令 Gradle/app名字/Tasks/build/assemble
|
||||
|
||||
|
||||
# V1.0.2 2025年1月8日 start
|
||||
新增邮箱通知
|
||||
|
||||
# V1.2.8 2025年12月22日 start 简化配置逻辑流程
|
||||
|
||||
1.覆盖 google-servicces.json
|
||||
|
||||
2.修改build.gradle你的包名 和 打包名字
|
||||
|
||||
3.修改 java包名的目录结构
|
||||
# V1.0.0 ~ V1.0.1
|
||||
新增银行信息
|
||||
|
||||
新增通知,跳转查看网页
|
||||
|
||||
新增后台接口配置显示关闭权限,跳转打开facebook,telegram等
|
||||
|
||||
|
||||
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>
|
||||
<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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user