提交项目

This commit is contained in:
‘tuzi0421
2024-01-15 14:02:04 +08:00
commit ea0b969b32
35 changed files with 1166 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Component({
externalClasses: ['custom-class'],
properties: {
icon: {
type: String,
value: '',
},
size: {
type: Number,
value: 32,
},
},
})