From c75858ceab1f800a2161e752676f29d0d8ce46eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 26 Mar 2024 15:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/config/tc-appBadge.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/config/tc-appBadge.vue b/src/components/config/tc-appBadge.vue index 41a055ba..a262c929 100644 --- a/src/components/config/tc-appBadge.vue +++ b/src/components/config/tc-appBadge.vue @@ -15,6 +15,9 @@ + @@ -47,6 +50,10 @@ function toGithub() { function toStore() { window.open("https://www.microsoft.com/store/productId/9NLBNNNBNSJN"); } + +function toSite() { + window.open("https://app.btmuli.ink/docs/Changelogs.html"); +}