删除 docs/app.js
This commit is contained in:
15
docs/app.js
15
docs/app.js
@@ -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();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user