feat(auth): enhance header links with dynamic navigation and add setLinks method to store

This commit is contained in:
2026-02-25 01:50:27 +08:00
parent 0be8c66754
commit 8aad3bcb9b
3 changed files with 22 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import { RouterProvider, createRouter } from '@tanstack/react-router'
import { routeTree } from './routeTree.gen'
import './index.css'
import { getDynamicBasename } from './modules/basename'
import './agents/index.ts';
// Set up a Router instance
const router = createRouter({
routeTree,