Skip to content

Commit

Permalink
website modified
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Mar 16, 2019
1 parent e0f18b8 commit 6e0471a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/bangzhu.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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">
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery-3.3.1.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
Expand Down
7 changes: 7 additions & 0 deletions docs/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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">
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery-3.3.1.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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">
<script src="jquery-3.3.1.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
Expand Down
2 changes: 2 additions & 0 deletions docs/jquery-3.3.1.min.js

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,4 @@ ipcMain.on("timer-win", function (event, message) {
}
globalShortcut.unregister('CommandOrControl+Shift+Alt+' + store.get('hotkey2'));
}
})

/* 参考:
- https://blog.avocode.com/4-must-know-tips-for-building-cross-platform-electron-apps-f3ae9c2bffff [need proxy]
- https://electronjs.org/docs
*/
})
2 changes: 1 addition & 1 deletion tourguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<script>document.write(i18n.__('welcomer4'))</script></a><br /><br />
</div>
<div id="tourguide-part2">
<iframe id="tourguide" src="docs/help.html?m=1">
<iframe id="tourguide" src="https://wnr.scris.top/help.html?m=1">
<center>Loading...</center>
</iframe>
<br /><br />
Expand Down

0 comments on commit 6e0471a

Please sign in to comment.