提交项目

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,
},
},
})

View File

@ -0,0 +1,4 @@
{
"component": true
}

View File

@ -0,0 +1,2 @@
<cover-view class="t-icon t-icon-{{icon}}" style="width: {{ size }}rpx;height:width: {{ size }}rpx;"></cover-view>

File diff suppressed because one or more lines are too long