新增資料庫架構

This commit is contained in:
2025-07-19 02:12:37 +08:00
parent e3832acfa8
commit 924f03c3d7
45 changed files with 12858 additions and 324 deletions

View File

@@ -49,9 +49,9 @@ export const categories = [
"報告",
"圖表",
],
color: "#EC4899",
bgColor: "from-pink-500/20 to-rose-600/20",
borderColor: "border-pink-400/30",
color: "#DB2777",
bgColor: "from-pink-600/20 to-rose-700/20",
borderColor: "border-pink-500/30",
textColor: "text-pink-200",
icon: "📊",
},
@@ -322,10 +322,10 @@ export function categorizeWishMultiple(wish: Wish): Category[] {
name: "其他問題",
description: "未能歸類的特殊工作困擾",
keywords: [],
color: "#6B7280",
bgColor: "from-gray-500/20 to-slate-600/20",
borderColor: "border-gray-400/30",
textColor: "text-gray-200",
color: "#94A3B8",
bgColor: "from-slate-400/20 to-slate-500/20",
borderColor: "border-slate-400/40",
textColor: "text-slate-200",
icon: "❓",
},
]