升级package, 以及更新声明文件

This commit is contained in:
zhengw
2026-01-09 16:33:18 +08:00
parent 0c4b2a886c
commit cf461d33f9
238 changed files with 46252 additions and 5857 deletions

View File

@@ -0,0 +1 @@
<wxs src="../common/utils.wxs" module="_"/><view class="class {{[classPrefix]}}" style="{{_._style([style, customStyle])}}"><view wx:if="{{animation !== 'skeleton'}}" class="{{classPrefix}}__icon {{ animation === 'dots' ? '' : classPrefix + '__icon--with-padding' }}"><block wx:if="{{animation === 'moving'}}"><view class="{{classPrefix}}__moving"><view class="{{classPrefix}}__moving--top"/><view class="{{classPrefix}}__moving--left"/><view class="{{classPrefix}}__moving--right"/></view></block><block wx:if="{{animation === 'gradient'}}"><view class="{{classPrefix}}__gradient"/></block><view wx:if="{{animation === 'dots'}}" class="{{classPrefix}}__dots"><t-loading theme="dots" size="60rpx"/></view></view><block wx:if="{{animation === 'skeleton'}}"><view class="{{classPrefix}}__skeleton"><t-skeleton rowCol="{{[1, 1, 1, {width: '80%'}]}}" theme="paragraph" animation="gradient" loading/></view></block><view wx:if="{{text}}" class="{{classPrefix}}__text">{{text}}</view></view>