feat: move project
This commit is contained in:
commit
4a940f28ba
97 changed files with 5047 additions and 0 deletions
9
app.js
Normal file
9
app.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import updateManager from './common/updateManager';
|
||||
|
||||
App({
|
||||
onLaunch: function () {
|
||||
},
|
||||
onShow: function () {
|
||||
updateManager();
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue