Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plusmancn/hyxcache
基于 G5 和 Framework 7 的Hybrid App 开发辅助脚本
https://github.com/plusmancn/hyxcache
Last synced: about 1 month ago
JSON representation
基于 G5 和 Framework 7 的Hybrid App 开发辅助脚本
- Host: GitHub
- URL: https://github.com/plusmancn/hyxcache
- Owner: plusmancn
- License: mit
- Created: 2015-04-28T05:18:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T17:42:47.000Z (over 9 years ago)
- Last Synced: 2024-11-16T12:49:28.418Z (about 2 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>会友行app缓存生成脚本
## Usage
Usage: hyxcache [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --platform [type.versionTag] avaliable platform: ios.v4,android.v6,etc---
## changeLog`1.11.3` | **2015-05-05 16:36**
* 移除1.11.2安卓头尾特性
`1.11.2` | **2015-05-04 00:08**
* 添加安卓文件头添加列表,强烈建议安卓实现app内加载头尾androidWithHead:[
'meetingShowDetail.ejs',
'meetingEdit.ejs',
'meetingShowList.ejs',
'userEdit.ejs',
'userSignupPhoneNumber.ejs',
'userPasswordPhoneNumber.ejs',
'contactsReq.ejs',
'userNotification.ejs',
'meetingEditGuide.ejs',
'newFeature.ejs',
'contactExchange.ejs',
'versionHistory.ejs'
]`1.11.0` | **2015-04-28 11:37**
* 添加版本Tag
* 版本号数据源统一从package.json获取