From 38072beea72b09eb74448c5e6d59eb655148970f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 9 Apr 2025 15:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=B8=82=E5=9C=BA=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 | 37 +++++++++++++------- 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/dashboard/src/views/ExtensionMarketplace.vue b/dashboard/src/views/ExtensionMarketplace.vue index f8c14c540..2e270d473 100644 --- a/dashboard/src/views/ExtensionMarketplace.vue +++ b/dashboard/src/views/ExtensionMarketplace.vue @@ -22,7 +22,7 @@ import 'highlight.js/styles/github.css';
-

✨ 插件市场

+

✨ 插件市场

mdi-help @@ -52,6 +52,7 @@ import 'highlight.js/styles/github.css'; + 每个插件都是作者无偿提供的的劳动成果。如果您喜欢某个插件,请 Star!

🥳 推荐

@@ -71,7 +72,7 @@ import 'highlight.js/styles/github.css'; + + @@ -266,11 +279,11 @@ export default { announcement: "", isListView: true, pluginMarketHeaders: [ - { title: '名称', key: 'name', maxWidth: '150px' }, + { title: '名称', key: 'name', maxWidth: '200px' }, { title: '描述', key: 'desc', maxWidth: '250px' }, - { title: '作者', key: 'author', maxWidth: '60px' }, + { title: '作者', key: 'author', maxWidth: '70px' }, { title: 'Star数', key: 'stars', maxWidth: '100px' }, - { title: '标签', key: 'tags', maxWidth: '60px' }, + { title: '标签', key: 'tags', maxWidth: '100px' }, { title: '操作', key: 'actions', sortable: false } ], marketSearch: "",