@@ -0,0 +1,15 @@
App({
globalData: {
version: "0.1.0-mvp",
user: {
id: "player-me",
name: "我",
avatar: "我"
}
},
onLaunch() {
const service = require("./services/game-service");
service.ensureSeedData();
});
The note is not visible to the blocked user.