chore: flatten web project structure

This commit is contained in:
duanshuwen
2026-05-26 12:14:31 +08:00
parent 30b9100b4a
commit aff380dad9
569 changed files with 1081 additions and 74985 deletions

View File

@@ -1,21 +0,0 @@
<template>
<view class="response-intro-wrapper">
<text class="response-intro-text">{{ introText }}</text>
</view>
</template>
<script setup>
import { defineProps } from "vue";
defineProps({
introText: {
type: String,
default:
"酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍",
},
});
</script>
<style scoped lang="scss">
@import "./styles/index.scss";
</style>