Files

10 lines
134 B
JavaScript
Raw Permalink Normal View History

2025-11-05 00:22:09 +08:00
const { initStore } = require("./store/namingStore");
App({
onLaunch() {
initStore();
},
onShow() {},
globalData: {}
});