简体中文
安装:
npm i aieditor
使用:
new AiEditor({ element: "#aiEditor", placeholder: "点击输入内容...", content: 'AiEditor 是一个面向 AI 的开源富文本编辑器。 ', ai: { models: { spark: { appId: "***", apiKey: "***", apiSecret: "***", } } } })