From 537700293231ace5864d0291648bd2c58e27dff2 Mon Sep 17 00:00:00 2001 From: Azir <2075125282@qq.com> Date: Mon, 22 Jul 2024 14:39:04 +0800 Subject: [PATCH] style(other): modify the Chinese name of the grayscale mode --- src/locales/langs/zh-cn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index f7042dc9..a19033ae 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -64,7 +64,7 @@ const local: App.I18n.Schema = { dark: '暗黑模式', auto: '跟随系统' }, - grayscale: '灰度模式', + grayscale: '灰色模式', layoutMode: { title: '布局模式', vertical: '左侧菜单模式',