feat: 更换了更好看的编辑器 (#45)

Co-authored-by: Ichirinko <1621543655@qq.com>
Reviewed-on: PostGuard/Canon#45
This commit is contained in:
2024-04-21 11:50:23 +08:00
parent d09460edfe
commit 910049f557
5 changed files with 35 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ export function Index() {
compiledCode: "",
sourceCode: "",
id: "",
imageAddress: ""
imageAddress: "pic/uncompiled.png"
});
const handleValueChange = (value: string) => {
setInputValue(value);