Merge branch 'master' of github.com:ping-pub/explorer

This commit is contained in:
liangping 2025-05-29 07:24:07 +08:00
commit d7f41d10a7

View File

@ -15,5 +15,5 @@ const aa = computed(() => {
});
</script>
<template>
<iframe :data-aa='`${aa}`' :src="`//acceptable.a-ads.com/${aa}?${route.path}`" style='border:0px; padding:0; width:100%; height:70px; overflow:hidden; margin-bottom: 5px; background-color: transparent;'></iframe>
<iframe :data-aa='`${aa}`' :src="`//acceptable.a-ads.com/${aa}?${route.path}&size=970x90`" style='border:0px; padding:0; width:100%; height:70px; overflow:hidden; margin-bottom: 5px; background-color: transparent;'></iframe>
</template>