bump version to 1.6.7

This commit is contained in:
小鱼开发
2026-05-27 18:39:18 +08:00
parent 11a85bfee7
commit c5f1098831
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
**美家卡智影**是一款面向桌面端的 AI 视频创作应用,采用"Python 后端 API + Tauri 桌面前端"的混合架构。 **美家卡智影**是一款面向桌面端的 AI 视频创作应用,采用"Python 后端 API + Tauri 桌面前端"的混合架构。
- **产品标识**: `cn.meijiaka.ai-video` / `cn.meijiaka.ai-zy` - **产品标识**: `cn.meijiaka.ai-video` / `cn.meijiaka.ai-zy`
- **版本**: `1.6.6` - **版本**: `1.6.7`
- **核心功能**: AI 脚本生成、AI 配音合成(TTS)、声音复刻、视频生成(Vidu)、视频字幕生成、压制成片(FFmpeg)、项目本地持久化 - **核心功能**: AI 脚本生成、AI 配音合成(TTS)、声音复刻、视频生成(Vidu)、视频字幕生成、压制成片(FFmpeg)、项目本地持久化
### 技术栈总览 ### 技术栈总览
+1 -1
View File
@@ -1 +1 @@
1.6.6 1.6.7
+1 -1
View File
@@ -4,7 +4,7 @@
# === 基础配置 === # === 基础配置 ===
APP_NAME=美家卡智影 API APP_NAME=美家卡智影 API
APP_VERSION=1.6.6 APP_VERSION=1.6.7
# ⚠️ 生产环境必须设为 false # ⚠️ 生产环境必须设为 false
DEBUG=true DEBUG=true
ENV=development ENV=development
+1 -1
View File
@@ -24,7 +24,7 @@ class Settings(BaseSettings):
# 应用基础配置 # 应用基础配置
APP_NAME: str = Field(default="美家卡智影 API", description="应用名称") APP_NAME: str = Field(default="美家卡智影 API", description="应用名称")
APP_VERSION: str = Field(default="1.6.6", description="应用版本") APP_VERSION: str = Field(default="1.6.7", description="应用版本")
DEBUG: bool = Field(default=False, description="调试模式") DEBUG: bool = Field(default=False, description="调试模式")
ENV: Literal["development", "staging", "production"] = Field( ENV: Literal["development", "staging", "production"] = Field(
default="development", description="运行环境" default="development", description="运行环境"
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "meijiaka-ai-api" name = "meijiaka-ai-api"
version = "1.6.6" version = "1.6.7"
description = "美家卡智影 - AI 视频创作后端 API" description = "美家卡智影 - AI 视频创作后端 API"
authors = [{ name = "Meijiaka Team" }] authors = [{ name = "Meijiaka Team" }]
readme = "README.md" readme = "README.md"
+1 -1
View File
@@ -944,7 +944,7 @@ wheels = [
[[package]] [[package]]
name = "meijiaka-ai-api" name = "meijiaka-ai-api"
version = "1.6.6" version = "1.6.7"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "aiohttp" }, { name = "aiohttp" },
+1 -1
View File
@@ -9,7 +9,7 @@
**美家卡智影**(产品名)是一款基于 Tauri v2 + React 19 + TypeScript 的桌面端 AI 视频创作应用。 **美家卡智影**(产品名)是一款基于 Tauri v2 + React 19 + TypeScript 的桌面端 AI 视频创作应用。
- **产品标识**: `cn.meijiaka.ai-video` - **产品标识**: `cn.meijiaka.ai-video`
- **版本**: `1.6.6` - **版本**: `1.6.7`
- **窗口尺寸**: 1200×800,不可缩放(`resizable: false` - **窗口尺寸**: 1200×800,不可缩放(`resizable: false`
- **核心功能**: AI 脚本生成、AI 配音合成、视频生成、压制成片(FFmpeg)、项目本地持久化 - **核心功能**: AI 脚本生成、AI 配音合成、视频生成、压制成片(FFmpeg)、项目本地持久化
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "tauri-app", "name": "tauri-app",
"version": "1.6.6", "version": "1.6.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "tauri-app", "name": "tauri-app",
"version": "1.6.6", "version": "1.6.7",
"dependencies": { "dependencies": {
"@microsoft/fetch-event-source": "^2.0.1", "@microsoft/fetch-event-source": "^2.0.1",
"@tanstack/react-virtual": "^3.13.23", "@tanstack/react-virtual": "^3.13.23",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "tauri-app", "name": "tauri-app",
"private": true, "private": true,
"version": "1.6.6", "version": "1.6.7",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -4219,7 +4219,7 @@ dependencies = [
[[package]] [[package]]
name = "tauri-app" name = "tauri-app"
version = "1.6.6" version = "1.6.7"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tauri-app" name = "tauri-app"
version = "1.6.6" version = "1.6.7"
description = "美家卡智影 - AI 视频创作桌面应用" description = "美家卡智影 - AI 视频创作桌面应用"
authors = ["美家卡科技"] authors = ["美家卡科技"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "美家卡智影", "productName": "美家卡智影",
"version": "1.6.6", "version": "1.6.7",
"identifier": "cn.meijiaka.ai-zy", "identifier": "cn.meijiaka.ai-zy",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",