mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-06-11 18:49:59 +08:00
feat(about): 群二维码改为扫描公众号回复「交流群」获取
关于页社区区块由直接展示会过期的微信群二维码,改为展示公众号二维码, 引导用户关注公众号后回复「交流群」获取最新群二维码,避免群码过期失效。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import logo from '@/assets/icon.svg'
|
||||
|
||||
// 二维码统一走 GitHub 在线地址:后续在仓库替换图片后,已打包的 App 会自动更新,无需重新发版
|
||||
const GITHUB_DOC_RAW = 'https://raw.githubusercontent.com/JefferyHcool/BiliNote/master/doc'
|
||||
const wechatQr = `${GITHUB_DOC_RAW}/wechat-group-1.png`
|
||||
const wechatQr = `${GITHUB_DOC_RAW}/wechat-gzh.png`
|
||||
const remoteInstallQr = `${GITHUB_DOC_RAW}/remote-install-wechat.png`
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -204,11 +204,11 @@ export default function AboutPage() {
|
||||
<div className="mx-auto max-w-3xl">
|
||||
<div className="flex flex-col items-center justify-center gap-10 md:flex-row md:items-start">
|
||||
<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">
|
||||
<img src={wechatQr} alt="BiliNote 交流微信群" className="h-full w-full object-contain" />
|
||||
<img src={wechatQr} alt="BiliNote 公众号" className="h-full w-full object-contain" />
|
||||
</div>
|
||||
<p className="text-muted-foreground mt-3 text-sm">扫码加入交流群,一起讨论使用问题</p>
|
||||
<p className="text-muted-foreground mt-3 text-sm">扫描公众号,回复「交流群」获取二维码</p>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<h3 className="mb-3 text-xl font-semibold">BiliNote AI笔记系统一对一搭建服务</h3>
|
||||
|
||||
BIN
doc/wechat-gzh.png
Normal file
BIN
doc/wechat-gzh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user