Skip to content

Commit 13b9975

Browse files
authored
chore: remove invaild email (#192)
1 parent ec652e2 commit 13b9975

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.dumi/theme/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"加入我们": "Join Us",
6161
"我们是蚂蚁集团数据可视化团队,一群有爱有梦的人,怀揣「让人们在数据世界里获得视觉化思考能力」的梦想前行,成就智能时代全球领先的数据可视化解决方案,满足与日俱增的数据洞察需求。": "We are the data visualization team from Ant Group, a group of people who have a dream to enpowering people with the visual thinking ability and insight in the world of data.",
6262
"如果你对可视化、图形技术、数据分析充满激情, 无论你是工程师、设计师还是数据分析师,请联系我们,期待你的加入。": "Whatever you are an engineer, a designer, or a data analyser, if you have passion in visualization, graphics techniques, or data analysis, you are the one we are looking for.",
63-
"[email protected](注:此邮箱仅用于招聘)": "[email protected] (PS: This is the dedicated email for recruitment)",
6463
"立即加入": "Join now",
6564
"贡献者名录": "Contributors",
6665
"问题与反馈": "Questions and Feedback",

.dumi/theme/locales/zh.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"加入我们": "加入我们",
6161
"我们是蚂蚁集团数据可视化团队,一群有爱有梦的人,怀揣「让人们在数据世界里获得视觉化思考能力」的梦想前行,成就智能时代全球领先的数据可视化解决方案,满足与日俱增的数据洞察需求。": "我们是蚂蚁集团数据可视化团队,一群有爱有梦的人,怀揣「让人们在数据世界里获得视觉化思考能力」的梦想前行,成就智能时代全球领先的数据可视化解决方案,满足与日俱增的数据洞察需求。",
6262
"如果你对可视化、图形技术、数据分析充满激情, 无论你是工程师、设计师还是数据分析师,请联系我们,期待你的加入。": "如果你对可视化、图形技术、数据分析充满激情, 无论你是工程师、设计师还是数据分析师,请联系我们,期待你的加入。",
63-
"[email protected](注:此邮箱仅用于招聘)": "[email protected](注:此邮箱仅用于招聘)",
6463
"立即加入": "立即加入",
6564
"贡献者名录": "贡献者名录",
6665
"问题与反馈": "问题与反馈",

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cd dist
1919
git init
2020
git config --local user.name antv
21-
git config --local user.email [email protected]
21+
git config --local user.email [email protected]
2222
git add .
2323
git commit -m "update by release action"
2424
- uses: ad-m/github-push-action@master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"description": "Ant Visualization solution home page",
55
"version": "1.0.0",
6-
"author": "AntV Team <[email protected]>",
6+
"author": "AntV Team",
77
"keywords": [
88
"dumi",
99
"antvis",

0 commit comments

Comments
 (0)