From 737d464950acf8925040707c263ab3cafafa4492 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 5 Aug 2026 19:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20AboutDialog.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/AboutDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/AboutDialog.vue b/src/components/dialog/AboutDialog.vue index 322d4cfd..5ac1c254 100644 --- a/src/components/dialog/AboutDialog.vue +++ b/src/components/dialog/AboutDialog.vue @@ -100,7 +100,7 @@ const versionStatisticLoading = ref(false) // 版本统计数据 const versionStatistic = ref({}) -const MIN_VISIBLE_VERSION_INSTALLS = 5 +const MIN_VISIBLE_VERSION_INSTALLS = 10 /** 过滤安装实例过少的版本,避免在版本统计中展示孤立记录。 */ function filterVersionStatistics(items: unknown) {