`github.script` 被加载时,控制台打印 'ds_github loaded'
parent
74c14736b1
commit
fe31462c94
|
@ -351,4 +351,5 @@
|
||||||
window.dispatchEvent(new Event('locationchange'))
|
window.dispatchEvent(new Event('locationchange'))
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
console.log('ds_github loaded')
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue