📝remove outdated ads (#2561)

This commit is contained in:
Kuitos 2023-07-20 17:50:10 +08:00 committed by GitHub
parent e0e6763668
commit a83479c773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 21 deletions

View File

@ -71,23 +71,4 @@ export default defineConfig({
text-shadow: 0 2px 5px rgba(0,0,0,.3); text-shadow: 0 2px 5px rgba(0,0,0,.3);
}`, }`,
], ],
hire: {
title: '蚂蚁体验技术部正寻觅前端',
content: `
<p><strong></strong>- </p>
<p><strong></strong>P5 ~ P8</p>
<p><strong>\u3000技术栈</strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<ul>
<li>Ant Design · 西</li>
<li>Umi · </li>
<li>dumi · React </li>
<li>qiankun · </li>
<li>ahooks · React Hooks </li>
</ul>`,
email: 'youzhi.lk@antgroup.com',
slogan: '在寻找心仪的工作吗?',
},
}); });

View File

@ -125,7 +125,6 @@
"prettier": "^2.1.2", "prettier": "^2.1.2",
"rimraf": "^3.0.0", "rimraf": "^3.0.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",
"typescript": "^4.8.2", "typescript": "^4.8.2"
"umi-plugin-hire": "^1.0.3"
} }
} }