文档页改为基建简明教程

This commit is contained in:
zhbaor 2024-11-25 10:04:52 +08:00
parent 20c49fc54b
commit c068c39c8d

View file

@ -1,21 +1,7 @@
<template>
<div class="link-container">
在线文档地址
<n-a href="https://arkmowers.github.io/arknights-mower/" target="_blank">
https://arkmowers.github.io/arknights-mower/
</n-a>
</div>
<iframe
src="/docs/index.html"
src="https://blog.zhaozuohong.vip/2024/05/10/riic/mower-ng-tutorial/"
sandbox="allow-popups allow-scripts allow-same-origin allow-forms"
style="width: 100%; height: 100vh; border: none"
style="width: 100%; height: 100%; border: none"
/>
</template>
<style scoped>
.link-container {
width: 100%;
padding: 6px 12px 0;
box-sizing: border-box;
}
</style>