feat: extend superadmin navigation

This commit is contained in:
2026-01-14 16:25:18 +08:00
parent 820ee5ba10
commit 788ba4c53a
21 changed files with 248 additions and 330 deletions

View File

@@ -39,4 +39,3 @@ export async function refreshSuperToken() {
if (token) setSuperAuthToken(token);
return token;
}