1.0.0 • Published 1 year ago

@szlx/update-manager v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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 ? '有新版本' : '无新版本')
})
1.0.0

1 year ago