mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-09-05 15:46:48 +08:00
Merge pull request #344 from JefferyHcool/chore/update-wechat-qr
chore(docs): 更新群聊微信二维码
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -5,6 +5,7 @@ import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'
|
|||||||
import { Github, Star, ExternalLink, Download } from 'lucide-react'
|
import { Github, Star, ExternalLink, Download } from 'lucide-react'
|
||||||
import { ScrollArea } from '@/components/ui/scroll-area.tsx'
|
import { ScrollArea } from '@/components/ui/scroll-area.tsx'
|
||||||
import logo from '@/assets/icon.svg'
|
import logo from '@/assets/icon.svg'
|
||||||
|
import wechatQr from '@/assets/wechat.png'
|
||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
const images = [
|
const images = [
|
||||||
@@ -197,14 +198,10 @@ export default function AboutPage() {
|
|||||||
<h2 className="mb-8 text-center text-3xl font-bold">联系和加入社区</h2>
|
<h2 className="mb-8 text-center text-3xl font-bold">联系和加入社区</h2>
|
||||||
<div className="mx-auto max-w-3xl">
|
<div className="mx-auto max-w-3xl">
|
||||||
<div className="flex flex-col items-center justify-center gap-8">
|
<div className="flex flex-col items-center justify-center gap-8">
|
||||||
<div className="text-center">
|
|
||||||
<h3 className="mb-3 text-xl font-semibold">BiliNote 交流 QQ 群</h3>
|
|
||||||
<p className="text-lg font-medium">785367111</p>
|
|
||||||
</div>
|
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h3 className="mb-3 text-xl font-semibold">BiliNote 交流微信群</h3>
|
<h3 className="mb-3 text-xl font-semibold">BiliNote 交流微信群</h3>
|
||||||
<div className="bg-muted mx-auto flex h-52 w-52 items-center justify-center rounded-md">
|
<div className="bg-muted mx-auto flex h-52 w-52 items-center justify-center rounded-md">
|
||||||
<img src={'https://common-1304618721.cos.ap-chengdu.myqcloud.com/wechat.png'} />
|
<img src={wechatQr} alt="BiliNote 交流微信群" className="h-full w-full object-contain" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 623 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user