From adb453c21646a3f80190099eb14f87cfa9f5ab12 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 26 Apr 2020 23:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E2=80=9C=E8=B6=85=E5=A4=A7?= =?UTF-8?q?=E2=80=9D=E3=80=81=E2=80=9C=E5=B7=A8=E5=A4=A7=E2=80=9D=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 1 + src/common/config.js | 14 ++++++++++++++ src/renderer/lang/cns/view/setting.json | 2 ++ src/renderer/lang/cnt/view/setting.json | 2 ++ src/renderer/lang/en/view/setting.json | 2 ++ 5 files changed, 21 insertions(+) diff --git a/publish/changeLog.md b/publish/changeLog.md index ec98909b..50c41280 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -7,6 +7,7 @@ - 新增使用协议 - 新增虾米音源 - 新增新皮肤“粉妆玉琢”、“青出于黑”,可去体验下~ +- 新增“超大”、“巨大”窗口尺寸 ### 优化 diff --git a/src/common/config.js b/src/common/config.js index 126009bb..a04e49b6 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -35,6 +35,20 @@ module.exports = { height: 766, fontSize: '18px', }, + { + id: 5, + name: 'oversized', + width: 1380, + height: 886, + fontSize: '18px', + }, + { + id: 6, + name: 'huge', + width: 1656, + height: 1062, + fontSize: '19px', + }, ], navigationUrlWhiteList: [ /^https:\/\/www\.xiami\.com/, diff --git a/src/renderer/lang/cns/view/setting.json b/src/renderer/lang/cns/view/setting.json index 83e05415..c687c7aa 100644 --- a/src/renderer/lang/cns/view/setting.json +++ b/src/renderer/lang/cns/view/setting.json @@ -18,6 +18,8 @@ "basic_window_size_medium": "中", "basic_window_size_big": "大", "basic_window_size_larger": "较大", + "basic_window_size_oversized": "超大", + "basic_window_size_huge": "巨大", "basic_to_tray_title": "关闭时不退出软件将其最小化到系统托盘", "basic_to_tray": "关闭时最小化到系统托盘", "basic_lang_title": "软件显示的语言", diff --git a/src/renderer/lang/cnt/view/setting.json b/src/renderer/lang/cnt/view/setting.json index c2e08fb5..352cc4b3 100644 --- a/src/renderer/lang/cnt/view/setting.json +++ b/src/renderer/lang/cnt/view/setting.json @@ -18,6 +18,8 @@ "basic_window_size_medium": "中", "basic_window_size_big": "大", "basic_window_size_larger": "較大", + "basic_window_size_oversized": "超大", + "basic_window_size_huge": "巨大", "basic_to_tray_title": "關閉時不退出軟件將其最小化到系統托盤", "basic_to_tray": "關閉時最小化到系統托盤", "basic_lang_title": "軟件顯示的語言", diff --git a/src/renderer/lang/en/view/setting.json b/src/renderer/lang/en/view/setting.json index 1219f1eb..8db40058 100644 --- a/src/renderer/lang/en/view/setting.json +++ b/src/renderer/lang/en/view/setting.json @@ -18,6 +18,8 @@ "basic_window_size_medium": "Medium", "basic_window_size_big": "Large", "basic_window_size_larger": "Larger", + "basic_window_size_oversized": "Oversized", + "basic_window_size_huge": "Huge", "basic_to_tray_title": "Minimize it to the system tray without closing the software when closing", "basic_to_tray": "Minimize to system tray when closing", "basic_lang_title": "The language displayed in the software",