新增資料庫架構
This commit is contained in:
@@ -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: "❓",
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user