Skip to content

Commit

Permalink
fix: refactor taptap.com to taptap.cn (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotEvenANeko authored Oct 10, 2023
1 parent 8943208 commit c02cc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.webapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setConfig('weekendWarning.enabled', true)

setConfig('ticket.metadata.customMetadata.userLabelOverlay', {
overlay: ({ user }) => (
<a href={`https://www.taptap.com/admin/user/edit/${user.username}`} target="__blank">
<a href={`https://www.taptap.cn/admin/user/edit/${user.username}`} target="__blank">
TapTap 用户信息
</a>
),
Expand Down

0 comments on commit c02cc0c

Please sign in to comment.