Skip to content

Commit 8be741e

Browse files
committed
fix
1 parent 97a586b commit 8be741e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8397,7 +8397,7 @@ left: -45px;\
83978397
if(!src)return;
83988398

83998399
var ret = {
8400-
src: src, // 得到的src
8400+
src: decodeURIComponent(src), // 得到的src
84018401
srcs: srcs, // 多个 src,失败了会尝试下一个
84028402
type: type, // 通过哪种方式得到的
84038403
imgSrc: imgSrc, // 处理的图片的src

0 commit comments

Comments
 (0)