✨ add image editing features
This commit is contained in:
@@ -54,6 +54,8 @@ export const useImageStore = defineStore(
|
||||
// 图片编辑
|
||||
const imageEditVisible = ref<boolean>(false);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 获取人脸列表
|
||||
*/
|
||||
|
@@ -41,10 +41,14 @@ export const useSearchStore = defineStore(
|
||||
const option = options.find(option => option.value === value);
|
||||
return option ? option.icon : undefined;
|
||||
};
|
||||
|
||||
// 图片搜索结果
|
||||
const searchResult = ref<any[]>([]);
|
||||
return {
|
||||
searchOption,
|
||||
options,
|
||||
searchValue,
|
||||
searchResult,
|
||||
getIconByValue
|
||||
};
|
||||
},
|
||||
|
Reference in New Issue
Block a user