This commit is contained in:
xing 2020-03-04 16:46:19 +08:00
parent 61c286f47b
commit 1ec6dcdefd

View File

@ -391,10 +391,10 @@
} }
let url = location.href; let url = location.href;
if (/\/p\/\d+/.test(url) || /kz=\d+/.test(url)) { if (document.querySelector('#pblist')) {
detail(); detail();
} }
if (/kw=.+/.test(url) || /word=.+/.test(url)) { if (document.querySelector('#tlist')) {
list(); list();
} }