页面询问的参与者,添加链接。

release-2.0.0.2
王良 2025-02-26 16:36:24 +08:00
parent 5b7bb08a12
commit 5ca06bcc8b
1 changed files with 4 additions and 1 deletions

View File

@ -130,6 +130,9 @@ export default {
window.config.disableSearchBar = false window.config.disableSearchBar = false
this.$router.replace(item.path) this.$router.replace(item.path)
}, },
async openExternal (url) {
await this.$api.ipc.openExternal(url)
},
}, },
} }
</script> </script>
@ -175,7 +178,7 @@ export default {
</a-layout-content> </a-layout-content>
<a-layout-footer> <a-layout-footer>
<div class="footer"> <div class="footer">
©2020-2025 docmirror.cn by Greper, WangLiang <span>{{ info.version }}</span> ©2020-2025 docmirror.cn by <a @click="openExternal('https://github.com/greper')">Greper</a>, <a @click="openExternal('https://github.com/wangliang181230')">WangLiang</a> <span>{{ info.version }}</span>
</div> </div>
</a-layout-footer> </a-layout-footer>
</a-layout> </a-layout>