enable ad on ping.pub

This commit is contained in:
liangping 2025-05-28 18:17:58 +08:00
parent 9026aa8579
commit e3cd2bc6d0

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>