Skip to content

Commit 6d326d7

Browse files
committed
添加微信群
1 parent 10835d0 commit 6d326d7

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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] 后整理的学习笔记。

assets/join-qq.jpg

135 KB
Loading

assets/join-wechat.jpg

123 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

pagic.config.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)