From 62f258765ca1e5839f6e427774f0189bd012d98e Mon Sep 17 00:00:00 2001 From: Yeban8090 Date: Mon, 14 Apr 2025 14:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BC=98=E5=8C=96=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- src/settings/settings.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index e92b835..059a8b0 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -103,7 +103,7 @@ the developer via the "Donate" button in the Writing Toolbox.`, // 空状态提示 WELCOME_MESSAGE: '👋 Welcome to BookSmith', - EMPTY_STATE_HINT: 'Click "New Book" above to create a work, or use the "Switch" button to select an existing book' + EMPTY_STATE_HINT: 'Click "New" above to create a work, or use the "Switch" button to select an existing book' }; // 工具箱视图翻译 diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 4ded5f0..a31b8df 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -102,7 +102,7 @@ const bookSmithViewTranslation: BookSmithViewTranslation = { // 空状态提示 WELCOME_MESSAGE: '👋 欢迎使用 BookSmith', - EMPTY_STATE_HINT: '点击上方的"新建书籍"创建作品,或使用"切换"按钮选择已有书籍' + EMPTY_STATE_HINT: '点击上方的"新建"创建作品,或使用"切换"按钮选择已有书籍' }; // 工具箱视图翻译 diff --git a/src/settings/settings.ts b/src/settings/settings.ts index 9945449..55ca737 100644 --- a/src/settings/settings.ts +++ b/src/settings/settings.ts @@ -54,7 +54,7 @@ export const DEFAULT_SETTINGS: BookSmithSettings = { default: 'default', // 修改为使用 standard 作为默认模板 custom: { 'default': { - name: '默认模板', + name: 'default', description: '包含前言、大纲、正文卷章和后记的标准结构', structure: defaultTemplate, isBuiltin: true