diff --git a/index.html b/index.html index 614be6c..f2b3e66 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + 草履虫 diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..14b6861 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index fef88ca..b5b2fc6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -145,6 +145,7 @@ onMounted(() => { trashcan: true, renderer: "zelos", theme: Blockly.Themes.Zelos, + media: "/blockly-media/", }) workspace.addChangeListener(updateCode) workspace.addChangeListener(saveWorkspace)