# faf **Repository Path**: LiosWongs/faf ## Basic Information - **Project Name**: faf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` YunWeather -- YunWeather项目组织结构图 ├── Client -- Android客户端 | ├── dev -- 开发分支 | | ├── Weather -- 天气模块 | | | ├── province -- 省 | | | | └── city -- 市 | | | | └── county -- 县 | | | ├── 天气 -- 天气概要 | | | ├── 时刻天气 -- 时刻天气 | | | ├── 建议 -- 生活建议 | | | └── 天气预报 -- 天气预报 | | ├── life -- 生活模块 | | | ├── shop -- 商城模块 | | | ├── music -- 音乐模块 | | | └── news -- 新闻模块 | | └── setting -- 设置 | | ├── update -- 检查更新 | | ├── about -- 关于 | | ├── exit -- 退出 | | └── login -- 登录 | | └── 注册 -- 注册 | └── master --主分支 | └── 说明 -- dev分支功能稳定后,会合并到主分支,结构相同 └── Server -- 服务端 ├── dev --开发分支 └── master --主分支 ```