feat: 个人资料页面和控制台页面

This commit is contained in:
ray
2024-10-16 08:30:06 +08:00
parent c21b15d793
commit 0de42316df
9 changed files with 88 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
<template>
<view class="user">
<text class="text-cyan font-bold text-lg">用户</text>
</view>
</template>
<script lang="ts" setup></script>
<style lang="scss" scoped>
/* stylelint-disable selector-type-no-unknown */
page {
background: #f8f8f8;
}
/* stylelint-enable selector-type-no-unknown */
</style>