From 1d7a4342eb1f2c9d885c1d40cd9cc1a387261db3 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 21 Jan 2024 12:05:26 +0800 Subject: [PATCH] fix --- components/TianliGPT.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TianliGPT.js b/components/TianliGPT.js index e90259a2..07aa2db6 100644 --- a/components/TianliGPT.js +++ b/components/TianliGPT.js @@ -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') }