@szlx/update-manager
v1.0.0
Published
> 更新应用包统一函数
Downloads
3
Readme
@szlx/update-manager
更新应用包统一函数
Installtion
npm i @szlx/update-manager
Usage
import updateManager from '@szlx/update-manager'
updateManager({
title: '新版本提示',
content: '检测到新版本',
failContent: '新版本下载失败',
onSuccess: () => {}, // 成功回调
onCheckForUpdate: res => (res.hasUpdate ? '有新版本' : '无新版本')
})