deploy: auto commit repo-root changes 2026-06-16 01:39:08

This commit is contained in:
hajimi
2026-06-16 01:39:09 +08:00
parent e501393b66
commit 20f0b4b111
323 changed files with 403 additions and 371 deletions
@@ -3,6 +3,7 @@
<view class="match-header" :style="{ paddingTop: statusBarHeight + 'px' }">
<view class="match-header__title">
<text class="match-header__title-text">赛事中心</text>
<AiAssistantEntry size="compact" />
</view>
<view class="topic-entry" @tap="openWorldCupCenter">
<view class="topic-entry__badge">
@@ -81,6 +82,7 @@
<script lang="ts" setup>
import { computed, ref, onMounted } from 'vue'
import AiAssistantEntry from '@/components/ai-assistant-entry/ai-assistant-entry.vue'
import MatchCard from '@/components/match-card/match-card.vue'
import { getMatchList, getMatchLeagues, getSportTypes } from '@/api/match'
import { getArticleCate } from '@/api/news'
@@ -283,6 +285,10 @@ onMounted(() => {
&__title {
padding: 16rpx 24rpx 12rpx;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16rpx;
&-text {
font-size: 36rpx;