Skip to content

Commit

Permalink
Change simpread wiki url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin committed Oct 24, 2018
1 parent 8b10bbf commit ef37bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/contentscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function focusMode() {
} else {
getCurrent( mode.focus );
if ( storage.current.site.name.startsWith( "txtread:" ) ) {
new Notify().Render( "当前为 <a href='https://github.com/Kenshin/simpread/wiki/TXT-阅读器' target='_blank'>TXT 阅读器模式</a>,并不能使用设定功能。" )
new Notify().Render( "当前为 <a href='http://ksria.com/simpread/docs/#/TXT-阅读器' target='_blank'>TXT 阅读器模式</a>,并不能使用设定功能。" )
return;
}
if ( pr.state == "temp" && pr.dom ) {
Expand Down Expand Up @@ -203,7 +203,7 @@ function readMode() {
} else if ( pr.state == "temp" && pr.dom ) {
read.Render();
} else {
new Notify().Render( "当前并未适配阅读模式,请移动鼠标手动生成 <a href='https://github.com/Kenshin/simpread/wiki/%E4%B8%B4%E6%97%B6%E9%98%85%E8%AF%BB%E6%A8%A1%E5%BC%8F' target='_blank' >临时阅读模式</a>。" );
new Notify().Render( "当前并未适配阅读模式,请移动鼠标手动生成 <a href='http://ksria.com/simpread/docs/#/临时阅读模式' target='_blank' >临时阅读模式</a>。" );
read.Highlight().done( dom => {
pr.TempMode( mode.read, dom );
read.Render();
Expand Down

0 comments on commit ef37bb6

Please sign in to comment.