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:
zdl
2025-12-15 11:09:54 +08:00
parent fcdf135bd8
commit 464cca5ace

View File

@@ -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',