Skip to content

Commit cdb0a77

Browse files
committed
fix
1 parent af957ed commit cdb0a77

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// @description Powerful picture viewing tool online, which can popup/scale/rotate/batch save pictures or find the HD original picture automatically
77
// @description:zh-CN NLF 的围观图修改版,增加高清原图查找显示(在线看图工具,支持图片翻转、旋转、缩放、弹出大图、批量保存、查找原图)
88
// @description:zh-TW NLF 的圍觀圖修改版,增加高清原圖查詢顯示(線上看圖工具,支援圖片翻轉、旋轉、縮放、彈出大圖、批量儲存、查詢原圖)
9-
// @version 2017.3.28.2
9+
// @version 2017.4.2.1
1010
// @created 2011-6-15
1111
// @namespace http://userscripts.org/users/NLF
1212
// @homepage http://hoothin.com
@@ -51,7 +51,7 @@
5151
x:-15,//x轴偏移(正值,向右偏移,负值向左)
5252
y:-15,//y轴偏移(正值,向下,负值向上)
5353
},
54-
forceShow:{//在没有被缩放的图片上,但是大小超过下面设定的尺寸时,强制显示浮动框.(以便进行旋转,放大,翻转等等操作)..
54+
forceShow:{//在没有被缩放的图片上,但是大小超过下面设定的尺寸时,强制显示浮动框.
5555
enabled:true,//启用强制显示.
5656
size:{//图片尺寸.单位(像素);
5757
w:166,
@@ -8133,11 +8133,11 @@ background-image:url("'+ prefs.icons.magnifier +'");\
81338133
after: ' 毫秒'
81348134
},
81358135
'floatBar.forceShow.size.w': {
8136-
label: '非缩放图片,超过该尺寸,强制显示',
8136+
label: '非缩放图片,超过该尺寸,显示浮框',
81378137
type: 'int',
81388138
className: 'size',
81398139
"default": prefs.floatBar.forceShow.size.w,
8140-
title: '在没有被缩放的图片上,但是大小超过下面设定的尺寸时,强制显示浮动框.(以便进行旋转,放大,翻转等等操作)..',
8140+
title: '非缩放的图片大小超过下面设定的尺寸时显示浮动工具栏',
81418141
line: 'start',
81428142
},
81438143
'floatBar.forceShow.size.h': {
@@ -8149,11 +8149,11 @@ background-image:url("'+ prefs.icons.magnifier +'");\
81498149
line: 'end',
81508150
},
81518151
'floatBar.minSizeLimit.w': {
8152-
label: '缩放图片,小于该尺寸,不显示',
8152+
label: '缩放图片,超过该尺寸,显示浮框',
81538153
type: 'int',
81548154
className: 'size',
81558155
"default": prefs.floatBar.minSizeLimit.w,
8156-
title: '就算是图片被缩放了(看到的图片被设定了width或者height限定了大小,这种情4况下),如果没有被缩放的原图片小于设定值,那么也不显示浮动工具栏',
8156+
title: '图片被缩放(图片原始大小与实际大小不一致)后,原图长宽大于设定值时显示浮动工具栏',
81578157
line: 'start',
81588158
},
81598159
'floatBar.minSizeLimit.h': {

0 commit comments

Comments
 (0)