feat:新增签到layout

This commit is contained in:
Xwen
2024-01-11 23:51:09 +08:00
parent 4a0a0e0bb6
commit ae5f63b1ed
5 changed files with 182 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div class="everyday-box">每日签到页持续coding中~~~</div>
</template>
<script setup></script>
<style lang="scss" scoped>
.everyday-box {
width: 100%;
height: 100%;
}
</style>