Skip to content

Commit ef37bb6

Browse files
committed
Change simpread wiki url.
1 parent 8b10bbf commit ef37bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/contentscripts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function focusMode() {
167167
} else {
168168
getCurrent( mode.focus );
169169
if ( storage.current.site.name.startsWith( "txtread:" ) ) {
170-
new Notify().Render( "当前为 <a href='https://github.com/Kenshin/simpread/wiki/TXT-阅读器' target='_blank'>TXT 阅读器模式</a>,并不能使用设定功能。" )
170+
new Notify().Render( "当前为 <a href='http://ksria.com/simpread/docs/#/TXT-阅读器' target='_blank'>TXT 阅读器模式</a>,并不能使用设定功能。" )
171171
return;
172172
}
173173
if ( pr.state == "temp" && pr.dom ) {
@@ -203,7 +203,7 @@ function readMode() {
203203
} else if ( pr.state == "temp" && pr.dom ) {
204204
read.Render();
205205
} else {
206-
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>。" );
206+
new Notify().Render( "当前并未适配阅读模式,请移动鼠标手动生成 <a href='http://ksria.com/simpread/docs/#/临时阅读模式' target='_blank' >临时阅读模式</a>。" );
207207
read.Highlight().done( dom => {
208208
pr.TempMode( mode.read, dom );
209209
read.Render();

0 commit comments

Comments
 (0)