fix: restore frontend build and add deploy dockerfiles

This commit is contained in:
Lich-Mac-Mini
2026-04-09 22:19:07 +08:00
parent 0818d33384
commit 3163a268cb
4 changed files with 41 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@
"@visactor/react-vchart": "~1.8.8",
"@visactor/vchart": "~1.8.8",
"@visactor/vchart-semi-theme": "~1.8.8",
"antd": "^5.23.0",
"axios": "1.13.5",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
+2 -2
View File
@@ -89,7 +89,6 @@ import {
SiGitlab,
SiGoogle,
SiKeycloak,
SiLinkedin,
SiNextcloud,
SiNotion,
SiOkta,
@@ -101,6 +100,7 @@ import {
SiWechat,
SiX,
} from 'react-icons/si';
import { FaLinkedin } from 'react-icons/fa6';
// 获取侧边栏Lucide图标组件
export function getLucideIcon(key, selected = false) {
@@ -504,7 +504,7 @@ const oauthProviderIconMap = {
google: SiGoogle,
discord: SiDiscord,
facebook: SiFacebook,
linkedin: SiLinkedin,
linkedin: FaLinkedin,
x: SiX,
twitter: SiX,
slack: SiSlack,