删除 docs/app.js

This commit is contained in:
2026-07-29 10:44:48 +08:00
parent 32f5449cf2
commit 005a6cbf1c

View File

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