This commit is contained in:
2024-12-22 15:45:11 +00:00
parent 0e8a08665f
commit fe3e8ed1ef

22
main.js
View File

@@ -11,11 +11,6 @@ const sites = [
title: "自测猫", title: "自测猫",
description: "代码运行网站", description: "代码运行网站",
}, },
{
url: "https://book.xuyue.cc",
title: "编程书",
description: "编程和计算机相关知识汇总",
},
{ {
url: "https://play.xuyue.cc", url: "https://play.xuyue.cc",
title: "练习册", title: "练习册",
@@ -23,18 +18,23 @@ const sites = [
}, },
{ {
url: "https://lc.xuyue.cc", url: "https://lc.xuyue.cc",
title: "低代码", title: "低代码平台",
description: "用来生成简单的表单和数据库教学", description: "CRUD 和数据库教学",
}, },
{ {
url: "https://python.xuyue.cc", url: "https://book.xuyue.cc",
title: "Python 基础", title: "编程书",
description: "Python 第二学期上课用", description: "编程和计算机相关知识汇总",
}, },
{ {
url: "https://ppt.xuyue.cc/py", url: "https://ppt.xuyue.cc/py",
title: "Python PPT", title: "Python PPT",
description: "上课用的 PPT", description: "Python 第一学期上课用",
},
{
url: "https://python.xuyue.cc",
title: "Python 基础项目",
description: "Python 第二学期上课用",
}, },
{ {
url: "https://huabu.xuyue.cc", url: "https://huabu.xuyue.cc",