Skip to content

Commit 0971cbe

Browse files
committed
modify: update
1 parent 909bba1 commit 0971cbe

File tree

8 files changed

+44
-34
lines changed

8 files changed

+44
-34
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
## Usage
1616
use `Alt + B` shortcut to open current *html* file in default browser, or `Shift + Alt + B` to choose a browser.
1717
you could also right click just like the picture:
18-
![img](http://oiw7043hi.bkt.clouddn.com/opneinbrowser_des.jpg)
18+
![img](https://i.loli.net/2018/08/12/5b6fb8f378e8b.jpg)
1919

2020
when you choose `oepn in Other Browsers`, a browser list will display, and you could choose one to open current file.
21-
![img](http://oiw7043hi.bkt.clouddn.com/openinbrowser_others.png)
21+
![img](https://i.loli.net/2018/08/12/5b6fb86934f8f.png)
2222

2323
when you choose `open in Default Browser`, it means *system default browser* by default. If you want to configure the default browser, you could override it like that:
24-
![img](http://oiw7043hi.bkt.clouddn.com/openinbrowser_config.jpg)
24+
![img](https://i.loli.net/2018/08/12/5b6fb86942af1.jpg)
2525
if you configured the default browser, when you choose `open in Default Browser`, your configured browser will works.
2626

2727
you do not need to set `opn-in-browser.default` a very accurate value, as long as the value matches any of the following terms, I will handle it:

out/config.js

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/config.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/index.js

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/util.js

+9-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/util.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sourceMap": true,
1010
"rootDir": "src",
1111
/* Strict Type-Checking Option */
12-
"strict": true, /* enable all strict type-checking options */
12+
"strict": false, /* enable all strict type-checking options */
1313
/* Additional Checks */
1414
"noUnusedLocals": true /* Report errors on unused locals. */
1515
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */

0 commit comments

Comments
 (0)