From 56f574fef51962428ee96b0dc281541a43db5329 Mon Sep 17 00:00:00 2001 From: Roderick Qiu Date: Sat, 23 Mar 2019 12:03:28 +0800 Subject: [PATCH] optimized --- docs/bangzhu.html | 5 +-- docs/index.html | 3 +- docs/style.css | 7 ++++ docs/zh.html | 3 +- index.html | 35 +++++++++--------- locales/en.json | 10 +++++- locales/zh.json | 10 +++++- main.js | 18 ++++++---- package-lock.json | 90 +++++++++++++++++++++++++++-------------------- package.json | 5 +-- renderer.js | 3 ++ settings.html | 30 +++++++--------- style.css | 5 +++ timer.html | 32 +++++++++-------- tourguide.html | 31 +++++++++++++--- 15 files changed, 183 insertions(+), 104 deletions(-) diff --git a/docs/bangzhu.html b/docs/bangzhu.html index 8c2fa43..d3b4b6a 100644 --- a/docs/bangzhu.html +++ b/docs/bangzhu.html @@ -63,9 +63,10 @@

1、如何使用



- 以上就是全部的基本使用技巧了,开始让wnr改变你吧!
- 如果有需要更改一些设置,你可以在首页点击齿轮键更改设置。

+ 以上就是全部的基本使用技巧了,开始让wnr改变你吧!

2、其他

+ 如果有需要更改一些设置,你可以在首页点击齿轮按钮更改设置。
+ 如果想要调出这个帮助手册,你可以在首页点击问号按钮。
如果你还有问题,或者你发现了wnr有bug,请创建一个issue或者给我发邮件。谢谢!

diff --git a/docs/index.html b/docs/index.html index b898fc7..ea914e9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,8 @@
-

wnr

+

wnr


It's a timer app with strong expansibility for computers. diff --git a/docs/style.css b/docs/style.css index 4b4735c..4e7f085 100644 --- a/docs/style.css +++ b/docs/style.css @@ -44,4 +44,11 @@ img{ #howtodoit{ padding: 0 1.5rem; +} + +.work{ + color: #ea5454; +} +.rest{ + color: #5490ea; } \ No newline at end of file diff --git a/docs/zh.html b/docs/zh.html index 0eb687b..95f8475 100644 --- a/docs/zh.html +++ b/docs/zh.html @@ -20,7 +20,8 @@

-

wnr

+

wnr


wnr是一款时间管理程序。
diff --git a/index.html b/index.html index 4e02bce..76c0d24 100644 --- a/index.html +++ b/index.html @@ -21,43 +21,39 @@
-    -    -    +    +    -    @@ -168,36 +168,35 @@ if (process.platform == 'darwin') { $("#hotkey-tip").css("display", "none"); } - function relauncher() { - ipc.send("relauncher"); - } diff --git a/style.css b/style.css index 6b02907..d84b715 100644 --- a/style.css +++ b/style.css @@ -154,4 +154,9 @@ li{ height: 333px; border: none; outline: none; +} +#loadingtip{ + position: absolute; + top: 50%; + bottom: 50%; } \ No newline at end of file diff --git a/timer.html b/timer.html index 569bdb9..20d5e4e 100644 --- a/timer.html +++ b/timer.html @@ -20,9 +20,9 @@
-    -    diff --git a/tourguide.html b/tourguide.html index ad2f225..1340370 100644 --- a/tourguide.html +++ b/tourguide.html @@ -19,6 +19,9 @@