Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jan 27, 2020
1 parent d98ada3 commit 62e49af
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 13 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/icons/wnrIcon.png"
<p align="center"><img src="https://i.loli.net/2020/01/27/bOvLlYmT7dQFRjr.png"
width="64px" /></p>

<h2 align="center">wnr</h2>
Expand Down Expand Up @@ -77,7 +77,7 @@ This application is being frequently updated, so does this list.

- Downloads: [Releases](https://github.com/RoderickQiu/wnr/releases/).

- Need Help: [Go to Help Page](https://wnr.scris.top/help.html) or [Contact Me](https://roderickqiu.scris.top/).
- Need Help: [Go to Help Page](https://wnr.scris.top/guide/1-basic-usage.html) or [Contact Me](https://roderickqiu.scris.top/).

- Any issues or pull requests are appreciated.

Expand Down Expand Up @@ -109,6 +109,28 @@ I'm now using yarn.

Copyright (c) 2019-2020 **[Roderick Qiu](https://r-q.name)** and other contributors. All rights reserved.

Now licensed under the [MPL2.0 License](https://github.com/RoderickQiu/wnr/blob/master/LICENSE).
Now licensed under the **[MPL2.0 License](https://github.com/RoderickQiu/wnr/blob/master/LICENSE)**.

For all the packages using, go to the [acknoledgements](https://wnr.scris.top/acknoledgements.html).
### Packages Using

#### Main Program

- node-auto-launch, Teamwork, MIT License.
- compare-version, kevva, MIT License.
- electron-store, sindresorhus, MIT License.
- i18n-node, mashpie, MIT License.
- node-notifier, mikaelbr, MIT License.
- request, request, Apache-2.0 License.
- winreg, fresc81, BSD 2-Clause License.
- **electron, electron, MIT License**.
- electron-builder, electron-userland, MIT License.
- node, nodejs, [License](https://github.com/nodejs/node/blob/master/LICENSE).
- jQuery, JS Foundation and other contributors, [License](https://jquery.org/license).
- bootstrap, twbs, MIT License.
- font-awesome, fontawesome, [License](https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt).

#### Website *([wnr-guide](https://github.com/RoderickQiu/wnr-guide))*

- **vuepress, vuejs, MIT License**.
- vuepress-plugin-sitemap, ekoeryanto, MIT License.
- vuepress-theme-api, sqrthree, MIT License.
5 changes: 0 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
&copy; 2019-2020 <a
href="javascript:require('electron').shell.openExternal('https://r-q.name/')">Roderick Qiu</a>.
</p>
<p class="extreme-small">&nbsp;</p>
<p class="extreme-small">
<a class="rest"
href="javascript:require('electron').shell.openExternal('https://wnr.scris.top/acknoledgements.html')">Acknoledgements</a>
</p>
<hr />
<p class="extreme-small text-muted">
<script>document.write(i18n.__('feedback-tip-part-1'));</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.9.1",
"version": "1.9.2",
"description": "It's a timer app with strong expansibility for computers. The name is an abbr of \"Work and Rest\".",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion res/builder/linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const config = {
"files": [
"**/*",
//! to exclude
"!res/preview/",
"!res/icons/*Mac*",
"!res/icons/*Win*",
"!res/icons/*.psd",
Expand Down
1 change: 0 additions & 1 deletion res/builder/mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const config = {
"files": [
"**/*",
//! to exclude
"!res/preview/",
"!res/icons/*Win*",
"!res/icons/*.psd",
"!node_modules/node-notifier/vendor/snoreToast/*"
Expand Down
1 change: 0 additions & 1 deletion res/builder/win.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const config = {
"files": [
"**/*",
//! to exclude
"!res/preview/",
"!res/icons/*Mac*",
"!res/icons/*.psd"
]
Expand Down
Binary file removed res/preview/preview-1-smaller.png
Binary file not shown.
Binary file removed res/preview/preview-1.png
Binary file not shown.
Binary file removed res/preview/preview-10.png
Binary file not shown.
Binary file removed res/preview/preview-2.png
Binary file not shown.
Binary file removed res/preview/preview-3.png
Binary file not shown.
Binary file removed res/preview/preview-4.png
Binary file not shown.
Binary file removed res/preview/preview-5.png
Binary file not shown.
Binary file removed res/preview/preview-6.png
Binary file not shown.
Binary file removed res/preview/preview-7.png
Binary file not shown.
Binary file removed res/preview/preview-8.png
Binary file not shown.
Binary file removed res/preview/preview-9.png
Binary file not shown.

0 comments on commit 62e49af

Please sign in to comment.