页面询问的参与者,添加链接。
parent
5b7bb08a12
commit
5ca06bcc8b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue