Explorar o código

累计请求调整

肖栋 hai 6 días
pai
achega
b4f5015363
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>