This commit is contained in:
777
2025-06-10 17:26:48 +08:00
parent 1df88efc1f
commit e5e2e5e7fb

View File

@@ -27,7 +27,7 @@ export default {
var data = OpenInstall.parseUrlParams(); var data = OpenInstall.parseUrlParams();
console.log(data) console.log(data)
new OpenInstall({ new OpenInstall({
appKey : "y7y1xh", //appkey参数配置,需要自行替换对应的appkey appKey : "pdv2un", //appkey参数配置,需要自行替换对应的appkey
onready : function() { onready : function() {
var m = this, button = document.getElementById("downloadButton"); var m = this, button = document.getElementById("downloadButton");
m.schemeWakeup(); m.schemeWakeup();