From 25eb87abdb0c52637de1ab7cb0239fba39247e23 Mon Sep 17 00:00:00 2001 From: wux_labs Date: Thu, 27 Feb 2025 23:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f161abe..28b626b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Node.js 可以通过不同的方式安装,所有主要平台的官方软件包 其次,我们需要安装 UAI Editor 软件,软件已经打包发布到 [https://www.npmjs.com/](https://www.npmjs.com/) 平台,可以直接通过以下命令安装: ```bash -npm i uai-editor +npm i @uai-team/uai-editor ``` ## 软件集成 @@ -87,8 +87,8 @@ npm i uai-editor * main.ts ```js -import { UAIEditor } from "uai-editor"; -import "uai-editor/dist/style.css"; +import { UAIEditor } from '@uai-team/uai-editor'; +import '@uai-team/uai-editor/dist/style.css'; new UAIEditor({ element: "#uai-editor", @@ -104,8 +104,8 @@ new UAIEditor({