chore: 使用 TS 重構部分 React 組件, 引入 Mdui 部分組件的類型定義

This commit is contained in:
CrescentLeaf
2025-09-06 16:40:17 +08:00
parent 7553c5b281
commit 8a1ff9ac23
5 changed files with 3410 additions and 31 deletions

View File

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