修复编译
This commit is contained in:
tangly1024
2021-12-17 21:06:56 +08:00
parent 43de0a80d4
commit d611814a27
2 changed files with 2 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ function initGoogleAdsense () {
if (newAdsCount > 0) {
for (let i = 0; i <= newAdsCount; i++) {
try {
// eslint-disable-next-line no-undef
(adsbygoogle = window.adsbygoogle || []).push({})
} catch (e) {