feat: 编译前端, 并丢弃 webpack

This commit is contained in:
CrescentLeaf
2025-08-30 19:34:25 +08:00
parent 4eeea5b230
commit f855b23465
7 changed files with 318 additions and 42 deletions

View File

@@ -92,7 +92,7 @@
alert('很抱歉, 此应用无法在较旧的浏览器运行, 请使用基于 Chromium 89+ 的浏览器(内核)使用 :(')
</script>
<script type="module">
import App from './ui/App.js'
import App from './ui/App.jsx'
ReactDOM.createRoot(document.getElementById('app')).render(React.createElement(App, null))
let onResize = () => {