From 9feba0ea8bf115066b95ede69f157e91229c0843 Mon Sep 17 00:00:00 2001 From: lizhibao <63389341+lzb-libra@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ES6=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E7=BD=91=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/es6.svg | 1 + datum.json | 25 ++++++++++++++++++++++++- index.html | 1 + 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 assets/es6.svg diff --git a/assets/es6.svg b/assets/es6.svg new file mode 100644 index 0000000..a3af8a0 --- /dev/null +++ b/assets/es6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/datum.json b/datum.json index e6c3414..04607de 100644 --- a/datum.json +++ b/datum.json @@ -94,15 +94,30 @@ "description": "TypeScript是由微软开发的一个开源编程语言,它是JavaScript的一个超集,意味着任何有效的JavaScript代码也是有效的TypeScript代码。TypeScript的主要特点是引入了类型系统,这使得开发者可以在编译时进行类型检查,从而更容易地发现错误。", "links": [ { + "title": "菜鸟教程", "icon": "./assets/rookie_tutorial.png", "href": "https://www.runoob.com/typescript/ts-tutorial.html" }, { + "title": "w3cschool", "icon": "./assets/w3c_school.png", "href": "https://www.w3cschool.cn/typescript/" + }, + { + "title": "TypeScript 中文手册", + "icon": "./assets/typescript.svg", + "href": "https://typescript.bootcss.com/" } ] }, + { + "id": "0-0", + "title": "ES6 入门教程", + "icon": "./assets/es6.svg", + "website": "https://es6.ruanyifeng.com/", + "description": "一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。", + "links": [] + }, { "id": "0-1", "title": "React", @@ -646,7 +661,7 @@ "icon": "./assets/font-awesome.svg", "website": "https://fontawesome.com/", "description": "Font Awesome 是互联网的图标库和工具包,被数百万设计师、开发人员和内容创建者使用。", - "links": [] + "links": [{ "title": "Font Awesome中文网", "icon": "https://fontawesome.com.cn/favicon.ico", "href": "https://fontawesome.com.cn/" }] }, { "id": "0-4", @@ -1108,6 +1123,14 @@ "description": "在w3school,你可以找到你所需要的所有的网站建设教程。", "links": [] }, + { + "id": "3-1", + "title": "易百教程", + "icon": "https://www.yiibai.com/favicon.ico", + "website": "https://www.yiibai.com/", + "description": "一个提供各种IT相关教程和实例的网站,涵盖了编程语言,数据库,Web开发,人工智能,数据可视化等领域。", + "links": [] + }, { "id": "3-1", "title": "宝藏星球屋", diff --git a/index.html b/index.html index 709435d..59da636 100644 --- a/index.html +++ b/index.html @@ -159,6 +159,7 @@