新增“超大”、“巨大”窗口尺寸
parent
ef04e43323
commit
adb453c216
|
@ -7,6 +7,7 @@
|
|||
- 新增使用协议
|
||||
- 新增虾米音源
|
||||
- 新增新皮肤“粉妆玉琢”、“青出于黑”,可去体验下~
|
||||
- 新增“超大”、“巨大”窗口尺寸
|
||||
|
||||
### 优化
|
||||
|
||||
|
|
|
@ -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/,
|
||||
|
|
|
@ -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": "软件显示的语言",
|
||||
|
|
|
@ -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": "軟件顯示的語言",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue