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

This commit is contained in:
liangping 2025-05-28 18:50:36 +08:00
commit e4dd3c7e43

View File

@ -72,7 +72,7 @@ const behind = computed(() => {
dayjs()
const show_ad = computed(() => {
return location.hostname.indexOf('ping.pub') > 0
return location.hostname.indexOf('ping.pub') > -1
})
</script>