Add developer profile page

This commit is contained in:
2024-02-23 11:05:45 +08:00
parent d2e0f32f5b
commit 6dce685e7c
12 changed files with 542 additions and 26 deletions

View File

@@ -266,14 +266,14 @@ const User = () => {
href={
userWithPowerInfoVo?.username &&
new URL(
`/view/${userWithPowerInfoVo.username}`,
`/store/${userWithPowerInfoVo.username}`,
location.href
).href
}
>
{userWithPowerInfoVo?.username &&
new URL(
`/view/${userWithPowerInfoVo.username}`,
`/store/${userWithPowerInfoVo.username}`,
location.href
).href}
<Icon component={IconOxygenShare} />