File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11---
22title : " 在阅读中认识CodeLab——博文汇总"
33author : CodeLab
4- date : 2020-11-05
4+ date : 2020-11-06
55tages : ["CodeLab相关"]
66---
77
8+
9+ 这既是一篇归纳性博文,又同时充当博客板块的公告板与目录,最新动态请看下方** 最近更新** :)
10+
11+
12+ ## 最近更新
13+ - [ CodeLab Adapter 3.7 发布] ( https://codelab.club/blog/2020/11/03/3.7-release )
14+ - [ 创意计算授课实践与总结] ( https://codelab.club/blog/2020/10/16/创意计算授课实践与总结 )
15+ - [ CodeLab实习记] ( https://codelab.club/blog/2020/11/05/daysatcodelabbykunhao )
16+
17+
818## CodeLab 相关
919
1020- [ CodeLab Adapter] ( https://adapter.codelab.club/ )
Original file line number Diff line number Diff line change @@ -182,10 +182,7 @@ module.exports = {
182182 scripts : [
183183 'https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js' ,
184184 'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js' ,
185- {
186- href : 'https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.6.1/jquery.lettering.min.js' ,
187- rel : 'preload' ,
188- } ,
185+ 'https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.6.1/jquery.lettering.min.js' ,
189186 'https://cdn.jsdelivr.net/npm/video.js/dist/video.min.js' ,
190187 '/script/settheme.js' ,
191188 ] ,
@@ -198,6 +195,8 @@ module.exports = {
198195 {
199196 href :'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap' ,
200197 rel :'preload' ,
198+ as : 'style' ,
199+ onload : "this.rel='stylesheet'" ,
201200 } ,
202201 ]
203202} ;
You can’t perform that action at this time.
0 commit comments