From 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 16 一月 2026 17:31:08 +0800
Subject: [PATCH] 2026.1.16

---
 miniprogram_npm/tdesign-miniprogram/image-viewer/props.js |   40 +---------------------------------------
 1 files changed, 1 insertions(+), 39 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/image-viewer/props.js b/miniprogram_npm/tdesign-miniprogram/image-viewer/props.js
index b329aa5..0b63044 100644
--- a/miniprogram_npm/tdesign-miniprogram/image-viewer/props.js
+++ b/miniprogram_npm/tdesign-miniprogram/image-viewer/props.js
@@ -1,39 +1 @@
-const props = {
-    backgroundColor: {
-        type: String,
-        value: 'rgba(0, 0, 0, 1)',
-    },
-    closeBtn: {
-        type: null,
-        value: false,
-    },
-    deleteBtn: {
-        type: null,
-        value: false,
-    },
-    images: {
-        type: Array,
-        value: [],
-    },
-    initialIndex: {
-        type: Number,
-        value: 0,
-    },
-    showIndex: {
-        type: Boolean,
-        value: false,
-    },
-    usingCustomNavbar: {
-        type: Boolean,
-        value: false,
-    },
-    visible: {
-        type: Boolean,
-        value: null,
-    },
-    defaultVisible: {
-        type: Boolean,
-        value: false,
-    },
-};
-export default props;
+const props={backgroundColor:{type:String,value:""},closeBtn:{type:null,value:!1},deleteBtn:{type:null,value:!1},images:{type:Array,value:[]},initialIndex:{type:Number,value:0},lazy:{type:Boolean,value:!0},showIndex:{type:Boolean,value:!1},usingCustomNavbar:{type:Boolean,value:!1},visible:{type:Boolean,value:null},defaultVisible:{type:Boolean,value:!1}};export default props;
\ No newline at end of file

--
Gitblit v1.9.3