Spaces:
Sleeping
Sleeping
export const categories = [ | |
{ | |
value: "熱門精選", | |
label: "熱門精選", | |
}, | |
{ | |
value: "寫作", | |
label: "寫作", | |
}, | |
{ | |
value: "生產力", | |
label: "生產力", | |
}, | |
{ | |
value: "研究與分析", | |
label: "研究與分析", | |
}, | |
{ | |
value: "教育", | |
label: "教育", | |
}, | |
]; | |
export const subjects = [ | |
{ | |
value: "國語文", | |
label: "國語文", | |
}, | |
{ | |
value: "英文", | |
label: "英文", | |
}, | |
{ | |
value: "數學", | |
label: "數學", | |
}, | |
{ | |
value: "自然科學", | |
label: "自然科學", | |
}, | |
{ | |
value: "社會科學", | |
label: "社會科學", | |
}, | |
{ | |
value: "電腦科學", | |
label: "電腦科學", | |
}, | |
]; | |