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
bbf7956f
authored
May 28, 2024
by
cherishsince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【增加】Image 抽屉增加图片尺寸展示
parent
b0f26f64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/api/ai/image/index.ts
+1
-0
src/views/ai/image/ImageDetailDrawer.vue
+1
-1
No files found.
src/api/ai/image/index.ts
View file @
bbf7956f
...
...
@@ -13,6 +13,7 @@ export interface ImageDetailVO {
platform
:
string
// 平台
model
:
string
// 模型
style
:
string
// 图像生成的风格
size
:
string
// 图片尺寸
createTime
:
string
// 创建时间
updateTime
:
string
// 更新事件
}
...
...
src/views/ai/image/ImageDetailDrawer.vue
View file @
bbf7956f
...
...
@@ -28,7 +28,7 @@
<div
class=
"item"
>
<div
class=
"tip"
>
模型
</div>
<div
class=
"body"
>
{{
imageDetail
.
model
}}
{{
imageDetail
.
model
}}
(
{{
imageDetail
.
size
}}
)
</div>
</div>
<!-- 提示词 -->
...
...
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