...
|
...
|
@@ -27,7 +27,7 @@ const imgSrcHandle = (imgUrl, params) => { |
|
|
url += extQuery;
|
|
|
}
|
|
|
imgUrl = url;
|
|
|
} else if (/imageView2/.test(query)) {
|
|
|
} else if (/imageView/.test(query)) { // imageView2 || imageView
|
|
|
if (!/\/q\/\d+/.test(query)) {
|
|
|
imgUrl += `/q/${params.q}`;
|
|
|
} else {
|
...
|
...
|
|