New Huajishe Check ChaoXing

This commit is contained in:
e2hang
2025-10-01 10:01:52 +08:00
parent 240b884eac
commit 80be8ae3cf
1094 changed files with 61709 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
const props = {
disabled: {
type: Boolean,
value: false,
},
enableBackToTop: {
type: Boolean,
value: true,
},
enablePassive: {
type: Boolean,
value: false,
},
externalClasses: {
type: Array,
},
loadingBarHeight: {
type: null,
value: 50,
},
loadingProps: {
type: Object,
},
loadingTexts: {
type: Array,
value: [],
},
lowerThreshold: {
type: null,
value: 50,
},
maxBarHeight: {
type: null,
value: 80,
},
refreshTimeout: {
type: Number,
value: 3000,
},
scrollIntoView: {
type: String,
value: '',
},
showScrollbar: {
type: Boolean,
value: true,
},
upperThreshold: {
type: null,
value: 50,
},
usingCustomNavbar: {
type: Boolean,
value: false,
},
value: {
type: Boolean,
value: null,
},
defaultValue: {
type: Boolean,
value: false,
},
};
export default props;