change website url.
This commit is contained in:
40
main.js
40
main.js
@@ -11,26 +11,26 @@ const sites = [
|
|||||||
title: "代码运行网站",
|
title: "代码运行网站",
|
||||||
description: "自测猫",
|
description: "自测猫",
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// url: "https://book.xu'yue",
|
url: "https://ppt.xuyue.cc/py",
|
||||||
// title: "编程知识网站",
|
title: "Python PPT",
|
||||||
// description: "编程书",
|
description: " Python 课件",
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// url: "https://play.hyyz.izhai.net",
|
url: "https://book.xuyue.cc",
|
||||||
// title: "格式练习网站",
|
title: "编程知识网站",
|
||||||
// description: "练习册",
|
description: "编程书",
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// url: "https://ppt.hyyz.izhai.net/py",
|
url: "https://play.xuyue.cc",
|
||||||
// title: "Python PPT",
|
title: "格式练习网站",
|
||||||
// description: " Python 课件",
|
description: "练习册",
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// url: "https://huabu.hyyz.izhai.net",
|
url: "https://huabu.hyyz.izhai.net",
|
||||||
// title: "画布",
|
title: "画布",
|
||||||
// description: "在线板书",
|
description: "在线板书",
|
||||||
// },
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
const item = (site) => `
|
const item = (site) => `
|
||||||
|
|||||||
Reference in New Issue
Block a user