文档页改为基建简明教程
This commit is contained in:
parent
20c49fc54b
commit
c068c39c8d
1 changed files with 2 additions and 16 deletions
|
@ -1,21 +1,7 @@
|
||||||
<template>
|
<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
|
<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"
|
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>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.link-container {
|
|
||||||
width: 100%;
|
|
||||||
padding: 6px 12px 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue