chore: bump version to 0.1.5

- 更新package.json版本号到0.1.5
- 更新Cargo.toml版本号到0.1.5
- 更新tauri.conf.json版本号到0.1.5
- 准备发布0.1.5版本
This commit is contained in:
imeepos 2025-07-14 00:30:09 +08:00
parent c366261008
commit af2897d314
4 changed files with 3 additions and 32 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@mixvideo/desktop",
"private": true,
"version": "0.1.3",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "tauri dev",

View File

@ -1,6 +1,6 @@
[package]
name = "mixvideo-desktop"
version = "0.1.3"
version = "0.1.5"
description = "MixVideo Desktop Application"
authors = ["imeepos <imeepos@outlook.com>"]
edition = "2021"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "MixVideo Desktop",
"version": "0.1.3",
"version": "0.1.5",
"identifier": "com.mixvideo.desktop",
"build": {
"beforeDevCommand": "vite",

View File

@ -65,35 +65,7 @@ export const FFmpegDebugPanel: React.FC = () => {
return (
<div className="bg-white rounded-lg shadow-sm border border-gray-200 p-6">
<h3 className="text-lg font-semibold text-gray-900 mb-4 flex items-center">
<FileText className="w-5 h-5 mr-2" />
FFmpeg
</h3>
{/* FFmpeg状态检查 */}
<div className="mb-6">
<div className="flex items-center justify-between mb-3">
<h4 className="font-medium text-gray-900">FFmpeg </h4>
<button
onClick={handleGetFFmpegStatus}
disabled={isLoading}
className="px-3 py-1 text-sm bg-blue-600 text-white rounded hover:bg-blue-700 disabled:opacity-50"
>
</button>
</div>
{ffmpegStatus && (
<div className="bg-gray-50 rounded p-3 text-sm font-mono whitespace-pre-wrap">
{ffmpegStatus}
</div>
)}
</div>
{/* 场景检测测试 */}
<div className="mb-6">
<h4 className="font-medium text-gray-900 mb-3"></h4>
<div className="space-y-3">
<div className="flex items-center space-x-3">
<button
@ -137,7 +109,6 @@ export const FFmpegDebugPanel: React.FC = () => {
使
</h4>
<ul className="text-sm text-blue-800 space-y-1">
<li> FFmpeg ffmpeg ffprobe </li>
<li> </li>
<li> </li>
<li> </li>