You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
653 B

#### 说明
组件化项目
app 组成项目EVive-Charger应用的入口:将业务组件打包成一个APP,做一些配置工作。(打包环境、签名、混淆等)
业务模块 根据业务分类
mian 主模块
login 登录注册模块
wifi wifi模块
web 浏览器模块
schedules 定时充电模块
home 首页模块
history 历史模块
settings 设置模块
alarm 告警模块
ble 纯蓝牙模式
基础组件
lib_base
统一依赖配置和资源文件:引入第三方框架(Retrofit、Glide)、存放公用资源文件(strings、drawable、自定义View、工具类Utils)、实现路由(ARouter)。修改频率极低。