File size: 700 Bytes
5081fcb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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: "電腦科學",
  },
];