Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-06-09 18:59:16 +08:00
parent 33469dc746
commit 51f3f917f9
62 changed files with 12690 additions and 1 deletions
@@ -0,0 +1,23 @@
<template>
<view class="container">
<text class="placeholder">消息</text>
</view>
</template>
<script setup>
</script>
<style scoped>
.container {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
}
.placeholder {
font-size: 32rpx;
color: #999;
}
</style>