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"); +}