This commit is contained in:
icssoa
2025-07-30 21:17:14 +08:00
parent dfc0538537
commit 28ea726bb1
2 changed files with 0 additions and 6 deletions

View File

@@ -28,7 +28,6 @@
<script setup lang="ts">
import { ref } from "vue";
import DemoItem from "../components/item.uvue";
const { windowWidth, windowHeight } = uni.getWindowInfo();

View File

@@ -72,11 +72,6 @@ const props = defineProps({
velocitySensitivity: {
type: Number,
default: 0.7
},
// 是否支持横屏自适应
autoRotate: {
type: Boolean,
default: true
}
});