This commit is contained in:
LiuHao
2023-07-10 22:56:42 +08:00
23 changed files with 828 additions and 134 deletions

View File

@ -5,7 +5,7 @@
</template>
<script setup>
const url = ref('https://javalionli.gitee.io/plus-doc');
const url = ref('https://plus-doc.dromara.org/');
function goto() {
window.open(url.value)