From 0b7b6884aeac47153a92340a156c7433409bd336 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 27 Jan 2026 12:11:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 2 +- docs/guide/component.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 3117da9a..d2cd488d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -29,7 +29,7 @@ export default defineConfig({ nav: [ { text: '文档', link: '/guide/', activeMatch: '/guide/' }, - { text: 'API', link: '/api/editor/props', activeMatch: '/api/' }, + { text: 'Editor API', link: '/api/editor/props', activeMatch: '/api/' }, { text: 'Runtime API', link: '/runtime-api/core/app', activeMatch: '/runtime-api/' }, { text: '表单配置', link: '/form-config/fields/text', activeMatch: '/form-config/' }, { text: '更新日志', link: 'https://github.com/Tencent/tmagic-editor/releases' }, diff --git a/docs/guide/component.md b/docs/guide/component.md index 452c6df6..ac4635cd 100644 --- a/docs/guide/component.md +++ b/docs/guide/component.md @@ -81,7 +81,7 @@ name 是表单项值的key。 } ``` -type 在@tmagic/form 和 @tmagic/editor 中默认提供了种,@tmagic/form提供的可以前往[表单配置](/form-config/fields/text.html)查看。 +type 在@tmagic/form 和 @tmagic/editor 中默认提供了一些,@tmagic/form提供的可以前往[表单配置](/form-config/fields/text.html)查看。 :::