-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. human friendly coding style 2. A new website. 3. Bigger text for full screen. 4. Bugs fixed, including a big one that may cause the focus settings to be useless. 5. Optimized.
- Loading branch information
1 parent
353655f
commit 39ac6b9
Showing
23 changed files
with
620 additions
and
999 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,18 +41,19 @@ | |
class="fa fa-home" id="homepage"></i></a> | ||
<a class="rest" | ||
href="javascript:require('electron').shell.openExternal('https://github.com/RoderickQiu/wnr/')"><i | ||
class="fa fa-github" id="ongithub"></i></a> | ||
class="fa fa-github" id="on-github"></i></a> | ||
<a class="rest" | ||
href="javascript:require('electron').shell.openExternal('https://github.com/RoderickQiu/wnr/issues/')"><i | ||
class="fa fa-exclamation-circle" id="issues"></i></a> | ||
<script> | ||
$('#homepage').attr('title', i18n.__('homepage')); | ||
$('#ongithub').attr('title', i18n.__('ongithub')); | ||
$('#on-github').attr('title', i18n.__('on-github')); | ||
$('#issues').attr('title', i18n.__('issues')); | ||
</script> | ||
</p> | ||
<p class="extreme-small text-muted"> | ||
© 2019-2020 <a href="https://r-q.name/">Roderick Qiu</a>. | ||
© 2019-2020 <a | ||
href="javascript:require('electron').shell.openExternal('https://r-q.name/')">Roderick Qiu</a>. | ||
</p> | ||
<p class="extreme-small"> </p> | ||
<p class="extreme-small"> | ||
|
@@ -61,15 +62,15 @@ | |
</p> | ||
<hr /> | ||
<p class="extreme-small text-muted"> | ||
<script>document.write(i18n.__('tip1'));</script> | ||
<script>document.write(i18n.__('feedback-tip-part-1'));</script> | ||
</p> | ||
<p class="extreme-small text-muted"> | ||
<script>document.write(i18n.__('tip2'));</script> | ||
<a href="mailto:[email protected]" id="emailto"> | ||
<script>$("#emailto").attr("title", i18n.__('emailto'));</script> | ||
<script>document.write(i18n.__('tip3'));</script> | ||
<script>document.write(i18n.__('feedback-tip-part-2'));</script> | ||
<a href="mailto:[email protected]" id="email-to"> | ||
<script>$("#email-to").attr("title", i18n.__('email-to'));</script> | ||
<script>document.write(i18n.__('feedback-tip-part-3'));</script> | ||
</a> | ||
<script>document.write(i18n.__('tip4'));</script> | ||
<script>document.write(i18n.__('feedback-tip-part-4'));</script> | ||
</p> | ||
</div> | ||
</div> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.