feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -7,7 +7,7 @@ export const props = defineMixin({
type: [String, Number, null],
default: () => defProps.tabbarItem.name
},
// uView内置图标或者绝对路径的图片
// uview-plus内置图标或者绝对路径的图片
icon: {
icon: String,
default: () => defProps.tabbarItem.icon
@@ -31,7 +31,11 @@ export const props = defineMixin({
badgeStyle: {
type: [Object, String],
default: () => defProps.tabbarItem.badgeStyle
},
// 模式默认普通模式midButton中间按钮模式
mode: {
type: String,
default: () => defProps.tabbarItem.mode
}
}
})