DataFront/pages/map.vue

21 lines
701 B
Vue
Raw Normal View History

2023-08-27 16:30:58 +00:00
<script setup lang="ts">
</script>
<template>
<Title>网站地图</Title>
<div style="display: flex;justify-content: center;flex-direction: column;align-items: center">
<NuxtLink to="/">主页</NuxtLink>
<NuxtLink to="/data/all">数据收集</NuxtLink>
<NuxtLink to="/data/bilibili">数据收集Bilibili</NuxtLink>
<NuxtLink to="/data/baidu">数据收集百度</NuxtLink>
<NuxtLink to="/">主页</NuxtLink>
<NuxtLink to="/tools/qqazk/">笔顺码字典首页</NuxtLink>
<NuxtLink to="/tools/qqazk/about">笔顺码字典关于</NuxtLink>
<NuxtLink to="/tools/qqazk/search?words=&method=bsmf">所有笔顺码</NuxtLink>
</div>
</template>
<style scoped>
</style>