Skip to content
Merged
Changes from all commits
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
16 changes: 16 additions & 0 deletions pagic.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ 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' }}>
<a href="https://www.geekxh.com/ts.html?3prc" target="_blank">点击下载</a>
以下全部资料:
</p>
<a href="https://www.geekxh.com/ts.html?3prc" target="_blank">
<img src="https://www.geekxh.com/ts/09.png?pprv" width="256" />
</a>
</>
)
}
],
sidebar: {
Expand Down