From a83479c7739f57405ff60bd5f140c31670140f9f Mon Sep 17 00:00:00 2001 From: Kuitos Date: Thu, 20 Jul 2023 17:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Dremove=20outdated=20ads=20(#2561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .umirc.ts | 19 ------------------- package.json | 3 +-- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index 05510bd06..4085ca02f 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -71,23 +71,4 @@ export default defineConfig({ text-shadow: 0 2px 5px rgba(0,0,0,.3); }`, ], - hire: { - title: '蚂蚁体验技术部正寻觅前端', - content: ` -

招聘团队:蚂蚁体验技术部(玉伯)- 平台前端技术部(偏右)

-

招聘层级:P5 ~ P8

-

\u3000技术栈:不限

-

工作城市:杭州、上海、成都

-

面试效率:一周面完

-

团队作品:

-`, - email: 'youzhi.lk@antgroup.com', - slogan: '在寻找心仪的工作吗?', - }, }); diff --git a/package.json b/package.json index 3e7f646b8..2852413fe 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,6 @@ "prettier": "^2.1.2", "rimraf": "^3.0.0", "ts-jest": "^25.2.1", - "typescript": "^4.8.2", - "umi-plugin-hire": "^1.0.3" + "typescript": "^4.8.2" } }