This commit is contained in:
tangly1024
2024-01-21 12:05:26 +08:00
parent 5d2a32b746
commit 1d7a4342eb

View File

@@ -31,7 +31,7 @@ const TianLiGPT = () => {
await loadExternalResource(tianliCss, 'css')
window.tianliGPT_postSelector = '#notion-article';
window.tianliGPT_key = 'f50e6b018a094fbb0d7c';
window.tianliGPT_key = tianliKey;
await loadExternalResource(tianliJs, 'js')
}