fix: Installed expansion pack: change wechat-mini-game-dev to bmad-wechat-mini-game-dev
This commit is contained in:
parent
e848bf3ad2
commit
58f0aec40d
|
|
@ -1,5 +1,5 @@
|
||||||
# <!-- Powered by BMAD™ Core -->
|
# <!-- Powered by BMAD™ Core -->
|
||||||
name: wechat-mini-game-dev
|
name: bmad-wechat-mini-game-dev
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
short-title: WeChat Mini Game Dev Pack
|
short-title: WeChat Mini Game Dev Pack
|
||||||
description: >-
|
description: >-
|
||||||
|
|
@ -56,9 +56,9 @@ App({
|
||||||
// Called when the mini-game is switched to the background
|
// Called when the mini-game is switched to the background
|
||||||
},
|
},
|
||||||
globalData: {
|
globalData: {
|
||||||
userInfo: null
|
userInfo: null,
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
**Page Lifecycle:**
|
**Page Lifecycle:**
|
||||||
|
|
@ -83,8 +83,8 @@ Page({
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
// Called when the page is unloaded
|
// Called when the page is unloaded
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
### Component-Based Architecture
|
### Component-Based Architecture
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue