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 and github-actions[bot] committed May 31, 2024
1 parent 52e46e0 commit 2f8d464
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 2f8d464

Please sign in to comment.