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
2121-  [ 在线阅读] ( https://ts.xcatliu.com/ ) 
2222-  [ GitHub 地址] [ GitHub ] 
2323-  作者:[ xcatliu] ( https://github.com/xcatliu/ ) 
24- -  [ 加入官方 QQ 群 767142358] ( https://jq.qq.com/?_wv=1027&k=5nkkFCl ) 
2524-  本网站使用 [ Pagic] ( https://github.com/xcatliu/pagic )  构建
2625
2726本书是作者在学习 [ TypeScript]  后整理的学习笔记。
Original file line number Diff line number Diff line change 44  "description" : " 从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript"  ,
55  "main" : " README.md"  ,
66  "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"  ,
88    "test" : " npm run lint"  ,
99    "lint" : " run-s eclint prettier lint-md eslint"  ,
1010    "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 {
2020          < img  src = "/assets/alipay.jpg"  width = "256"  style = { {  verticalAlign : 'top'  } }  /> 
2121        </ > 
2222      ) 
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+       ) 
2343    } 
2444  ] , 
2545  sidebar : { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments