Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update pagic.config.tsx
  • Loading branch information
ththinking authored Nov 23, 2020
commit 1daf72d131a67b76d97a17f4589738fa6c7c3515
11 changes: 11 additions & 0 deletions pagic.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ export default {
<img src="/assets/join-qq.jpg" width="256" />
</>
)
},
{
text: '下载本书',
link: 'https://www.geekxh.com/ts.html?3prc',
target: '_blank',
popover: (
<>
<p style={{ marginTop: 0, marginBottom: '1rem' }}>下载下方全部资料:</p>
<img src="https://www.geekxh.com/ts/09.png?pprv" width="256" />
</>
)
}
],
sidebar: {
Expand Down