feat: 编译前端, 并丢弃 webpack
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user