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 -->
|
||||
name: wechat-mini-game-dev
|
||||
name: bmad-wechat-mini-game-dev
|
||||
version: 1.0.0
|
||||
short-title: WeChat Mini Game Dev Pack
|
||||
description: >-
|
||||
|
|
@ -56,9 +56,9 @@ App({
|
|||
// Called when the mini-game is switched to the background
|
||||
},
|
||||
globalData: {
|
||||
userInfo: null
|
||||
}
|
||||
})
|
||||
userInfo: null,
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
**Page Lifecycle:**
|
||||
|
|
@ -83,8 +83,8 @@ Page({
|
|||
},
|
||||
onUnload() {
|
||||
// Called when the page is unloaded
|
||||
}
|
||||
})
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
### Component-Based Architecture
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue