fix:修复windows 日志格式问题

This commit is contained in:
JefferyHcool
2025-06-23 09:20:36 +08:00
parent e40c97b3fd
commit b20725cb00
3 changed files with 3 additions and 3 deletions
+1 -1
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": "1.8.0", "version": "1.8.1",
"identifier": "com.jefferyhuang.bilinote", "identifier": "com.jefferyhuang.bilinote",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",
@@ -26,7 +26,7 @@ export default function AboutPage() {
height={50} height={50}
className="rounded-lg" className="rounded-lg"
/> />
<h1 className="text-4xl font-bold">BiliNote v1.8.0</h1> <h1 className="text-4xl font-bold">BiliNote v1.8.1</h1>
</div> </div>
<p className="text-muted-foreground mb-6 text-xl italic"> <p className="text-muted-foreground mb-6 text-xl italic">
AI AI AI AI
+1 -1
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 v1.8.0</h1> <h1 align="center" > BiliNote v1.8.1</h1>
</div> </div>
<p align="center"><i>AI 视频笔记生成工具 让 AI 为你的视频做笔记</i></p> <p align="center"><i>AI 视频笔记生成工具 让 AI 为你的视频做笔记</i></p>