版本更新: - 更新版本号到 0.1.6 - 添加详细的发布说明文档 版本亮点: - 完整的模特管理系统 - 全面的UI/UX优化 - 现代化的设计系统 - 性能和稳定性提升 新增功能: - 模特CRUD操作和照片管理 - 高级搜索和筛选功能 - 双视图模式和收藏功能 - 响应式设计和动画效果 技术改进: - 分层架构和模块化设计 - 类型安全和错误处理 - 数据库优化和性能提升 - 组件复用和代码规范
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "MixVideo Desktop",
|
|
"version": "0.1.6",
|
|
"identifier": "com.mixvideo.desktop",
|
|
"build": {
|
|
"beforeDevCommand": "vite",
|
|
"devUrl": "http://localhost:5173",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "MixVideo Desktop",
|
|
"width": 1200,
|
|
"height": 800,
|
|
"minWidth": 800,
|
|
"minHeight": 600,
|
|
"center": true,
|
|
"resizable": true,
|
|
"maximizable": true,
|
|
"minimizable": true,
|
|
"closable": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"publisher": "imeepos",
|
|
"copyright": "Copyright © 2024 imeepos. All rights reserved.",
|
|
"category": "Productivity",
|
|
"shortDescription": "MixVideo Desktop - 多媒体处理桌面应用",
|
|
"longDescription": "MixVideo Desktop 是一个基于 Tauri 构建的跨平台桌面应用,提供强大的多媒体处理功能。",
|
|
"externalBin": [],
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
},
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.13",
|
|
"exceptionDomain": ""
|
|
}
|
|
}
|
|
}
|