删除网站自动打开app的行为
site-dist-deploy / build-and-deploy (push) Successful in 1m16s

This commit is contained in:
2026-04-23 19:30:41 +03:00
parent 8d0d609494
commit 90699d7fe1
+1 -1
View File
@@ -50,7 +50,7 @@ class OpenInstallSdk {
// 初始化成功回调方法。当初始化完成后,会自动进入 // 初始化成功回调方法。当初始化完成后,会自动进入
// 注意:此时的 this 是 OpenInstall 的原始实例对象 (m) // 注意:此时的 this 是 OpenInstall 的原始实例对象 (m)
const m = this const m = this
m.schemeWakeup() // 尝试使用scheme打开App(主要用于Android以及iOS的QQ环境中) // m.schemeWakeup() // 尝试使用scheme打开App(主要用于Android以及iOS的QQ环境中)
const button = document.getElementById('downloadButton_apple') const button = document.getElementById('downloadButton_apple')
const button_mac = document.getElementById('downloadButton_mac') const button_mac = document.getElementById('downloadButton_mac')