File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 242
242
< script >
243
243
isTimerWindow ( false ) ;
244
244
if ( process . platform == "darwin" ) {
245
- $ ( "#logo-bar" ) . css ( "display" , "none" ) ;
246
245
$ ( "#win-hider" ) . css ( "display" , "none" ) ;
247
246
$ ( "#no-use-space" ) . css ( "display" , "none" ) ;
247
+ } else {
248
+ $ ( "#logo-bar" ) . css ( "display" , "inline-block" ) ;
248
249
}
249
250
250
251
let onlyrest = false ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wnr" ,
3
- "version" : " 1.17.1 " ,
3
+ "version" : " 1.18.0 " ,
4
4
"description" : " Work and rest, with wnr now!" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ li input[type="checkbox"]::after {
493
493
position : absolute;
494
494
top : 2px ;
495
495
left : 8px ;
496
- display : inline-block ;
496
+ display : none ;
497
497
background-clip : padding-box;
498
498
-webkit-app-region : no-drag;
499
499
/* let it clickable */
@@ -732,7 +732,7 @@ li input[type="checkbox"]::after {
732
732
733
733
# statistics-back {
734
734
position : absolute;
735
- top : 4px ;
735
+ bottom : 4px ;
736
736
left : 10px ;
737
737
font-size : 18px ;
738
738
display : inline-block;
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.17.1 " ,
2
+ "version" : " 1.18.0 " ,
3
3
"content" : {
4
4
"zh-CN" : [
5
- " 修复问题,包括可能导致macOS系统上看不到通知的问题 。" ,
6
- " 改善触摸屏使用体验,尤其是对于设置页面和Mini模式 。" ,
7
- " 修复并升级更新组件,现在可以在应用程序内查看更新日志 。"
5
+ " 修复了几个问题 。" ,
6
+ " 改善暗黑模式使用体验 。" ,
7
+ " 增加“仅休息”模式 。"
8
8
],
9
9
"zh-TW" : [
10
- " 修複問題,包括可能導致macOS系統上看不到通知的問題 。" ,
11
- " 改善觸摸屏使用體驗,尤其是對于設置頁面和Mini模式 。" ,
12
- " 修複並升級更新組件,現在可以在應用程序內查看更新日志 。"
10
+ " 修復了幾個問題 。" ,
11
+ " 改善暗黑模式使用體驗 。" ,
12
+ " 增加“僅休息”模式 。"
13
13
],
14
14
"en" : [
15
- " Bugs fixed, including one on macOS that could cause notifications failed to be sent ." ,
16
- " Mini mode exprience improved for touchscreen ." ,
17
- " Updater optimized and now allows users to directly see release notes inside the software ."
15
+ " Bugs fixed." ,
16
+ " Dark mode improved." ,
17
+ " \" Only Rest \" mode added ."
18
18
]
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments