9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
import updateManager from './common/updateManager';
|
|
|
|
App({
|
|
onLaunch: function () {},
|
|
onShow: function () {
|
|
updateManager();
|
|
},
|
|
});
|