fix
This commit is contained in:
@@ -32,6 +32,7 @@ export const useGenerateStore = defineStore({
|
||||
/** AI魔改信息 */
|
||||
customizeInfo: {
|
||||
inputText: '',
|
||||
count: 0,
|
||||
|
||||
tryOnId: '',
|
||||
tryOnUrl: '',
|
||||
@@ -108,6 +109,7 @@ export const useGenerateStore = defineStore({
|
||||
/** 清空 AI魔改信息 */
|
||||
clearCustomizeInfo() {
|
||||
this.customizeInfo.inputText = ''
|
||||
this.customizeInfo.count = 0
|
||||
this.customizeInfo.tryOnId = ''
|
||||
this.customizeInfo.tryOnUrl = ''
|
||||
this.customizeInfo.styleUrl = ''
|
||||
|
||||
Reference in New Issue
Block a user