feat: 新增 BiliNote AI笔记系统一对一搭建服务二维码(README + 关于页),bump 版本至 2.3.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
huangjianwu
2026-05-27 02:51:15 +08:00
parent 2ea95b2fad
commit 2e3fda7df4
4 changed files with 34 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "BiliNote", "productName": "BiliNote",
"version": "2.3.3", "version": "2.3.4",
"identifier": "com.jefferyhuang.bilinote", "identifier": "com.jefferyhuang.bilinote",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",

View File

@@ -5,7 +5,11 @@ 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'
// 二维码统一走 GitHub 在线地址:后续在仓库替换图片后,已打包的 App 会自动更新,无需重新发版
const GITHUB_DOC_RAW = 'https://raw.githubusercontent.com/JefferyHcool/BiliNote/master/doc'
const wechatQr = `${GITHUB_DOC_RAW}/wechat-group-1.png`
const remoteInstallQr = `${GITHUB_DOC_RAW}/remote-install-wechat.png`
export default function AboutPage() { export default function AboutPage() {
const appVersion = __APP_VERSION__ const appVersion = __APP_VERSION__
@@ -198,12 +202,28 @@ export default function AboutPage() {
<section className="mb-16"> <section className="mb-16">
<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-10 md:flex-row md:items-start">
<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={wechatQr} alt="BiliNote 交流微信群" className="h-full w-full object-contain" /> <img src={wechatQr} alt="BiliNote 交流微信群" className="h-full w-full object-contain" />
</div> </div>
<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>
<div className="bg-muted mx-auto flex h-52 w-52 items-center justify-center rounded-md">
<img
src={remoteInstallQr}
alt="BiliNote AI笔记系统一对一搭建服务"
className="h-full w-full object-contain"
/>
</div>
<p className="text-muted-foreground mt-3 text-sm">
<br />
</p>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<p align="center"> <p align="center">
<img src="./doc/icon.svg" alt="BiliNote Banner" width="50" height="50" /> <img src="./doc/icon.svg" alt="BiliNote Banner" width="50" height="50" />
</p> </p>
<h1 align="center" > BiliNote v2.3.3</h1> <h1 align="center" > BiliNote v2.3.4</h1>
</div> </div>
<p align="center"><i>AI 视频笔记生成工具 让 AI 为你的视频做笔记</i></p> <p align="center"><i>AI 视频笔记生成工具 让 AI 为你的视频做笔记</i></p>
@@ -53,6 +53,16 @@ BiliNote 是一个开源的 AI 视频笔记助手支持通过哔哩哔哩、Y
> Windows 用户请注意:一定要在没有中文路径的环境下运行。 > Windows 用户请注意:一定要在没有中文路径的环境下运行。
## 💎 BiliNote AI笔记系统一对一搭建服务
提供 **BiliNote AI笔记系统一对一搭建服务**:专人一对一远程协助,从环境部署、模型配置到上手使用全程陪跑,帮你快速跑通整套系统。扫码添加微信,备注「搭建服务」即可咨询:
<table align="center">
<tr>
<td align="center"><img src="./doc/remote-install-wechat.png" alt="BiliNote AI笔记系统一对一搭建服务" width="220" /><br/>BiliNote AI笔记系统一对一搭建服务</td>
</tr>
</table>
## 🔧 功能特性 ## 🔧 功能特性
- 支持多平台Bilibili、YouTube、本地视频、抖音、快手 - 支持多平台Bilibili、YouTube、本地视频、抖音、快手

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 KiB