mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-06-12 11:09:50 +08:00
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:
@@ -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",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -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、本地视频、抖音、快手
|
||||||
|
|||||||
BIN
doc/remote-install-wechat.png
Normal file
BIN
doc/remote-install-wechat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 482 KiB |
Reference in New Issue
Block a user