|
@@ -94,7 +94,6 @@ const adImgWidth = ref(document?.documentElement?.clientWidth ?
|
|
|
|
|
|
const adDialog = ref(false)
|
|
|
onMounted(() => {
|
|
|
- adDialog.value = true
|
|
|
const lastTime = localStorage.getItem('adDialogTime')
|
|
|
localStorage.setItem('adDialogTime', Date.now())
|
|
|
if (!lastTime || (Date.now() - Number(lastTime) > 300000)) {
|