-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44da4e1
commit 67223d9
Showing
28 changed files
with
366 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> | ||
<title>wnr</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="style.css" /> | ||
<link rel="shortcut icon" href="favicon.ico" /> | ||
</head> | ||
|
||
<body class="mx-auto flex-column"> | ||
<script> | ||
var JsSrc = (navigator.language || navigator.browserLanguage).toLowerCase(); | ||
if (JsSrc.indexOf('en') >= 0) { | ||
window.location.href = "help.html"; | ||
} | ||
</script> | ||
<main role="main" class="flex-shrink-0 align-content-center"> | ||
<div class="container-fluid text-center"> | ||
<br /><br /><br /> | ||
<h1 class="font-weight-lighter">使用指南</h1> | ||
<hr /> | ||
<div id="howtodoit"> | ||
<h2 class="h4">1、如何使用</h2> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-6.png" | ||
class="img-fluid" /><br /> | ||
打开wnr后,你就会看到这样的界面。<br /> | ||
先是一段工作时间,然后是一段休息时间。<br /> | ||
你可以设定循环的次数。<br /> | ||
还可以设定任务名称,以及添加备注。<br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-7.png" | ||
class="img-fluid" /><br /> | ||
按下<kbd>Enter</kbd>键开始计时。快去工作吧!<br /> | ||
如果需要使用电脑,则你可以将wnr最小化或隐藏到托盘菜单。<br /> | ||
在特殊情况下,你可以暂停、跳过或是放弃计时。<br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-8.png" | ||
class="img-fluid" /><br /> | ||
当时间结束时,我们会提醒你。<br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-9.png" | ||
class="img-fluid" /><br /> | ||
然后就是下一段时间了。<br /> | ||
如果担心被电脑干扰,你可以开启全屏专心模式。 | ||
<br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-10.png" | ||
class="img-fluid" /><br /> | ||
以上就是全部的基本使用技巧了,开始让wnr改变你吧!<br /> | ||
如果有需要更改一些设置,你可以在首页点击齿轮键更改设置。<br /><br /> | ||
<h2 class="h4">2、其他</h2> | ||
如果你还有问题,或者你发现了wnr有bug,请创建一个<a href="https://github.com/RoderickQiu/wnr/issues/">issue</a>或者<a | ||
href="mailto">给我发邮件</a>。谢谢!<br /> | ||
</div><br /> | ||
<p class="text-black-50"> | ||
<a href="index.html" title="Back">返回</a> | | ||
<a href="https://github.com/RoderickQiu/wnr/releases" title="Download wnr now" | ||
class="font-weight-bold">现在下载wnr</i></a> | ||
</p> | ||
</div> | ||
</main> | ||
<footer class="footer mx-auto py-4 text-center"> | ||
<div class="container"> | ||
<span class="text-muted"> | ||
© 2019 <a href="https://roderickqiu.scris.top/">Roderick Qiu.</a> | ||
</span> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,36 +12,51 @@ | |
</head> | ||
|
||
<body class="mx-auto flex-column"> | ||
<script> | ||
var JsSrc = (navigator.language || navigator.browserLanguage).toLowerCase(); | ||
if (JsSrc.indexOf('zh') >= 0) { | ||
window.location.href = "bangzhu.html"; | ||
} | ||
</script> | ||
<main role="main" class="flex-shrink-0 align-content-center"> | ||
<div class="container-fluid text-center"> | ||
<br /><br /><br /> | ||
<h1 class="font-weight-lighter">Help Page</h1> | ||
<hr /> | ||
<div id="howtodoit"> | ||
<h2 class="h4">1. How to use it</h2> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-1.png" class="img-fluid" /><br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-1.png" | ||
class="img-fluid" /><br /> | ||
When you open wnr, it looks like that. Just enter the numbers, and a timer will be set.<br /> | ||
First, there will be a period of work time, and then a period of rest time. <br /> | ||
It will repeat for the time you entered in "loop for". <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-2.png" class="img-fluid" /><br /> | ||
Title and notes are selective.<br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-2.png" | ||
class="img-fluid" /><br /> | ||
As the key <kbd>Enter</kbd> is clicked, the timer starts. Now, go & do your work! <br /> | ||
You can hide the window to the system tray<br /> (The hotkey is <kbd>Ctrl+Shift+Alt+W</kbd>) if you are | ||
going to do some computer-relative work. <br /> | ||
The timer can be paused or given up when you have to stop to do another thing. <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-3.png" class="img-fluid" /><br /> | ||
The timer can be paused, skipped or given up when you have to stop to do another thing. <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-3.png" | ||
class="img-fluid" /><br /> | ||
When the time ends, a warning is given. <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-4.png" class="img-fluid" /><br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-4.png" | ||
class="img-fluid" /><br /> | ||
And another period of time starts. <br /> | ||
(You can have a rest time with wnr <b>full-screen</b> to prevent you from using you computer, too.) <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-5.png" class="img-fluid" /><br /> | ||
(You can have a rest time with wnr <b>full-screen</b> to prevent you from using you computer, too.) | ||
<br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-5.png" | ||
class="img-fluid" /><br /> | ||
Now, you've learnt to use wnr! Congratulations! <br /><br /> | ||
<h2 class="h4">2. Other things</h2> | ||
If you still have problems or you find bugs, you can: <br /> | ||
create an <a href="https://github.com/RoderickQiu/wnr/issues/">issue</a> or drop me an email to <a href="mailto">[email protected]</a>.<br /> | ||
create an <a href="https://github.com/RoderickQiu/wnr/issues/">issue</a> or drop me an email to <a | ||
href="mailto">[email protected]</a>.<br /> | ||
</div><br /> | ||
<p class="text-black-50"> | ||
<a href="index.html" title="Back">Back</a> | | ||
<a href="https://github.com/RoderickQiu/wnr/releases" title="Download wnr now" class="font-weight-bold">Download | ||
<a href="https://github.com/RoderickQiu/wnr/releases" title="Download wnr now" | ||
class="font-weight-bold">Download | ||
wnr now</i></a> | ||
</p> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.