update .gitignore

This commit is contained in:
2026-03-08 19:13:09 +07:00
parent fa5849fb6f
commit 6ffd924333
632 changed files with 64 additions and 78043 deletions

View File

@@ -60,7 +60,7 @@
</view>
<view class="participant-count">
<text v-if="Number(topNUmber) > 0" class="count-text">
{{ Number(topNUmber) > 100 ? '99+' : topNUmber }}1
{{ Number(topNUmber) > 100 ? '99+' : topNUmber }}
</text>
<text v-else class="count-text">
{{ audienceNumber }}

View File

@@ -77,7 +77,7 @@
{
name: '参与直播活动',
id: '17',
state: '-',
state: '+',
color: '#e74c3c'
},
{

View File

@@ -50,7 +50,7 @@
<uni-icons v-else type="contact-filled" size="64"></uni-icons>
<view class="name-box">
<text>{{ topUser.userName }}</text>
<text>ID:{{ topUser.userId }}</text>
<text>ID:{{ topUser.invitationCode }}</text>
</view>
</view>
<view class="right-box">