64 |
openUrl('https://vndb.org/c18258')}
66 | src="/assets/cover.png"
67 | alt="logo"
68 | className="w-48 h-48 mb-4 hover:cursor-pointer"
69 | />
70 | Nanno | GalKeeper
71 | {description}
72 |
73 | {[
74 | ['GitHub', 'https://github.com/biyuehu/gal-keeper', 'text-red-300'],
75 | ['Bilibili', 'https://space.bilibili.com/293767574', 'text-pink'],
76 | ['QQ Group', 'https://qm.qq.com/q/JCRGJIpzk2', 'text-blue-500']
77 | ].map(([text, url, color]) => (
78 | openUrl(url)} className={`mr-2 ${color}`} />
79 | ))}
80 |
81 |
82 | By {author.slice(0, author.lastIndexOf(' '))} with {random.choice(['❤️', '💴', '🩸'])}| Licensed under BCU |
83 | Version {version}
84 |
85 |