Skip to content

Commit 001ab5a

Browse files
committed
feat: updating website favicon and banner
1 parent 65e7f1d commit 001ab5a

23 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![kun-galgame-patch-next](./public/kungalgame.avif)
1+
![kun-galgame-patch-next](./public/kungalgame-trans.webp)
22

33
**Contact us:[Telegram](https://t.me/kungalgame) | [Discord](https://discord.com/invite/5F4FS2cXhX)**
44

app/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const kunMetadata: Metadata = {
2222
keywords: kunMoyuMoe.keywords,
2323
authors: kunMoyuMoe.author,
2424
icons: {
25-
apple: '/apple-touch-icon.avif',
25+
apple: '/apple-touch-icon.png',
2626
icon: '/favicon.ico'
2727
},
2828
creator: kunMoyuMoe.creator.name,

components/galgame/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const GalgameCard = ({ patch }: Props) => {
4848
src={
4949
patch.banner
5050
? patch.banner.replace(/\.avif$/, '-mini.avif')
51-
: '/kungalgame.avif'
51+
: '/kungalgame-trans.webp'
5252
}
5353
style={{ aspectRatio: '16/9' }}
5454
onLoad={() => setImageLoaded(true)}

components/kun/top-bar/Brand.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const KunTopBarBrand = () => {
2828
width={50}
2929
height={50}
3030
priority
31+
className="rounded-2xl"
3132
/>
3233
<p className="ml-4 mr-2 font-bold text-inherit">
3334
{kunMoyuMoe.creator.name}

components/patch/header/Info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const PatchHeaderInfo = ({ patch }: PatchHeaderInfoProps) => {
3636
<div className="grid grid-cols-1 gap-3 md:grid-cols-3">
3737
<div className="relative w-full h-full overflow-hidden md:col-span-1 aspect-video rounded-2xl">
3838
<Image
39-
src={patch.banner ? patch.banner : '/kungalgame.avif'}
39+
src={patch.banner ? patch.banner : '/kungalgame-trans.webp'}
4040
alt={patchName}
4141
className="object-cover"
4242
fill

components/release/ReleaseCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const ReleaseCard = ({ patch }: PatchCardProps) => {
5353
src={
5454
patch.banner
5555
? patch.banner.replace(/\.avif$/, '-mini.avif')
56-
: '/kungalgame.avif'
56+
: '/kungalgame-trans.webp'
5757
}
5858
style={{ aspectRatio: '16/9' }}
5959
onLoad={() => setImageLoaded(true)}

components/user/galgame/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const UserGalgameCard = ({ galgame }: Props) => {
2929
src={
3030
galgame.banner
3131
? galgame.banner.replace(/\.avif$/, '-mini.avif')
32-
: '/kungalgame.avif'
32+
: '/kungalgame-trans.webp'
3333
}
3434
alt={galgameName}
3535
className="object-cover rounded-lg size-full max-h-52"

components/user/resource/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const UserResourceCard = ({ resource }: Props) => {
2929
src={
3030
resource.patchBanner
3131
? resource.patchBanner.replace(/\.avif$/, '-mini.avif')
32-
: '/kungalgame.avif'
32+
: '/kungalgame-trans.webp'
3333
}
3434
alt={galgameName}
3535
className="object-cover rounded-lg size-full max-h-52"

config/moyu-moe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ export const kunMoyuMoe: KunSiteConfig = {
4646
title: '鲲 Galgame 补丁 - 开源 Galgame 补丁资源下载站',
4747
description:
4848
'开源, 免费, 零门槛的 Galgame 补丁资源下载站, 提供 Windows, 安卓, KRKR, Tyranor 等各类平台的 Galgame 补丁资源下载。最先进的 Galgame 补丁资源站!永远免费!',
49-
image: 'https://moyu.moe/kungalgame.avif',
49+
image: 'https://moyu.moe/kungalgame.webp',
5050
url: 'https://www.moyu.moe'
5151
},
5252
images: [
5353
{
54-
url: 'https://moyu.moe/kungalgame.avif',
54+
url: 'https://moyu.moe/kungalgame.webp',
5555
width: 1920,
5656
height: 1080,
5757
alt: '鲲 Galgame 补丁 - 开源 Galgame 补丁资源下载站'

public/android-chrome-192x192.png

80.4 KB
Loading

0 commit comments

Comments
 (0)