Files
web_fengzhuang/README.md
2025-03-14 17:48:55 +08:00

40 lines
971 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TestWeb App 封装APP Test版本新需求修改版本
# V1.0.0 ~ V1.0.1
新增银行信息
新增通知,跳转查看网页
新增后台接口配置显示关闭权限,跳转打开facebook,telegram等
# V1.0.2 2025年1月8日 start
新增邮箱通知
# V1.0.6 2025年2月6日 start 统一版本管理
所有封装app 复用同一套代码 方便维护管理
引用工程需要替换的
1.包名/APP名字 中文 英文/app logo
2.去firebase 注册FCM 获取 google-service.json 配置文件 需要把私有推送秘钥同步给后台 目前只支持FCM推送 国内厂商因为众所周知的原因不予支持
3.app唯一ID
4.app的默认初始网址
5.修改大背景颜色
7.修改操作栏颜色
8.修改启动加载页图标是圆形 还是图标本身
9.自定义启动页背景 以求启动页背景和游戏app本身风格统一
10.base module 实现所有的功能逻辑 软件app入口通过继承 base的 MainActivity2 扩展