File tree Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ next: introduction/README.md
21
21
- [ 在线阅读] ( https://ts.xcatliu.com/ )
22
22
- [ GitHub 地址] [ GitHub ]
23
23
- 作者:[ xcatliu] ( https://github.com/xcatliu/ )
24
- - [ 加入官方 QQ 群 767142358] ( https://jq.qq.com/?_wv=1027&k=5nkkFCl )
25
24
- 本网站使用 [ Pagic] ( https://github.com/xcatliu/pagic ) 构建
26
25
27
26
本书是作者在学习 [ TypeScript] 后整理的学习笔记。
Original file line number Diff line number Diff line change 4
4
"description" : " 从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript" ,
5
5
"main" : " README.md" ,
6
6
"scripts" : {
7
- "start" : " deno run --unstable --allow-read --allow-write --allow-net ../pagic/mod.ts build --serve --watch" ,
7
+ "start" : " deno run --unstable --allow-read --allow-write --allow-net --allow-run ../pagic/mod.ts build --serve --watch" ,
8
8
"test" : " npm run lint" ,
9
9
"lint" : " run-s eclint prettier lint-md eslint" ,
10
10
"lint:fix" : " run-s eclint:fix prettier:fix lint-md:fix" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,26 @@ export default {
20
20
< img src = "/assets/alipay.jpg" width = "256" style = { { verticalAlign : 'top' } } />
21
21
</ >
22
22
)
23
+ } ,
24
+ {
25
+ text : '加入微信群' ,
26
+ popover : (
27
+ < >
28
+ < p style = { { marginTop : 0 , marginBottom : '1rem' } } > 若二维码失效请微信联系 xcatliu 更新</ p >
29
+ < img src = "/assets/join-wechat.jpg" width = "256" />
30
+ </ >
31
+ )
32
+ } ,
33
+ {
34
+ text : '加入 QQ 群' ,
35
+ link : 'https://jq.qq.com/?_wv=1027&k=5nkkFCl' ,
36
+ target : '_blank' ,
37
+ popover : (
38
+ < >
39
+ < p style = { { marginTop : 0 , marginBottom : '1rem' } } > 群号: 767142358</ p >
40
+ < img src = "/assets/join-qq.jpg" width = "256" />
41
+ </ >
42
+ )
23
43
}
24
44
] ,
25
45
sidebar : {
You can’t perform that action at this time.
0 commit comments