From bbce4c8eec8a92a57787c9f7306e55f6023f95b0 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 14 Jan 2026 22:38:28 +0800 Subject: [PATCH] update --- .env.production | 3 ++- main.js | 6 ++++++ public/icons/twemoji--brick.svg | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 public/icons/twemoji--brick.svg diff --git a/.env.production b/.env.production index a86e249..3fa97c1 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,5 @@ VITE_WEB=https://web.xuyue.cc VITE_BOOK=https://book.xuyue.cc VITE_HUABU=https://huabu.xuyue.cc VITE_PPT=https://ppt.xuyue.cc/py -VITE_PY=https://python.xuyue.cc \ No newline at end of file +VITE_PY=https://python.xuyue.cc +VITE_BLOCKLY=https://lego.xuyue.cc \ No newline at end of file diff --git a/main.js b/main.js index b1d2027..436b30a 100644 --- a/main.js +++ b/main.js @@ -36,6 +36,12 @@ const sites = [ description: "编程和计算机相关知识汇总", icon: "noto--bookmark-tabs.svg", }, + { + url: import.meta.env.VITE_BLOCKLY, + title: "小方块", + description: "搭积木,学编程", + icon: "twemoji--brick.svg", + }, { url: import.meta.env.VITE_HUABU, title: "白板", diff --git a/public/icons/twemoji--brick.svg b/public/icons/twemoji--brick.svg new file mode 100644 index 0000000..d363563 --- /dev/null +++ b/public/icons/twemoji--brick.svg @@ -0,0 +1 @@ + \ No newline at end of file