three-trees-ui 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
button: true, // 显示右上角关闭按钮[布尔值:默认true]
|
|
258
258
|
navbar: false, // 显示缩略图导航[布尔值/数字:默认true]
|
|
259
259
|
title: false, // 显示当前图片的标题(显示alt属性或从URL解析出的图片名称)[布尔值/数字/方法/数组:默认true]
|
|
260
|
-
toolbar:
|
|
260
|
+
toolbar: true, // 显示工具栏、自定义工具栏[布尔值/数字/对象:默认true]
|
|
261
261
|
tooltip: true, // 显示缩放百分比[布尔值:默认true]
|
|
262
262
|
movable: true, // 图片是否可移动[布尔值:默认true]
|
|
263
263
|
zoomable: true, // 图片是否可缩放[布尔值:默认true]
|