feat: 添加配置面板

This commit is contained in:
2021-10-05 23:45:52 +08:00
parent 615ba6ffba
commit 44b4ef1a44
13 changed files with 524 additions and 124 deletions
+2
View File
@@ -1,5 +1,7 @@
import Editor from "./view/Editor";
import globalStore, { GlobalContext } from "./store/global";
// ENHANCE: 替换掉antd组件库。。一堆莫名其妙的毛病
function App() {
return (
<GlobalContext.Provider value={globalStore}>