File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ function focusMode() {
167
167
} else {
168
168
getCurrent ( mode . focus ) ;
169
169
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>,并不能使用设定功能。" )
171
171
return ;
172
172
}
173
173
if ( pr . state == "temp" && pr . dom ) {
@@ -203,7 +203,7 @@ function readMode() {
203
203
} else if ( pr . state == "temp" && pr . dom ) {
204
204
read . Render ( ) ;
205
205
} 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>。" ) ;
207
207
read . Highlight ( ) . done ( dom => {
208
208
pr . TempMode ( mode . read , dom ) ;
209
209
read . Render ( ) ;
You can’t perform that action at this time.
0 commit comments