Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dumi/theme/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"加入我们": "Join Us",
"我们是蚂蚁集团数据可视化团队,一群有爱有梦的人,怀揣「让人们在数据世界里获得视觉化思考能力」的梦想前行,成就智能时代全球领先的数据可视化解决方案,满足与日俱增的数据洞察需求。": "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.",
"如果你对可视化、图形技术、数据分析充满激情, 无论你是工程师、设计师还是数据分析师,请联系我们,期待你的加入。": "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.",
"[email protected](注:此邮箱仅用于招聘)": "[email protected] (PS: This is the dedicated email for recruitment)",
"立即加入": "Join now",
"贡献者名录": "Contributors",
"问题与反馈": "Questions and Feedback",
Expand Down
1 change: 0 additions & 1 deletion .dumi/theme/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"加入我们": "加入我们",
"我们是蚂蚁集团数据可视化团队,一群有爱有梦的人,怀揣「让人们在数据世界里获得视觉化思考能力」的梦想前行,成就智能时代全球领先的数据可视化解决方案,满足与日俱增的数据洞察需求。": "我们是蚂蚁集团数据可视化团队,一群有爱有梦的人,怀揣「让人们在数据世界里获得视觉化思考能力」的梦想前行,成就智能时代全球领先的数据可视化解决方案,满足与日俱增的数据洞察需求。",
"如果你对可视化、图形技术、数据分析充满激情, 无论你是工程师、设计师还是数据分析师,请联系我们,期待你的加入。": "如果你对可视化、图形技术、数据分析充满激情, 无论你是工程师、设计师还是数据分析师,请联系我们,期待你的加入。",
"[email protected](注:此邮箱仅用于招聘)": "[email protected](注:此邮箱仅用于招聘)",
"立即加入": "立即加入",
"贡献者名录": "贡献者名录",
"问题与反馈": "问题与反馈",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd dist
git init
git config --local user.name antv
git config --local user.email [email protected]
git config --local user.email [email protected]
git add .
git commit -m "update by release action"
- uses: ad-m/github-push-action@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Ant Visualization solution home page",
"version": "1.0.0",
"author": "AntV Team <[email protected]>",
"author": "AntV Team",
"keywords": [
"dumi",
"antvis",
Expand Down