🎨 优化扩展模块,完成ai接入和对话功能
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import structuredClone from './index.js';
|
||||
|
||||
if (!("structuredClone" in globalThis)) {
|
||||
console.debug("Monkey-patching structuredClone");
|
||||
globalThis.structuredClone = structuredClone;
|
||||
}
|
||||
Reference in New Issue
Block a user