Merge branch '108' of https://github.com/HBAI-Ltd/Toonflow-app into 108
# Conflicts: # src/types/database.d.ts
This commit is contained in:
commit
8e0d7174ab
@ -1,3 +1,5 @@
|
||||
# 全局美学基础 · 古风甜宠写实超现实主义
|
||||
123
|
||||
123
|
||||
1212121212的王师傅水电费第三方水电费
|
||||
1212121212
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 272 KiB |
@ -15,7 +15,7 @@ interface TrackMedia {
|
||||
src: string;
|
||||
id?: number;
|
||||
fileType: "image" | "video" | "audio";
|
||||
prompt?: string;
|
||||
videoDesc?: string;
|
||||
}
|
||||
|
||||
interface TrackItem {
|
||||
@ -66,7 +66,7 @@ export default router.post(
|
||||
async (s): Promise<TrackMedia> => ({
|
||||
src: s.filePath ? await u.oss.getFileUrl(s.filePath) : "",
|
||||
fileType: "image",
|
||||
...(s.prompt != null ? { prompt: s.prompt } : {}),
|
||||
...(s.prompt != null ? { prompt: s.videoDesc } : {}),
|
||||
...(s.id != null ? { id: s.id } : {}),
|
||||
}),
|
||||
),
|
||||
|
||||
33
src/types/database.d.ts
vendored
33
src/types/database.d.ts
vendored
@ -1,21 +1,7 @@
|
||||
// @db-hash 7af86e2bafe5cab7d175eb68cf76ed7a
|
||||
// @db-hash ea4ad047f16c826806ff76f388882a9c
|
||||
//该文件由脚本自动生成,请勿手动修改
|
||||
|
||||
export interface _o_storyboard_old_20260402 {
|
||||
'createTime'?: number | null;
|
||||
'duration'?: string | null;
|
||||
'filePath'?: string | null;
|
||||
'flowId'?: number | null;
|
||||
'id'?: number;
|
||||
'index'?: number | null;
|
||||
'projectId'?: number | null;
|
||||
'prompt'?: string | null;
|
||||
'reason'?: string | null;
|
||||
'scriptId'?: number | null;
|
||||
'state'?: string | null;
|
||||
'trackId'?: number | null;
|
||||
}
|
||||
export interface _o_storyboard_old_20260402_1 {
|
||||
'createTime'?: number | null;
|
||||
'duration'?: string | null;
|
||||
'filePath'?: string | null;
|
||||
@ -28,7 +14,6 @@ export interface _o_storyboard_old_20260402_1 {
|
||||
'scriptId'?: number | null;
|
||||
'shouldGenerateImage'?: number | null;
|
||||
'state'?: string | null;
|
||||
'track'?: string | null;
|
||||
'trackId'?: number | null;
|
||||
'videoPrompt'?: string | null;
|
||||
}
|
||||
@ -37,7 +22,6 @@ export interface _o_vendorConfig_old_20260401 {
|
||||
'code'?: string | null;
|
||||
'createTime'?: number | null;
|
||||
'description'?: string | null;
|
||||
'enableEnglish'?: number | null;
|
||||
'icon'?: string | null;
|
||||
'id'?: string;
|
||||
'inputs'?: string | null;
|
||||
@ -45,7 +29,13 @@ export interface _o_vendorConfig_old_20260401 {
|
||||
'models'?: string | null;
|
||||
'name'?: string | null;
|
||||
}
|
||||
export interface _o_videoTrack_old_20260402 {
|
||||
export interface _o_videoTrack_old_20260401 {
|
||||
'id'?: number;
|
||||
'projectId'?: number | null;
|
||||
'scriptId'?: number | null;
|
||||
'videoId'?: number | null;
|
||||
}
|
||||
export interface _o_videoTrack_old_20260401_1 {
|
||||
'id'?: number;
|
||||
'projectId'?: number | null;
|
||||
'prompt'?: string | null;
|
||||
@ -229,7 +219,6 @@ export interface o_storyboard {
|
||||
'scriptId'?: number | null;
|
||||
'shouldGenerateImage'?: number | null;
|
||||
'state'?: string | null;
|
||||
'track'?: string | null;
|
||||
'trackId'?: number | null;
|
||||
'videoDesc'?: string | null;
|
||||
}
|
||||
@ -254,7 +243,6 @@ export interface o_vendorConfig {
|
||||
'code'?: string | null;
|
||||
'createTime'?: number | null;
|
||||
'description'?: string | null;
|
||||
'enable'?: number | null;
|
||||
'enableEnglish'?: number | null;
|
||||
'icon'?: string | null;
|
||||
'id'?: string;
|
||||
@ -280,15 +268,16 @@ export interface o_videoTrack {
|
||||
'prompt'?: string | null;
|
||||
'reason'?: string | null;
|
||||
'scriptId'?: number | null;
|
||||
'selectVideoId'?: number | null;
|
||||
'state'?: string | null;
|
||||
'videoId'?: number | null;
|
||||
}
|
||||
|
||||
export interface DB {
|
||||
"_o_storyboard_old_20260402": _o_storyboard_old_20260402;
|
||||
"_o_storyboard_old_20260402_1": _o_storyboard_old_20260402_1;
|
||||
"_o_vendorConfig_old_20260401": _o_vendorConfig_old_20260401;
|
||||
"_o_videoTrack_old_20260402": _o_videoTrack_old_20260402;
|
||||
"_o_videoTrack_old_20260401": _o_videoTrack_old_20260401;
|
||||
"_o_videoTrack_old_20260401_1": _o_videoTrack_old_20260401_1;
|
||||
"memories": memories;
|
||||
"o_agentDeploy": o_agentDeploy;
|
||||
"o_agentWorkData": o_agentWorkData;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user