修改版本号

This commit is contained in:
zhishi 2026-02-28 22:19:13 +08:00
parent 9e13c8378d
commit c1e1751540
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "toonflow-app",
"version": "1.0.6",
"version": "1.0.7",
"description": "Toonflow 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频,实现高效的短剧创作。",
"author": "HBAI-Ltd <ltlctools@outlook.com>",
"homepage": "https://github.com/HBAI-Ltd/Toonflow-app#readme",

View File

@ -1,4 +1,4 @@
// @db-hash e31d315edc912b97f549368fcf5fc453
// @db-hash 0f9789bd5ad2eebd79bd502988efcb4e
//该文件由脚本自动生成,请勿手动修改
export interface t_aiModelMap {
@ -159,7 +159,6 @@ export interface t_videoConfig {
'createTime'?: number | null;
'duration'?: number | null;
'endFrame'?: string | null;
'errorReason'?: string | null;
'id'?: number;
'images'?: string | null;
'manufacturer'?: string | null;