update.
This commit is contained in:
46
main.js
46
main.js
@@ -2,35 +2,35 @@ import "./style.css"
|
|||||||
|
|
||||||
const sites = [
|
const sites = [
|
||||||
{
|
{
|
||||||
url: "https://oj.hyyz.izhai.net",
|
url: "https://oj.xuyue.cc",
|
||||||
title: "在线判题网站",
|
title: "在线判题网站",
|
||||||
description: "判题狗",
|
description: "判题狗",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: "https://code.hyyz.izhai.net",
|
url: "https://code.xuyue.cc",
|
||||||
title: "代码运行网站",
|
title: "代码运行网站",
|
||||||
description: "自测猫",
|
description: "自测猫",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
url: "https://book.hyyz.izhai.net",
|
// url: "https://book.xu'yue",
|
||||||
title: "编程知识网站",
|
// title: "编程知识网站",
|
||||||
description: "编程书",
|
// description: "编程书",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
url: "https://play.hyyz.izhai.net",
|
// url: "https://play.hyyz.izhai.net",
|
||||||
title: "格式练习网站",
|
// title: "格式练习网站",
|
||||||
description: "练习册",
|
// description: "练习册",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
url: "https://ppt.hyyz.izhai.net/py",
|
// url: "https://ppt.hyyz.izhai.net/py",
|
||||||
title: "Python PPT",
|
// title: "Python PPT",
|
||||||
description: " Python 课件",
|
// description: " Python 课件",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
url: "https://huabu.hyyz.izhai.net",
|
// url: "https://huabu.hyyz.izhai.net",
|
||||||
title: "画布",
|
// title: "画布",
|
||||||
description: "在线板书",
|
// description: "在线板书",
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
const item = (site) => `
|
const item = (site) => `
|
||||||
@@ -43,7 +43,7 @@ const item = (site) => `
|
|||||||
document.querySelector("#app").innerHTML = `
|
document.querySelector("#app").innerHTML = `
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<main class="main">
|
<main class="main">
|
||||||
<h1 class="title">你是不是要找以下网站?</h1>
|
<h1 class="title">徐越的在线教学平台</h1>
|
||||||
<div class="grid" id="sites"></div>
|
<div class="grid" id="sites"></div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user