From 1ddb0caf7332caae6b114f9bd6bf3ffb31efe718 Mon Sep 17 00:00:00 2001
From: kterna <2569244273@qq.com>
Date: Tue, 8 Apr 2025 10:47:59 +0800
Subject: [PATCH] =?UTF-8?q?star=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
dashboard/src/views/ExtensionMarketplace.vue | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dashboard/src/views/ExtensionMarketplace.vue b/dashboard/src/views/ExtensionMarketplace.vue
index 9e8587a6f..a58bb8e07 100644
--- a/dashboard/src/views/ExtensionMarketplace.vue
+++ b/dashboard/src/views/ExtensionMarketplace.vue
@@ -89,6 +89,14 @@ import 'highlight.js/styles/github.css';
}}
{{ item.author }}
+
+
+ 无
+
无
{{ tag
@@ -264,6 +272,7 @@ export default {
{ title: '名称', key: 'name', maxWidth: '150px' },
{ title: '描述', key: 'desc', maxWidth: '250px' },
{ title: '作者', key: 'author', maxWidth: '60px' },
+ { title: 'Star数', key: 'stars', maxWidth: '100px' },
{ title: '标签', key: 'tags', maxWidth: '60px' },
{ title: '操作', key: 'actions', sortable: false }
],