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,16 @@
<template name="badge">
<t-badge
color="{{color || ''}}"
content="{{content || ''}}"
count="{{count || 0}}"
dot="{{dot || false}}"
max-count="{{maxCount || 99}}"
offset="{{offset || []}}"
shape="{{shape || 'circle'}}"
show-zero="{{showZero || false}}"
size="{{size || 'medium'}}"
t-class="{{tClass}}"
t-class-content="{{tClassContent}}"
t-class-count="{{tClassCount}}"
/>
</template>