From b567e0c45defc688e873ebeecffcb8e05e3e385d Mon Sep 17 00:00:00 2001 From: the1812 Date: Tue, 30 Nov 2021 22:45:04 +0800 Subject: [PATCH] Fix typo --- src/components/auto-update/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/auto-update/index.ts b/src/components/auto-update/index.ts index 004a3115e..8853e09ca 100644 --- a/src/components/auto-update/index.ts +++ b/src/components/auto-update/index.ts @@ -245,7 +245,7 @@ export const component: ComponentMetadata = { return exportMethods }, plugin: { - displayName: '自动更新器 - 扩展功能', + displayName: '自动更新器 - 功能扩展', description: { 'zh-CN': '记录在设置面板中的功能安装/卸载数据供自动更新使用; 并在组件详情中支持手动检查该组件的更新.', },