Skip to content

Commit

Permalink
feat: add friend sayafx
Browse files Browse the repository at this point in the history
  • Loading branch information
KUN1007 committed Nov 15, 2024
1 parent 77f5035 commit 9bdea8f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
"Sahou",
"Sakura",
"sama",
"sayafx",
"scrollbars",
"Seiheki",
"Seishun",
Expand Down
1 change: 0 additions & 1 deletion components/friend-links/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { friendArray } from './friends'
:key="i"
:href="friend.link"
target="_blank"
rel="noopener noreferrer"
>
<div class="name">
<span>{{ $t(`friends.${friendGroup.key}.${friend.name}`) }}</span>
Expand Down
6 changes: 6 additions & 0 deletions components/friend-links/friends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ export const galgame: Friend[] = [
name: 'xiuren',
link: 'https://xiuren.cyou/',
label: '分享galgame, SLG, RPG等资源'
},
{
name: 'sayafx',
link: 'https://www.sayafx.top/',
label:
'Galgame,月谣,月谣分享,Galgame月谣,Galgame下载,免费Galgame,Galgame资讯'
}
]

Expand Down
3 changes: 2 additions & 1 deletion language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@
"zi0": "Zi0",
"acgs": "ACGS",
"nekotaku": "Nekotaku",
"xiuren": "Moye ACG"
"xiuren": "Moye ACG",
"sayafx": "Galgame YueYao"
},
"others": {
"name": "Other Websites",
Expand Down
3 changes: 2 additions & 1 deletion language/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@
"zi0": "梓澪の妙妙屋",
"acgs": "绮梦 ACG",
"nekotaku": "喵源领域",
"xiuren": "莫邪游戏资源分享网"
"xiuren": "莫邪游戏资源分享网",
"sayafx": "Galgame 月谣"
},
"others": {
"name": "その他のサイト",
Expand Down
3 changes: 2 additions & 1 deletion language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@
"zi0": "梓澪の妙妙屋",
"acgs": "绮梦 ACG",
"nekotaku": "喵源领域",
"xiuren": "莫邪游戏资源分享网"
"xiuren": "莫邪游戏资源分享网",
"sayafx": "Galgame 月谣"
},
"others": {
"name": "其它网站",
Expand Down
3 changes: 2 additions & 1 deletion language/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@
"zi0": "梓澪の妙妙屋",
"acgs": "綺夢 ACG",
"nekotaku": "喵源領域",
"xiuren": "莫邪遊戲資源分享網"
"xiuren": "莫邪遊戲資源分享網",
"sayafx": "Galgame 月謠"
},
"others": {
"name": "其它網站",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kun-galgame-nuxt3",
"version": "2.19.21",
"version": "2.19.22",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand Down
Binary file added public/friends/sayafx.webp
Binary file not shown.

0 comments on commit 9bdea8f

Please sign in to comment.