feat: 禅道296

This commit is contained in:
shijing 2026-01-22 15:53:12 +08:00
parent ca6b14c2fd
commit 931c45da11
2 changed files with 1093 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,25 @@
<template>
<iframe
src="http://49.232.14.174:2256/media/default/test.html"
frameborder="0"
allowfullscreen>
</iframe>
</template>
<script>
export default {
data() {
return {};
},
mounted() {
},
};
</script>
<style scoped>
iframe {
width: 100%;
height: 100%;
border: none; /* 可选,去掉边框 */
}
</style>