Skip to content

Commit 760a1e9

Browse files
committed
update
1 parent c18d24f commit 760a1e9

File tree

5 files changed

+45
-2
lines changed

5 files changed

+45
-2
lines changed

docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,15 @@ module.exports = {
148148
*/
149149

150150
/*copyright: `Copyright © ${new Date().getFullYear()} CodeLab, Inc. Built with Docusaurus.`,*/
151-
copyright: `Copyright © ${new Date().getFullYear()} CodeLab` + '&nbsp' + '&nbsp' + '&nbsp' + '<a style="color:white" target="_blank" href="https://beian.miit.gov.cn/">粤ICP备2021005905号-1</a>'
151+
copyright: `Copyright © ${new Date().getFullYear()} CodeLab` + '&nbsp' + '&nbsp' + '&nbsp' + '<a style="color:white" target="_blank" href="https://beian.miit.gov.cn/">粤ICP备2021005905号-1</a>' + `<script>
152+
var _hmt = _hmt || [];
153+
(function() {
154+
var hm = document.createElement("script");
155+
hm.src = "https://hm.baidu.com/hm.js?3be250eb38d350c4a750c4b0bbfe513e";
156+
var s = document.getElementsByTagName("script")[0];
157+
s.parentNode.insertBefore(hm, s);
158+
})();
159+
</script>`
152160
},
153161
prism: {
154162
theme: codeblockTheme,
748 KB
Loading
187 KB
Loading

static/img/cmap_thermal1.png

97.5 KB
Loading

static/video_config.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,46 @@
2424
}
2525
],
2626
"横版视频": [
27+
{
28+
"src": "https://adapter.codelab.club/video/1615793877192664.mp4",
29+
"title": "可编程沙盘",
30+
"id": "3",
31+
"tags": ["Neverland2"],
32+
"weight": ""
33+
},
34+
{
35+
"src": "https://adapter.codelab.club/video/overdrive-ai-demo.MP4",
36+
"title": "四驱兄弟 之 Neverland剧场版 (AI实时训练)",
37+
"id": "3",
38+
"tags": ["Neverland2"],
39+
"weight": ""
40+
},
41+
{
42+
"src": "https://adapter.codelab.club/video/54a5a5bbca6d01a0a7947afbe2e570.MP4",
43+
"title": "环境与对象的可编程性",
44+
"id": "3",
45+
"tags": [],
46+
"weight": ""
47+
},
48+
{
49+
"src": "https://adapter.codelab.club/video/08022ae2b5ffe87c68f21ad9dee5ec.MP4",
50+
"title": "3D世界 作为Scratch的舞台",
51+
"id": "3",
52+
"tags": [],
53+
"weight": ""
54+
},
55+
{
56+
"src": "https://adapter.codelab.club/video/95ed6929a48e4af229f34599068319.MP4",
57+
"title": "秋天场景里的可编程星舰",
58+
"id": "3",
59+
"tags": [],
60+
"weight": ""
61+
},
2762
{
2863
"src": "https://adapter.codelab.club/video/hello-blender.mp4",
2964
"title": "Scratch & Blender 星舰剧场",
3065
"id": "3",
31-
"tags": [],
66+
"tags": ["Neverland2"],
3267
"weight": ""
3368
},
3469
{

0 commit comments

Comments
 (0)