mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
feat: 官网添加工具箱友链 [skip changelog] (#12272)
* feat: Update HomeLinks.tsx * feat: arkntools.app.png * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2599,4 +2599,4 @@
|
||||
"sortId": -10000,
|
||||
"usage": "黑曜石节官方雇佣商务部门进行回收再利用的入场识别用手环,用于兑换报酬。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
website/apps/web/src/assets/links/arkntools.app.png
Normal file
BIN
website/apps/web/src/assets/links/arkntools.app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
@@ -2,6 +2,7 @@ import linksIconArkNights from '@/assets/links/ark-nights.com.png?url'
|
||||
import linksIconPenguinStats from '@/assets/links/penguin-stats.png?url'
|
||||
import linksIconPrtsPlus from '@/assets/links/prts.plus.png?url'
|
||||
import linksIconYituliu from '@/assets/links/yituliu.site.png?url'
|
||||
import linksIconArkntools from '@/assets/links/arkntools.app.png?url'
|
||||
import chevronRight from '@iconify/icons-mdi/chevron-right'
|
||||
import mdiGitHub from '@iconify/icons-mdi/github'
|
||||
import { Icon } from '@iconify/react'
|
||||
@@ -64,6 +65,14 @@ const LINKS = [
|
||||
<img src={linksIconYituliu} alt="明日方舟一图流" className="h-8 w-8" />
|
||||
}
|
||||
/>,
|
||||
<HomeLink
|
||||
key="arkntools"
|
||||
href="https://arkntools.app/"
|
||||
title="明日方舟工具箱"
|
||||
icon={
|
||||
<img src={linksIconArkntools} alt="明日方舟工具箱" className="h-8 w-8" />
|
||||
}
|
||||
/>,
|
||||
<HomeLink
|
||||
key="alas"
|
||||
href="https://github.com/LmeSzinc/AzurLaneAutoScript"
|
||||
|
||||
Reference in New Issue
Block a user