🌱 角色相关页面草创,icon去哪找呢

This commit is contained in:
BTMuli
2023-05-22 15:28:50 +08:00
parent 1e3ebcf243
commit f0fe7a04a1
5 changed files with 52 additions and 0 deletions

7
src/pages/User/Abyss.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<h1>深渊数据获取显示上传</h1>
</template>
<script lang="ts" setup>
</script>
<style lang="css" scoped>
</style>

View File

@@ -0,0 +1,7 @@
<template>
<h1>角色数据获取展示详情</h1>
</template>
<script lang="ts" setup>
</script>
<style lang="css" scoped>
</style>

7
src/pages/User/Gacha.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<h1>祈愿数据获取展示统计</h1>
</template>
<script lang="ts" setup>
</script>
<style lang="css" scoped>
</style>

7
src/pages/User/Info.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<h1>实时便笺数据总览世界探索尘歌壶札记跳转</h1>
</template>
<script lang="ts" setup>
</script>
<style lang="css" scoped>
</style>