Skip to content

Commit 48a52b4

Browse files
committed
update to 1.18
1 parent a3d2c6f commit 48a52b4

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,10 @@
242242
<script>
243243
isTimerWindow(false);
244244
if (process.platform == "darwin") {
245-
$("#logo-bar").css("display", "none");
246245
$("#win-hider").css("display", "none");
247246
$("#no-use-space").css("display", "none");
247+
} else {
248+
$("#logo-bar").css("display", "inline-block");
248249
}
249250

250251
let onlyrest = false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wnr",
3-
"version": "1.17.1",
3+
"version": "1.18.0",
44
"description": "Work and rest, with wnr now!",
55
"main": "main.js",
66
"scripts": {

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ li input[type="checkbox"]::after {
493493
position: absolute;
494494
top: 2px;
495495
left: 8px;
496-
display: inline-block;
496+
display: none;
497497
background-clip: padding-box;
498498
-webkit-app-region: no-drag;
499499
/* let it clickable */
@@ -732,7 +732,7 @@ li input[type="checkbox"]::after {
732732

733733
#statistics-back {
734734
position: absolute;
735-
top: 4px;
735+
bottom: 4px;
736736
left: 10px;
737737
font-size: 18px;
738738
display: inline-block;

update.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"version": "1.17.1",
2+
"version": "1.18.0",
33
"content": {
44
"zh-CN": [
5-
"修复问题,包括可能导致macOS系统上看不到通知的问题",
6-
"改善触摸屏使用体验,尤其是对于设置页面和Mini模式",
7-
"修复并升级更新组件,现在可以在应用程序内查看更新日志"
5+
"修复了几个问题",
6+
"改善暗黑模式使用体验",
7+
"增加“仅休息”模式"
88
],
99
"zh-TW": [
10-
"修複問題,包括可能導致macOS系統上看不到通知的問題",
11-
"改善觸摸屏使用體驗,尤其是對于設置頁面和Mini模式",
12-
"修複並升級更新組件,現在可以在應用程序內查看更新日志"
10+
"修復了幾個問題",
11+
"改善暗黑模式使用體驗",
12+
"增加“僅休息”模式"
1313
],
1414
"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."
1818
]
1919
}
2020
}

0 commit comments

Comments
 (0)