From 1ac1a12fa284ee1bc4991c3e4b7d4c1c90a97d79 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 6 Dec 2023 16:24:33 +0800 Subject: [PATCH] update. --- main.js | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/main.js b/main.js index fc65456..8a6b060 100644 --- a/main.js +++ b/main.js @@ -2,35 +2,35 @@ import "./style.css" const sites = [ { - url: "https://oj.hyyz.izhai.net", + url: "https://oj.xuyue.cc", title: "在线判题网站", description: "判题狗", }, { - url: "https://code.hyyz.izhai.net", + url: "https://code.xuyue.cc", title: "代码运行网站", description: "自测猫", }, - { - url: "https://book.hyyz.izhai.net", - title: "编程知识网站", - description: "编程书", - }, - { - url: "https://play.hyyz.izhai.net", - title: "格式练习网站", - description: "练习册", - }, - { - url: "https://ppt.hyyz.izhai.net/py", - title: "Python PPT", - description: " Python 课件", - }, - { - url: "https://huabu.hyyz.izhai.net", - title: "画布", - description: "在线板书", - }, + // { + // url: "https://book.xu'yue", + // title: "编程知识网站", + // description: "编程书", + // }, + // { + // url: "https://play.hyyz.izhai.net", + // title: "格式练习网站", + // description: "练习册", + // }, + // { + // url: "https://ppt.hyyz.izhai.net/py", + // title: "Python PPT", + // description: " Python 课件", + // }, + // { + // url: "https://huabu.hyyz.izhai.net", + // title: "画布", + // description: "在线板书", + // }, ] const item = (site) => ` @@ -43,7 +43,7 @@ const item = (site) => ` document.querySelector("#app").innerHTML = `