取名小程序开发
This commit is contained in:
9
NamingAssistant/app.js
Normal file
9
NamingAssistant/app.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const { initStore } = require("./store/namingStore");
|
||||
|
||||
App({
|
||||
onLaunch() {
|
||||
initStore();
|
||||
},
|
||||
onShow() {},
|
||||
globalData: {}
|
||||
});
|
||||
Reference in New Issue
Block a user