8000 首页指南更新 · sam9831/mpvue-imooc-ebook-docs@208d666 · GitHub
[go: up one dir, main page]

Skip to content

Commit 208d666

Browse files
committed
首页指南更新
1 parent 21e7ce0 commit 208d666

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/guide/dev/home.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,33 @@
315315
</tr>
316316
</table>
317317

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+
```
318345
## 首页mock数据
319346
```json
320347
{

0 commit comments

Comments
 (0)
0