From 2c467335fa323c1a0ee5bd88aee9d8c7f1611390 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 5 Aug 2026 19:44:16 +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 8f25604e..322d4cfd 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 = 2 +const MIN_VISIBLE_VERSION_INSTALLS = 5 /** 过滤安装实例过少的版本,避免在版本统计中展示孤立记录。 */ function filterVersionStatistics(items: unknown) {