diff --git a/BillNote_frontend/src-tauri/tauri.conf.json b/BillNote_frontend/src-tauri/tauri.conf.json index c41cec1..c9cb341 100644 --- a/BillNote_frontend/src-tauri/tauri.conf.json +++ b/BillNote_frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "BiliNote", - "version": "2.3.3", + "version": "2.3.4", "identifier": "com.jefferyhuang.bilinote", "build": { "frontendDist": "../dist", diff --git a/BillNote_frontend/src/pages/SettingPage/about.tsx b/BillNote_frontend/src/pages/SettingPage/about.tsx index 25b69ed..92fbb98 100644 --- a/BillNote_frontend/src/pages/SettingPage/about.tsx +++ b/BillNote_frontend/src/pages/SettingPage/about.tsx @@ -5,7 +5,11 @@ import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs' import { Github, Star, ExternalLink, Download } from 'lucide-react' import { ScrollArea } from '@/components/ui/scroll-area.tsx' 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() { const appVersion = __APP_VERSION__ @@ -198,12 +202,28 @@ export default function AboutPage() {

联系和加入社区

-
+

BiliNote 交流微信群

BiliNote 交流微信群
+

扫码加入交流群,一起讨论使用问题

+
+
+

BiliNote AI笔记系统一对一搭建服务

+
+ BiliNote AI笔记系统一对一搭建服务 +
+

+ 专人一对一远程协助,从部署到上手全程陪跑 +
+ 扫码加微信,备注「搭建服务」即可咨询 +

diff --git a/README.md b/README.md index 21c300e..ad7387d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

BiliNote Banner

-

BiliNote v2.3.3

+

BiliNote v2.3.4

AI 视频笔记生成工具 让 AI 为你的视频做笔记

@@ -53,6 +53,16 @@ BiliNote 是一个开源的 AI 视频笔记助手,支持通过哔哩哔哩、Y > Windows 用户请注意:一定要在没有中文路径的环境下运行。 +## 💎 BiliNote AI笔记系统一对一搭建服务 + +提供 **BiliNote AI笔记系统一对一搭建服务**:专人一对一远程协助,从环境部署、模型配置到上手使用全程陪跑,帮你快速跑通整套系统。扫码添加微信,备注「搭建服务」即可咨询: + + + + + +
BiliNote AI笔记系统一对一搭建服务
BiliNote AI笔记系统一对一搭建服务
+ ## 🔧 功能特性 - 支持多平台:Bilibili、YouTube、本地视频、抖音、快手 diff --git a/doc/remote-install-wechat.png b/doc/remote-install-wechat.png new file mode 100644 index 0000000..1e6a8da Binary files /dev/null and b/doc/remote-install-wechat.png differ