肖栋 6 дней назад
Родитель
Сommit
b4f5015363
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/home/index.vue

+ 1 - 1
src/pages/home/index.vue

@@ -137,7 +137,7 @@
                 <span v-for="tool in item.toolList || []" :key="tool.id">{{ tool.name }}</span>
               </div>
               <div class="home-scenes-card-footer">
-                <span class="home-scenes-card-stat">近30天请求 {{ formatHotRequestCount(item.requestCount30d) }}</span>
+                <span class="home-scenes-card-stat">累计请求 {{ formatHotRequestCount(item.requestCount30d) }}</span>
                 <router-link class="home-scenes-card-link"
                   :to="{ name: 'mcpServer', query: { id: item.id } }">查看详情</router-link>
               </div>