Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 199 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 248 KiB |
Before Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 199 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 208 KiB |
Before Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 243 KiB |
Before Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 507 KiB |
Before Width: | Height: | Size: 11 MiB |
Before Width: | Height: | Size: 7.8 MiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 233 KiB |
Before Width: | Height: | Size: 5.0 MiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 405 B |
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 516 KiB |
Before Width: | Height: | Size: 5.0 MiB |
After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 3.7 MiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 921 B |
Before Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 438 B |
Before Width: | Height: | Size: 619 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 11 KiB |
@ -1,15 +1,17 @@
|
|||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
|
||||||
import { XinYiJiXiangSongFont } from '@/utils/font';
|
|
||||||
|
|
||||||
export default function AppLogo(props: { className?: string }) {
|
export default function AppLogo(props: { className?: string }) {
|
||||||
const cls = props.className || '';
|
const cls = props.className || '';
|
||||||
return (
|
return (
|
||||||
<div className={`flex flex-col items-center ${cls}`}>
|
<div className={`flex flex-col items-center ${cls}`}>
|
||||||
<Image className="w-[90px] h-[90px]" width={90} height={90} src="/img/app_icon_white_bg.svg" alt="queyue" />
|
<Image className="w-[90px] h-[90px]" width={90} height={90} src="/img/app_icon_white_bg.svg" alt="queyue" />
|
||||||
<p className={`${XinYiJiXiangSongFont.className} text-[20px] leading-[24px] mt-[20px] tracking-[3px]`}>
|
<Image
|
||||||
独立 不独于世
|
className="w-[122px] h-[24px] mt-[20px]"
|
||||||
</p>
|
width={122}
|
||||||
|
height={24}
|
||||||
|
src="/img/slogn.svg"
|
||||||
|
alt="独立 不独于世"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1 +1,2 @@
|
|||||||
export const APPID = 'wxae6fb76efa147314';
|
// export const APPID = 'wxae6fb76efa147314';
|
||||||
|
export const APPID = 'wx9aa543982d1c0d59';
|
||||||
|