first commit

This commit is contained in:
zzc
2026-01-09 11:24:40 +08:00
commit f34899eb81
73 changed files with 5431 additions and 0 deletions

20
pages/message/message.vue Normal file
View File

@@ -0,0 +1,20 @@
<template>
<view class="message-content">
</view>
</template>
<script setup>
</script>
<style lang="scss">
.message-content {
display: flex;
flex-direction: column;
height: 100vh;
background: linear-gradient(to bottom, #D6EDD8 0%, #F4E2D8 100%);
}
</style>