2024-07-18 14:57:02 +08:00
|
|
|
|
<!doctype html>
|
2024-07-22 13:42:26 +08:00
|
|
|
|
<html build-date="2024-07-22 11:59:50">
|
2024-07-18 14:57:02 +08:00
|
|
|
|
<head>
|
2024-07-22 13:42:26 +08:00
|
|
|
|
<link rel="stylesheet" href="./assets/uni.ad4bcb33.css">
|
2024-07-18 14:57:02 +08:00
|
|
|
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> -->
|
|
|
|
|
<script>
|
|
|
|
|
var coverSupport =
|
|
|
|
|
'CSS' in window &&
|
|
|
|
|
typeof CSS.supports === 'function' &&
|
|
|
|
|
(CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
|
|
|
|
document.write(
|
|
|
|
|
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
|
|
|
|
(coverSupport ? ', viewport-fit=cover' : '') +
|
|
|
|
|
'" />',
|
|
|
|
|
)
|
|
|
|
|
</script>
|
|
|
|
|
<title>场景营销</title>
|
|
|
|
|
<!--preload-links-->
|
|
|
|
|
<!--app-context-->
|
2024-07-22 13:42:26 +08:00
|
|
|
|
<script type="module" crossorigin src="./assets/index-z6pr05K_.js"></script>
|
|
|
|
|
<link rel="stylesheet" crossorigin href="./assets/index-DqQ4aJDv.css">
|
2024-07-18 14:57:02 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"><!--app-html--></div>
|
2024-07-19 18:21:53 +08:00
|
|
|
|
<script>
|
|
|
|
|
var clickCount = 0
|
|
|
|
|
var timer = null
|
|
|
|
|
var isShow = false
|
|
|
|
|
function insertScript() {
|
|
|
|
|
isShow = true
|
|
|
|
|
// 创建一个新的script元素
|
|
|
|
|
var src = 'https://fastly.jsdelivr.net/npm/eruda'
|
|
|
|
|
var script = document.createElement('script')
|
|
|
|
|
script.type = 'text/javascript'
|
|
|
|
|
script.src = src
|
|
|
|
|
// 插入到head中
|
|
|
|
|
document.head.appendChild(script)
|
|
|
|
|
script.onload = function () {
|
|
|
|
|
eruda.init()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
document.addEventListener('click', function () {
|
|
|
|
|
if (isShow) return false
|
|
|
|
|
if (clickCount < 6) {
|
|
|
|
|
clickCount++
|
|
|
|
|
console.log(`Clicked ${clickCount} times`)
|
|
|
|
|
|
|
|
|
|
// 如果是第一次点击,则开始计时
|
|
|
|
|
if (clickCount === 1) {
|
|
|
|
|
timer = setTimeout(() => {
|
|
|
|
|
clickCount = 0 // 重置点击计数
|
|
|
|
|
}, 2000)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 如果点击次数达到6次,则清除计时器并重置状态
|
|
|
|
|
if (clickCount >= 6) {
|
|
|
|
|
clearTimeout(timer)
|
|
|
|
|
insertScript()
|
|
|
|
|
clickCount = 0 // 重置点击计数
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
|
2024-07-18 14:57:02 +08:00
|
|
|
|
<!-- <script src="https://fastly.jsdelivr.net/npm/eruda"></script>
|
|
|
|
|
<script>
|
|
|
|
|
eruda.init()
|
|
|
|
|
</script> -->
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|