DataFront/pages/index.vue

17 lines
560 B
Vue
Raw Normal View History

2023-08-27 07:09:25 +00:00
<script setup lang="ts">
</script>
<template>
2023-08-27 16:30:58 +00:00
<div style="display: flex;justify-content: center;flex-direction: column">
<el-text style="font-size: 20px">目前网站还没有完全完工但是笔顺码查询区域已经按时开放了</el-text>
<el-text type="danger" style="font-size: 20px">笔顺码查询 请前往 菜单 -> 工具 -> 笔顺码查询 进行查询</el-text>
<el-text style="font-size: 20px">其它部分正在装修敬请期待</el-text>
</div>
2023-08-27 07:09:25 +00:00
</template>
<style scoped>
2023-08-27 16:30:58 +00:00
.el-text{
margin-top: 30px;
}
2023-08-27 07:09:25 +00:00
</style>