From e3122b6068e99df05afe7877fc3fb30e58b8dac6 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 6 Jan 2026 10:13:35 +0800 Subject: [PATCH] update --- .env.production | 1 - .env.staging | 1 - main.js | 18 ------------------ 3 files changed, 20 deletions(-) diff --git a/.env.production b/.env.production index 83c205b..a86e249 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,6 @@ VITE_OJ=https://oj.xuyue.cc VITE_CODE=https://code.xuyue.cc VITE_WEB=https://web.xuyue.cc -VITE_PLAY=https://play.xuyue.cc VITE_BOOK=https://book.xuyue.cc VITE_HUABU=https://huabu.xuyue.cc VITE_PPT=https://ppt.xuyue.cc/py diff --git a/.env.staging b/.env.staging index a037d25..ce4ca96 100644 --- a/.env.staging +++ b/.env.staging @@ -1,7 +1,6 @@ VITE_OJ=http://10.13.114.114:81 VITE_CODE=http://10.13.114.114:82 VITE_WEB=http://10.13.114.114:91 -# VITE_PLAY=http://10.13.114.114:83 VITE_BOOK=http://10.13.114.114:84 VITE_HUABU=http://10.13.114.114:85 VITE_SHUATI=http://10.13.114.114:86 \ No newline at end of file diff --git a/main.js b/main.js index 47bd7b0..d985e88 100644 --- a/main.js +++ b/main.js @@ -3,18 +3,6 @@ const pins = [ // url: "https://code.xuyue.cc?query=30", // description: "示例代码", // }, - // { - // url: "https://lc.xuyue.cc/public-forms/do0zqi0xlpe", - // description: "数据记录单", - // }, - // { - // url: "https://lc.xuyue.cc/", - // description: "账号 stu 密码 123456", - // }, - // { - // url: "https://play.xuyue.cc/", - // description: "选择自己的名字做小测试", - // }, ] const sites = [ @@ -42,12 +30,6 @@ const sites = [ description: "梁老师的刷题网站", icon: "noto--paintbrush.svg", }, - { - url: import.meta.env.VITE_PLAY, - title: "限时鸭", - description: "用来练习基本的代码格式", - icon: "noto--duck.svg", - }, { url: import.meta.env.VITE_BOOK, title: "编程书",