Skip to content

Commit efcf64e

Browse files
committed
【代码评审】AI:绘制功能的测试和 review
1 parent 4adc567 commit efcf64e

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

pnpm-lock.yaml

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/ai/image/ImageTaskCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<img class="image" :src="imageDetail?.picUrl"/>
2020
<div v-if="imageDetail?.status === 30">{{imageDetail?.errorMessage}}</div>
2121
</div>
22+
<!-- TODO @fan:style 使用 unocss 替代下 -->
2223
<div class="image-mj-btns">
2324
<el-button size="small" v-for="button in imageDetail?.buttons" :key="button"
2425
style="min-width: 40px;margin-left: 0; margin-right: 10px; margin-top: 5px;"

0 commit comments

Comments
 (0)