mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Optimize sspai.com delay time.
This commit is contained in:
parent
2e1370dce6
commit
802f65874d
@ -159,7 +159,7 @@ function autoOpen() {
|
||||
break;
|
||||
case "kancloud.cn":
|
||||
case "sspai.com":
|
||||
setTimeout( ()=>readMode(), 500 );
|
||||
setTimeout( ()=>readMode(), 1000 );
|
||||
break;
|
||||
default:
|
||||
storage.current.site.name != "" && readMode();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user