Skip to content

Commit

Permalink
chore: correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Apr 21, 2021
1 parent c847476 commit 810928a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 神代綺凜
Copyright (c) 2019 神代綺凛

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="description" content="Arknights Toolbox, all servers are supported. 明日方舟工具箱,全服支持。目前功能包括:公开招募计算、精英材料计算、刷图规划、干员升级计算、基建技能筛选、仓库素材导入。" />
<meta name="keywords" content="明日方舟,明日方舟工具箱,方舟工具箱,arknights,arknights toolbox,公招,公开招募,公开招募计算器,公招计算器,公开招募计算,材料计算,升级计算,基建技能,刷图规划,材料识别,仓库识别" />
<meta name="author" content="神代綺凜" />
<meta name="author" content="神代綺凛" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>明日方舟工具箱 | Arknights Toolbox</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/mdui.min.css" rel="stylesheet" crossorigin="anonymous" />
Expand All @@ -18,7 +18,7 @@
<noscript><strong>Please enable javascript.</strong></noscript>
<div id="app"></div>
<footer id="footer" class="mdui-text-center mdui-hidden">
<div class="mdui-typo no-sl">Made with ❤️ by <a href="https://github.com/Tsuk1ko" target="_blank">神代綺凜</a></div>
<div class="mdui-typo no-sl">Made with ❤️ by <a href="https://github.com/Tsuk1ko" target="_blank">神代綺凛</a></div>
<div class="mdui-text-color-theme-divider" style="font-size: 12px; margin: -2px 0 6px 0;"><%= VUE_APP_DIST_VERSION %></div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js" crossorigin="anonymous"></script>
Expand Down
12 changes: 10 additions & 2 deletions src/data/contributors.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"contributors": {
"Tsuk1ko": {
"name": "神代綺凜",
"name": "神代綺凛",
"avatar": "https://avatars.githubusercontent.com/u/24877906?s=32",
"translation": ["eng", "jpn"]
},
Expand Down Expand Up @@ -43,5 +43,13 @@
}
},
"developers": ["Tsuk1ko", "viewweiwu", "doir", "GuiBo0"],
"translators": ["Tsuk1ko", "konayuki_kh", "viewweiwu", "doir", "ButterCatz", "c88tm", "AndyChen2005121"]
"translators": [
"Tsuk1ko",
"konayuki_kh",
"viewweiwu",
"doir",
"ButterCatz",
"c88tm",
"AndyChen2005121"
]
}

0 comments on commit 810928a

Please sign in to comment.