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
Prev Previous commit
Update pagic.config.tsx
  • Loading branch information
xcatliu authored Nov 23, 2020
commit 14e61bda16de1cb9d93b85844da35d91468d1add
9 changes: 7 additions & 2 deletions pagic.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ export default {
target: '_blank',
popover: (
<>
<p style={{ marginTop: 0, marginBottom: '1rem' }}>下载下方全部资料:</p>
<img src="https://www.geekxh.com/ts/09.png?pprv" width="256" />
<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>
</>
)
}
Expand Down