Skip to content

Commit

Permalink
📝 chore: 去掉轻量级
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Aug 8, 2023
1 parent 0a3e276 commit 792a271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
hero: {
'zh-CN': {
title: 'ProEditor',
description: '🌟 轻量级编辑器 UI 框架',
description: '🌟 通用编辑器 UI 框架',
actions: [
{
text: '快速开始 →',
Expand All @@ -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 →',
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav:

# 快速开始

ProEditor 定位轻量级编辑器 UI 框架,期望为「编辑」场景提供丰富、易用的基础组件与原子能力。
ProEditor 定位编辑器 UI 框架,期望为「编辑」场景提供丰富、易用的基础组件与原子能力。

## 安装

Expand Down

0 comments on commit 792a271

Please sign in to comment.