mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 15:10:11 +00:00
fix
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Coze() {
|
|||||||
|
|
||||||
const loadCoze = async () => {
|
const loadCoze = async () => {
|
||||||
await loadExternalResource(cozeSrc)
|
await loadExternalResource(cozeSrc)
|
||||||
CozeWebSDK = window.CozeWebSDK
|
const CozeWebSDK = window?.CozeWebSDK
|
||||||
if (CozeWebSDK) {
|
if (CozeWebSDK) {
|
||||||
new CozeWebSDK.WebChatClient({
|
new CozeWebSDK.WebChatClient({
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
Reference in New Issue
Block a user