mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 17:19:56 +08:00
player page
This commit is contained in:
19
src/pages/player.vue
Normal file
19
src/pages/player.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<script lang="ts" setup>
|
||||
definePage({
|
||||
name: 'Player',
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<iframe
|
||||
src="http://192.168.0.100:8096"
|
||||
frameborder="0"
|
||||
allowfullscreen="true"
|
||||
w-full
|
||||
h-full
|
||||
flex-1
|
||||
rounded-12px
|
||||
></iframe>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scope></style>
|
||||
Reference in New Issue
Block a user