This commit is contained in:
2024-12-22 15:37:17 +00:00
parent 0738007e30
commit 0e8a08665f
3 changed files with 941 additions and 640 deletions

16
main.js
View File

@@ -16,15 +16,25 @@ const sites = [
title: "编程书", title: "编程书",
description: "编程和计算机相关知识汇总", description: "编程和计算机相关知识汇总",
}, },
{
url: "https://play.xuyue.cc",
title: "练习册",
description: "用来练习基本的代码格式",
},
{
url: "https://lc.xuyue.cc",
title: "低代码",
description: "用来生成简单的表单和数据库教学",
},
{ {
url: "https://python.xuyue.cc", url: "https://python.xuyue.cc",
title: "Python 基础", title: "Python 基础",
description: "Python 第二学期上课用", description: "Python 第二学期上课用",
}, },
{ {
url: "https://play.xuyue.cc", url: "https://ppt.xuyue.cc/py",
title: "练习册", title: "Python PPT",
description: "用来练习基本的代码格式", description: "上课用的 PPT",
}, },
{ {
url: "https://huabu.xuyue.cc", url: "https://huabu.xuyue.cc",

1561
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@
"fmt": "prettier --write *.js style.css index.html" "fmt": "prettier --write *.js style.css index.html"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^2.8.8", "prettier": "^3.4.2",
"vite": "^4.5.0" "vite": "^6.0.5"
} }
} }