Skip to content

Commit

Permalink
feat: Update png to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeZhangBorui committed Nov 11, 2024
1 parent 6e1a2f3 commit 71ca849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Banner() {
className="flex justify-center items-center w-full h-svh"
style={{
backgroundImage:
"url(http://static.mc.hjfunny.site/imgs/hjmc3-center.png)",
"url(http://static.mc.hjfunny.site/imgs/hjmc3-center.webp)",
backgroundRepeat: "no-repeat",
backgroundSize: "cover",
}}
Expand Down
8 changes: 4 additions & 4 deletions components/servers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ export function Servers() {
<ServerCard
color="#EEEEEE"
content="hjfunnyMC 群组服务器的核心。它是 hjfunnyMC 群组服务器中活跃玩家最多、开服历史最久的服务器,拥有相对完善的生电设施。"
image="http://static.mc.hjfunny.site/imgs/hjmc3-railsys.png"
image="http://static.mc.hjfunny.site/imgs/hjmc3-railsys.webp"
title="hjMC 生电服务器"
/>
<ServerCard
color="#333333"
content="在这个 1.8.9 版本的小游戏中,你将保护自己的床,同时破坏敌人的床。策略、技巧和团队合作缺一不可。收集资源,购买装备,升级能力,成为最后的胜者!"
image="http://static.mc.hjfunny.site/imgs/bedwars-rushmode.png"
image="http://static.mc.hjfunny.site/imgs/bedwars-rushmode.webp"
title="Bedwars 起床战争服务器"
/>
<ServerCard
color="#333333"
content="这个服务器拥有独特主世界地图——一幅巨大的平面投影世界地图,真实还原了世界的地形地貌。从壮丽的喜马拉雅山脉到广袤的亚马逊雨林,从繁华的都市到遥远的海岛,探索这个熟悉又陌生的世界。在这里,你可以选择在世界上任何一个地区进行建设,甚至是……学习地理!"
image="http://static.mc.hjfunny.site/imgs/earth-beijing.png"
image="http://static.mc.hjfunny.site/imgs/earth-beijing.webp"
title="Earth 世界服务器"
/>
<ServerCard
color="#EEEEEE"
content="这里有各种精彩纷呈的小游戏等你体验。在刺激的密室杀手中,你可能是神秘的杀手、机智的侦探或是谨慎的平民。跑酷挑战则考验你的跑酷技巧。我们会不定期推出新的小游戏,带来源源不断的乐趣。"
image="http://static.mc.hjfunny.site/imgs/minigames-towerfall.png"
image="http://static.mc.hjfunny.site/imgs/minigames-towerfall.webp"
title="Minigames 小游戏服"
/>
</>
Expand Down

0 comments on commit 71ca849

Please sign in to comment.