optimize: 页面询问的参与者,添加链接。
parent
438b41b244
commit
e5bcad183d
|
@ -130,6 +130,9 @@ export default {
|
|||
window.config.disableSearchBar = false
|
||||
this.$router.replace(item.path)
|
||||
},
|
||||
async openExternal (url) {
|
||||
await this.$api.ipc.openExternal(url)
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
@ -175,7 +178,7 @@ export default {
|
|||
</a-layout-content>
|
||||
<a-layout-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>
|
||||
</a-layout-footer>
|
||||
</a-layout>
|
||||
|
|
Loading…
Reference in New Issue