feat:搭建基本框架

This commit is contained in:
2025-06-23 19:39:45 +08:00
parent de5537ee1b
commit e09aed87d1
38 changed files with 2106 additions and 83 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div class="common-mobile-view profile">
个人中心
</div>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>