From d1448cb0ef10f358bb7bddb4e1ec268515e0b787 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 11:46:57 +0800 Subject: [PATCH] 项目初始化 --- uni_modules/uview-ui/components/u-loading-icon/props.js | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 deletions(-) diff --git a/uni_modules/uview-ui/components/u-loading-icon/props.js b/uni_modules/uview-ui/components/u-loading-icon/props.js new file mode 100644 index 0000000..c35524e --- /dev/null +++ b/uni_modules/uview-ui/components/u-loading-icon/props.js @@ -0,0 +1,59 @@ +export default { + props: { + // 鏄惁鏄剧ず缁勪欢 + show: { + type: Boolean, + default: uni.$u.props.loadingIcon.show + }, + // 棰滆壊 + color: { + type: String, + default: uni.$u.props.loadingIcon.color + }, + // 鎻愮ず鏂囧瓧棰滆壊 + textColor: { + type: String, + default: uni.$u.props.loadingIcon.textColor + }, + // 鏂囧瓧鍜屽浘鏍囨槸鍚﹀瀭鐩存帓鍒� + vertical: { + type: Boolean, + default: uni.$u.props.loadingIcon.vertical + }, + // 妯″紡閫夋嫨锛宑ircle-鍦嗗舰锛宻pinner-鑺辨湹褰紝semicircle-鍗婂渾褰� + mode: { + type: String, + default: uni.$u.props.loadingIcon.mode + }, + // 鍥炬爣澶у皬锛屽崟浣嶉粯璁x + size: { + type: [String, Number], + default: uni.$u.props.loadingIcon.size + }, + // 鏂囧瓧澶у皬 + textSize: { + type: [String, Number], + default: uni.$u.props.loadingIcon.textSize + }, + // 鏂囧瓧鍐呭 + text: { + type: [String, Number], + default: uni.$u.props.loadingIcon.text + }, + // 鍔ㄧ敾妯″紡 + timingFunction: { + type: String, + default: uni.$u.props.loadingIcon.timingFunction + }, + // 鍔ㄧ敾鎵ц鍛ㄦ湡鏃堕棿 + duration: { + type: [String, Number], + default: uni.$u.props.loadingIcon.duration + }, + // mode=circle鏃剁殑鏆楄竟棰滆壊 + inactiveColor: { + type: String, + default: uni.$u.props.loadingIcon.inactiveColor + } + } +} -- Gitblit v1.9.3