From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能

---
 miniprogram_npm/tdesign-miniprogram/notice-bar/props.js |   45 +--------------------------------------------
 1 files changed, 1 insertions(+), 44 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/notice-bar/props.js b/miniprogram_npm/tdesign-miniprogram/notice-bar/props.js
index bb1a162..fed5df5 100644
--- a/miniprogram_npm/tdesign-miniprogram/notice-bar/props.js
+++ b/miniprogram_npm/tdesign-miniprogram/notice-bar/props.js
@@ -1,44 +1 @@
-const props = {
-    content: {
-        type: null,
-    },
-    direction: {
-        type: String,
-        value: 'horizontal',
-    },
-    externalClasses: {
-        type: Array,
-    },
-    operation: {
-        type: String,
-    },
-    interval: {
-        type: Number,
-        value: 2000,
-    },
-    marquee: {
-        type: null,
-        value: false,
-    },
-    prefixIcon: {
-        type: null,
-        value: true,
-    },
-    suffixIcon: {
-        type: null,
-        value: null,
-    },
-    theme: {
-        type: String,
-        value: 'info',
-    },
-    visible: {
-        type: Boolean,
-        value: null,
-    },
-    defaultVisible: {
-        type: Boolean,
-        value: false,
-    },
-};
-export default props;
+const props={content:{type:null},direction:{type:String,value:"horizontal"},interval:{type:Number,value:2e3},marquee:{type:null,value:!1},operation:{type:String},prefixIcon:{type:null,value:!0},suffixIcon:{type:null},theme:{type:String,value:"info"},visible:{type:Boolean,value:null},defaultVisible:{type:Boolean,value:!1}};export default props;
\ No newline at end of file

--
Gitblit v1.9.3