From fe3e8ed1ef57af16562db7ed8b7b68b91ef2e3e2 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 22 Dec 2024 15:45:11 +0000 Subject: [PATCH] update --- main.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/main.js b/main.js index 5b12996..5d7c602 100644 --- a/main.js +++ b/main.js @@ -11,11 +11,6 @@ const sites = [ title: "自测猫", description: "代码运行网站", }, - { - url: "https://book.xuyue.cc", - title: "编程书", - description: "编程和计算机相关知识汇总", - }, { url: "https://play.xuyue.cc", title: "练习册", @@ -23,18 +18,23 @@ const sites = [ }, { url: "https://lc.xuyue.cc", - title: "低代码", - description: "用来生成简单的表单和数据库教学", + title: "低代码平台", + description: "CRUD 和数据库教学", }, { - url: "https://python.xuyue.cc", - title: "Python 基础", - description: "Python 第二学期上课用", + url: "https://book.xuyue.cc", + title: "编程书", + description: "编程和计算机相关知识汇总", }, { url: "https://ppt.xuyue.cc/py", title: "Python PPT", - description: "上课用的 PPT", + description: "Python 第一学期上课用", + }, + { + url: "https://python.xuyue.cc", + title: "Python 基础项目", + description: "Python 第二学期上课用", }, { url: "https://huabu.xuyue.cc",