|
|
@@ -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>
|