feat: 绘画功能本地图片存储优化
ui: 优化字体
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import {string} from 'yup';
|
||||
import type {ResultBlockMeta} from '~/components/aigc/drawing';
|
||||
|
||||
export interface HistoryItem {
|
||||
@@ -6,7 +5,7 @@ export interface HistoryItem {
|
||||
data_id?: string
|
||||
prompt: string
|
||||
meta: ResultBlockMeta
|
||||
images: string[]
|
||||
images?: string[]
|
||||
}
|
||||
|
||||
export const useHistory = defineStore('aigc_history', () => {
|
||||
|
||||
Reference in New Issue
Block a user