chore: 移除无用文件

This commit is contained in:
CrescentLeaf
2025-05-10 00:56:14 +08:00
parent 79772ff208
commit 973ce29ac7
2 changed files with 0 additions and 13 deletions

View File

@@ -102,12 +102,6 @@
}
window.addEventListener('resize', onResize)
onResize()
function shadowInnerInit(event) {
let v = event.currentTarget
$(v.parentElement.shadowRoot).append(v.children)
v.parentNode.removeChild(v)
}
</script>
</body>

View File

@@ -1,7 +0,0 @@
export default function ShadowInner({ children }) {
return (
<div onLoad={window.shadowInnerInit}>
{children}
</div>
)
}