chore: 发布版本 v0.2.0

版本更新内容:
- 更新package.json版本号至0.2.0
- 更新tauri.conf.json版本号至0.2.0
- 更新Cargo.toml版本号至0.2.0
- 添加v0.2.0版本发布说明

主要功能:
 素材类型区分展示功能(图片直显、视频缩略图、音频播放)
 AI分类统计数值溢出问题修复
 后端API扩展和前端组件优化
 安全性和性能提升
This commit is contained in:
imeepos
2025-07-18 14:31:49 +08:00
parent 82b62a4b0f
commit b7954497b0
5 changed files with 116 additions and 4 deletions

View File

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