From f90172c3c9238d580d97e3de91e510739436da51 Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Wed, 14 Jan 2026 22:14:33 +0800
Subject: [PATCH] update
---
index.html | 2 +-
public/icon.svg | 1 +
public/vite.svg | 1 -
src/App.vue | 1 +
4 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 public/icon.svg
delete mode 100644 public/vite.svg
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)