We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc96a8c commit 1dd2f2dCopy full SHA for 1dd2f2d
pagic.config.tsx
@@ -40,6 +40,22 @@ export default {
40
<img src="/assets/join-qq.jpg" width="256" />
41
</>
42
)
43
+ },
44
+ {
45
+ text: '下载本书',
46
+ link: 'https://www.geekxh.com/ts.html?3prc',
47
+ target: '_blank',
48
+ popover: (
49
+ <>
50
+ <p style={{ marginTop: 0, marginBottom: '1rem' }}>
51
+ <a href="https://www.geekxh.com/ts.html?3prc" target="_blank">点击下载</a>
52
+ 以下全部资料:
53
+ </p>
54
+ <a href="https://www.geekxh.com/ts.html?3prc" target="_blank">
55
+ <img src="https://www.geekxh.com/ts/09.png?pprv" width="256" />
56
+ </a>
57
+ </>
58
+ )
59
}
60
],
61
sidebar: {
0 commit comments