MCPcopy
hub / github.com/visiky/resume / getDefaultTitleNameMap

Function getDefaultTitleNameMap

src/datas/constant.ts:4–21  ·  view source on GitHub ↗
({ i18n })

Source from the content-addressed store, hash-verified

2
3
4export function getDefaultTitleNameMap({ i18n }): ResumeConfig['titleNameMap'] {
5 return {
6 /** 默认: 教育背景 */
7 educationList: i18n.get('教育背景'),
8 /** 默认: 工作经历 */
9 workExpList: i18n.get('工作经历'),
10 /** 默认: 项目经历 */
11 projectList: i18n.get('项目经历'),
12 /** 默认: 个人技能 */
13 skillList: i18n.get('个人技能'),
14 /** 默认: 更多信息 */
15 awardList: i18n.get('更多信息'),
16 /** 默认: 作品 */
17 workList: i18n.get('个人作品'),
18 /** 默认: 自我介绍 */
19 aboutme: i18n.get('自我介绍')
20 }
21};

Callers 5

changeConfigFunction · 0.90
DrawerFunction · 0.90
Template1Function · 0.90
Template2Function · 0.90
Template3Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…