️ 添加更新日志跳转

This commit is contained in:
目棃
2024-03-26 15:26:09 +08:00
parent fabf9de03e
commit c75858ceab

View File

@@ -15,6 +15,9 @@
<div class="tab-link" @click="toStore()" title="点击查看商店页面">
<img src="/platforms/other/microsoft-store.webp" alt="store" />
</div>
<div class="tab-link" @click="toSite()" title="点击查看更新说明">
<v-icon color="white">mdi-update</v-icon>
</div>
</div>
</div>
</template>
@@ -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");
}
</script>
<style lang="css" scoped>
.tab-box {