使用新的打开资料卡方式

This commit is contained in:
CrescentLeaf
2025-12-13 18:03:35 +08:00
parent 22bf643d5e
commit 16bacea5e3
5 changed files with 39 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
import { NavigateFunction } from "react-router"
export default function gotoUserInfo(nav: NavigateFunction, id: string) {
nav('/info/user?id=' + id)
}