feat: 强制使用 URL Scheme 跳转小程序
- HomePage 添加 forceLaunchMethod="urlScheme" - 跳过环境检测,直接显示跳转按钮,避免"初始化"状态 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -147,6 +147,7 @@ const HomePage: React.FC = () => {
|
|||||||
>
|
>
|
||||||
<MiniProgramLauncher
|
<MiniProgramLauncher
|
||||||
path="pages/index/index"
|
path="pages/index/index"
|
||||||
|
forceLaunchMethod="urlScheme"
|
||||||
buttonStyle={{
|
buttonStyle={{
|
||||||
backgroundColor: '#07c160',
|
backgroundColor: '#07c160',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
|||||||
Reference in New Issue
Block a user