Commit 5a103fe6 by pye52

更新README

parent 296db9d3
......@@ -4,8 +4,8 @@
| develop | 开发分支 | 整合新功能及bug修复 |
| fea-xxx | deprecated 测试环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 | 新功能实现 |
| bug-xxx | bug分支,"xxx"为bug简称 | 修复bug |
| production | deprecated 生产环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 | |
| new_master | 重构版本,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 | |
| rel-xxx | 生产分支,"xxx"为生产版本号 | |
| master | 重构版本,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 | |
| for_phone | 重构版本,供手机测试 | |
### 特殊功能二维码
......@@ -13,7 +13,7 @@
请参考同目录下"智慧食堂开发文档.docx"
### 重构目的
1. 去掉Kotlin,架构重新设计
1. 去掉Kotlin,架构重新设计,主要依赖jetpack库
2. 所有订单及操作都将在本地数据库记录
3. 优化各任务(在线支付、离线支付、指令执行)的设计
4. 提升稳定性
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment