This commit is contained in:
ljx
2025-08-20 10:28:23 +08:00
parent 3b61e84a7f
commit 786e7a516f
38 changed files with 36219 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<template>
<div class="rightPage">右边</div>
</template>
<script setup lang="ts"></script>
<style scoped lang="scss">
.rightPage {
width: 100%;
height: 100%;
background: #0c1e35;
}
</style>