File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 315
315
</tr>
316
316
</table >
317
317
318
+ > 分类英文名称和中文的映射关系如下:
319
+ ``` js
320
+ export const CATEGORY = {
321
+ computerscience: ' 计算机科学' ,
322
+ socialsciences: ' 社会科学' ,
323
+ economics: ' 经济学' ,
324
+ education: ' 教育学' ,
325
+ engineering: ' 工程学' ,
326
+ environment: ' 环境学' ,
327
+ geography: ' 地理学' ,
328
+ history: ' 历史学' ,
329
+ laws: ' 法学' ,
330
+ lifesciences: ' 生命科学' ,
331
+ literature: ' 文学' ,
332
+ biomedicine: ' 生物医学' ,
333
+ businessandmanagement: ' 工商管理' ,
334
+ earthsciences: ' 地球科学' ,
335
+ materialsscience: ' 材料科学' ,
336
+ mathematics: ' 数学' ,
337
+ medicineandpublichealth: ' 公共卫生' ,
338
+ philosophy: ' 哲学' ,
339
+ physics: ' 物理' ,
340
+ politicalscienceandinternationalrelations: ' 国际关系' ,
341
+ psychology: ' 心理学' ,
342
+ statistics: ' 统计学'
343
+ }
344
+ ```
318
345
## 首页mock数据
319
346
``` json
320
347
{
You can’t perform that action at this time.
0 commit comments