From 3882f8d9159e394801772e002a7d1e114cde88ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Fri, 27 Feb 2026 14:59:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(version):=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E5=88=B0=201.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将应用版本从 1.3.3 更新到 1.3.4 --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 0906e4a..d838584 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,7 @@ data() { return { query: {}, - version: '1.3.3', + version: '1.3.4', cachedViews: [] } },