Skip to content

Commit

Permalink
feat: replace the link of kemono.games
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiJi committed Sep 20, 2024
1 parent 1d0fc46 commit 59b7f79
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
19 changes: 19 additions & 0 deletions src/components/announcementSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,25 @@ function AnnouncementSlider() {
</span>
复制群号。
</div>

<div
className={clsx(
SliderStyle.embla__slide,
defaultSliderClass,
"ml-4",
!IS_CN_REGION && "mr-4"
)}
>
由于不可抗力,兽人控游戏库的网址变更为
<a
target="_blank"
href="https://srk.games/?utm_source=fec"
className="underline cursor-pointer font-bold mx-1"
>
srk.games
</a>
</div>
</div>
</div>
);
Expand Down
10 changes: 8 additions & 2 deletions src/constants/staticConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const FriendSiteLinks = [
"WildDream 创作站(野梦)是一个以原创作品分享为主的中文兽、兽人、动物、奇幻生物主题创作与交流站点,自 2015 年 8 月以来,为兽主题作品提供托管与展示服务。",
},
{
link: "https://kemono.games/?utm_source=fec",
label: "兽人控游戏库 Kemono.Games",
link: "https://srk.games/?utm_source=fec",
label: "兽人控游戏库 SRK.Games",
description:
"地表最强兽人控游戏索引!从传统角色扮演兽游到恋爱模拟,或是战略类兽人游戏,甚至更小众的选择,你都能在这里找到。",
},
Expand All @@ -23,6 +23,12 @@ export const FriendSiteLinks = [
description:
"「绒兽志」致力于为您提供最新最全的毛毛图鉴资讯整合,快来这里看看吧!",
},
{
link: "https://www.furwall.net/?utm_source=fec&utm_campaign=friend_link",
label: "绒毛墙 - 兽迷交流新天地",
description:
"让社群交流更亲密友善,还能精彩重温兽圈中每一个温馨与欢乐的瞬间,让这段旅程充满毛绒绒的爱与共鸣。",
},
{
link: "https://furcoder.org/?utm_source=fec",
label: "FurCoder.org",
Expand Down

0 comments on commit 59b7f79

Please sign in to comment.