From 792a27165ed078acc9c7d06b2cc40f6eb8729344 Mon Sep 17 00:00:00 2001 From: rdmclin2 Date: Tue, 8 Aug 2023 15:12:10 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20chore:=20=E5=8E=BB=E6=8E=89=E8=BD=BB?= =?UTF-8?q?=E9=87=8F=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dumirc.ts | 4 ++-- docs/guide/intro.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index c01010b1..8c2dc686 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -19,7 +19,7 @@ export default defineConfig({ hero: { 'zh-CN': { title: 'ProEditor', - description: '🌟 轻量级编辑器 UI 框架', + description: '🌟 通用编辑器 UI 框架', actions: [ { text: '快速开始 →', @@ -33,7 +33,7 @@ export default defineConfig({ }, 'en-US': { title: 'ProEditor', - description: '🌟 Lightweight Editor UI Framework', + description: '🌟 A General Editor UI Framework', actions: [ { text: 'Quick Start →', diff --git a/docs/guide/intro.md b/docs/guide/intro.md index dd3d2dac..daa863dd 100644 --- a/docs/guide/intro.md +++ b/docs/guide/intro.md @@ -9,7 +9,7 @@ nav: # 快速开始 -ProEditor 定位轻量级编辑器 UI 框架,期望为「编辑」场景提供丰富、易用的基础组件与原子能力。 +ProEditor 定位编辑器 UI 框架,期望为「编辑」场景提供丰富、易用的基础组件与原子能力。 ## 安装