Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
text2video-frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周成波
text2video-frontend
Commits
ebe46320
Commit
ebe46320
authored
Feb 02, 2024
by
周成波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v20240203
parent
3b9c98ca
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
270 additions
and
978 deletions
+270
-978
index copy 2.vue
src/views/home/index copy 2.vue
+0
-290
index copy.vue
src/views/home/index copy.vue
+0
-355
index.vue
src/views/home/index.vue
+254
-289
lib.wm.api.d copy.ts
typings/types/wm/lib.wm.api.d copy.ts
+0
-28
lib.wm.api.d.ts
typings/types/wm/lib.wm.api.d.ts
+16
-16
No files found.
src/views/home/index copy 2.vue
deleted
100644 → 0
View file @
3b9c98ca
This diff is collapsed.
Click to expand it.
src/views/home/index copy.vue
deleted
100644 → 0
View file @
3b9c98ca
This diff is collapsed.
Click to expand it.
src/views/home/index.vue
View file @
ebe46320
This diff is collapsed.
Click to expand it.
typings/types/wm/lib.wm.api.d copy.ts
deleted
100644 → 0
View file @
3b9c98ca
declare
namespace
Wm
{
interface
ScriptsItem
{
编号
:
string
场景描述
:
string
场景关键词
:
string
角色
:
string
角色关键词
:
string
}
interface
AiDrawItem
{
编号
:
string
场景描述
:
string
画面描述词
:
string
本镜配图
:
string
task_id
:
string
}
interface
GenVideo
{
task_id
:
string
task_info
:
GenVideoItem
[]
}
interface
GenVideoItem
{
idx
:
string
text
:
string
img_path
:
string
}
}
typings/types/wm/lib.wm.api.d.ts
View file @
ebe46320
declare
namespace
Wm
{
declare
namespace
Wm
{
interface
ScriptsItem
{
interface
ScriptsItem
{
编号
:
string
"编号"
:
string
,
场景描述
:
string
"场景描述"
:
string
,
场景关键词
:
string
"场景关键词"
:
string
,
角色
:
string
"角色"
:
string
,
角色关键词
:
string
"角色关键词"
:
string
,
"画面描述词"
:
string
,
"本镜配图"
:
string
,
"local_image_path"
:
string
,
}
}
interface
AiDrawItem
{
interface
GenVideo
{
编号
:
string
"task_id"
:
string
,
场景描述
:
string
"task_info"
:
GenVideoItem
[],
画面描述词
:
string
本镜配图
:
string
task_id
:
string
}
}
interface
GenVideoItem
{
interface
GenVideoItem
{
task_id
:
string
"idx"
:
string
,
idx
:
string
"text"
:
string
,
text
:
string
"img_path"
:
string
,
img_path
:
string
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment