Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fda50ff2
authored
Jul 05, 2024
by
cherishsince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【解决todo】drawIn 没用啦
parent
f147f05a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/views/ai/image/index.vue
+0
-5
No files found.
src/views/ai/image/index.vue
View file @
fda50ff2
...
@@ -60,18 +60,13 @@ const platformOptions = [
...
@@ -60,18 +60,13 @@ const platformOptions = [
value
:
AiPlatformEnum
.
STABLE_DIFFUSION
value
:
AiPlatformEnum
.
STABLE_DIFFUSION
}
}
]
]
const
drawIn
=
ref
<
boolean
>
(
false
)
// 生成中
/** 绘画 - start */
/** 绘画 - start */
const
handleDrawStart
=
async
(
type
)
=>
{
const
handleDrawStart
=
async
(
type
)
=>
{
// todo @fan:这个是不是没用啦?
drawIn
.
value
=
true
}
}
/** 绘画 - complete */
/** 绘画 - complete */
const
handleDrawComplete
=
async
(
type
)
=>
{
const
handleDrawComplete
=
async
(
type
)
=>
{
drawIn
.
value
=
false
// todo
await
imageTaskRef
.
value
.
getImageList
()
await
imageTaskRef
.
value
.
getImageList
()
}
}
...
...
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