feat: implement logout on 401 response and update query handling

refactor: replace Button with div for consistent styling in AIEditorLink

refactor: update navigation handling in AppVersionList and remove LayoutMain wrapper

refactor: remove unused LayoutMain imports and components across various pages

fix: ensure user app list is set correctly in useUserAppStore

fix: update login URL format in AuthProvider

fix: adjust layout styles in EnvPage and other pages for better responsiveness

chore: update route definitions and create new routes for apps, config, domain, flowme, org, remote, token, user, and users

style: replace Button with div for delete confirmation in various components

fix: ensure correct handling of user profile image source
This commit is contained in:
2026-02-22 03:24:14 +08:00
parent f3c269dd83
commit 66ee0d7f60
44 changed files with 740 additions and 761 deletions

View File

@@ -7,7 +7,7 @@
"build": "vite build",
"preview": "vite preview",
"ui": "bunx shadcn@latest add ",
"pub": "envision deploy ./dist -k vite-react -v 0.2.1 -y y -u"
"pub": "envision deploy ./dist -k center -v 0.2.1 -y y -u"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
@@ -16,6 +16,7 @@
"@kevisual/api": "^0.0.59",
"@kevisual/cache": "^0.0.5",
"@kevisual/context": "^0.0.8",
"@kevisual/remote-app": "^0.0.4",
"@kevisual/router": "^0.0.83",
"@tanstack/react-router": "^1.161.4",
"@tanstack/react-table": "^8.21.3",
@@ -61,6 +62,6 @@
"tailwindcss": "^4.2.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "v7.3.1"
"vite": "v8.0.0-beta.15"
}
}