限制讲解播放器显示范围
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-09 19:38:28 +08:00
parent 305f83dfa4
commit 63540dac65
6 changed files with 12 additions and 10 deletions

View File

@@ -17,17 +17,12 @@
autofocus
/>
</view>
<GlobalAudioPlayerHost
display-mode="floating"
:avoid-bottom-nav="false"
/>
</view>
</template>
<script setup lang="ts">
import { onMounted, onUnmounted, ref } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import GlobalAudioPlayerHost from '@/components/audio/GlobalAudioPlayerHost.vue'
import PoiSearchPanel from '@/components/search/PoiSearchPanel.vue'
const initialKeyword = ref('')