diff --git a/.umirc.ts b/.umirc.ts
index 9f1f692..63dabb9 100644
--- a/.umirc.ts
+++ b/.umirc.ts
@@ -70,4 +70,23 @@ export default defineConfig({
text-shadow: 0 2px 5px rgba(0,0,0,.3);
}`,
],
+ hire: {
+ title: '蚂蚁体验技术部正寻觅前端',
+ content: `
+
招聘团队:蚂蚁体验技术部(玉伯)- 平台前端技术部(偏右)
+招聘层级:P5 ~ P8
+\u3000技术栈:不限
+工作城市:杭州、上海、成都
+面试效率:一周面完
+团队作品:
+
+ - Ant Design · 西湖区最流行的设计语言
+ - Umi · 企业级前端开发框架
+ - dumi · React 组件研发工具
+ - qiankun · 微前端星星最多的库
+ - ahooks · React Hooks 库
+
`,
+ email: 'youzhi.lk@antgroup.com',
+ slogan: '在寻找心仪的工作吗?',
+ },
});
diff --git a/package.json b/package.json
index 79d7d35..26acd1e 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,8 @@
"prettier": "^2.1.2",
"rimraf": "^3.0.0",
"ts-jest": "^25.2.1",
- "typescript": "^4.1.2"
+ "typescript": "^4.1.2",
+ "umi-plugin-hire": "^1.0.3"
},
"resolutions": {
"@types/react": "^16.x"