2022-11-23 18:23:48 +08:00
|
|
|
export const downloadRootDir = '';
|
|
|
|
export const packageVersion = '';
|
|
|
|
export const currentVersion = '';
|
|
|
|
export const isFirstTime = false;
|
|
|
|
export const isRolledBack = false;
|
|
|
|
|
|
|
|
const noop = () => {};
|
|
|
|
|
|
|
|
export const checkUpdate = noop;
|
|
|
|
export const downloadUpdate = noop;
|
|
|
|
export const switchVersion = noop;
|
|
|
|
export const switchVersionLater = noop;
|
|
|
|
export const markSuccess = noop;
|
|
|
|
export const downloadAndInstallApk = noop;
|
|
|
|
export const setCustomEndpoints = noop;
|
|
|
|
export const getCurrentVersionInfo = noop;
|
|
|
|
export const simpleUpdate = noop;
|
2023-08-31 19:24:00 +08:00
|
|
|
export const onEvents = noop;
|