`github.script` 被加载时,控制台打印 'ds_github loaded'

pull/287/head
王良 2024-03-29 23:17:14 +08:00
parent 74c14736b1
commit fe31462c94
1 changed files with 1 additions and 0 deletions

View File

@ -351,4 +351,5 @@
window.dispatchEvent(new Event('locationchange')) window.dispatchEvent(new Event('locationchange'))
}); });
} }
console.log('ds_github loaded')
})(); })();