Skip to content

Commit

Permalink
chore: add hire plugin for umijs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Mar 9, 2021
1 parent b11ad4d commit b0bd3c3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,29 @@ export default defineConfig({
type: 'none',
},
exportStatic: {},
hire: {
title: '蚂蚁体验技术部正寻觅前端',

content: `
<p><strong>招聘团队:</strong>蚂蚁体验技术部(玉伯)- 平台前端技术部(偏右)</p>
<p><strong>招聘层级:</strong>P5 ~ P8</p>
<p><strong>\u3000技术栈:</strong>不限</p>
<p><strong>工作城市:</strong>杭州、上海、成都</p>
<p><strong>\u3000内推人:</strong>云谦,微信 sorryccpro</p>
<p><strong>面试效率:</strong>一周面完</p>
<p><strong>团队作品:</strong></p>
<ul style="margin-bottom:8px">
<li>Ant Design · 西湖区最流行设计语言</li>
<li>Umi · 企业级前端开发框架</li>
<li>dumi · React 组件研发工具</li>
<li>qiankun · 微前端泰斗</li>
<li>ahooks · React Hooks 库</li>
</ul>
<p style="margin-bottom:16px">有求职意向 or 希望了解蚂蚁情况 or 希望切磋技术 or 职业规划交流的 or 简历评估的,都欢迎加我微信:sorryccpro,备注尊姓大名 + 所在公司 ❤️,或者发简历到邮箱 sorrycc#gmail.com</p>
`.trim(),
email: 'sorrycc@gmail.com',
slogan: '在寻找心仪的工作吗?',
},
analytics: isDev
? false
: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"npm-run-all": "^4.1.5",
"open": "^7.0.4",
"prettier": "^2.0.5",
"umi-plugin-hire": "^1.0.3",
"yorkie": "^2.0.0"
},
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14867,6 +14867,11 @@ umask@^1.1.0:
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=

umi-plugin-hire@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/umi-plugin-hire/-/umi-plugin-hire-1.0.3.tgz#68e341803f6b9cbc3b5a9dc5ade8dc9b891325e8"
integrity sha512-sEzQUEB5L14t4vRpRDaiPiEGh/Evk3L6AF9xCH0PibK1ztKBlsRhCa0SooEGLvzzCjBlnIK8gGcQh7wiEFpFRg==

unc-path-regex@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
Expand Down

0 comments on commit b0bd3c3

Please sign in to comment.