update
This commit is contained in:
16
main.js
16
main.js
@@ -16,15 +16,25 @@ const sites = [
|
||||
title: "编程书",
|
||||
description: "编程和计算机相关知识汇总",
|
||||
},
|
||||
{
|
||||
url: "https://play.xuyue.cc",
|
||||
title: "练习册",
|
||||
description: "用来练习基本的代码格式",
|
||||
},
|
||||
{
|
||||
url: "https://lc.xuyue.cc",
|
||||
title: "低代码",
|
||||
description: "用来生成简单的表单和数据库教学",
|
||||
},
|
||||
{
|
||||
url: "https://python.xuyue.cc",
|
||||
title: "Python 基础",
|
||||
description: "Python 第二学期上课用",
|
||||
},
|
||||
{
|
||||
url: "https://play.xuyue.cc",
|
||||
title: "练习册",
|
||||
description: "用来练习基本的代码格式",
|
||||
url: "https://ppt.xuyue.cc/py",
|
||||
title: "Python PPT",
|
||||
description: "上课用的 PPT",
|
||||
},
|
||||
{
|
||||
url: "https://huabu.xuyue.cc",
|
||||
|
||||
1561
package-lock.json
generated
1561
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@
|
||||
"fmt": "prettier --write *.js style.css index.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.8",
|
||||
"vite": "^4.5.0"
|
||||
"prettier": "^3.4.2",
|
||||
"vite": "^6.0.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user