perf: 记录上下文设定保存到本地

This commit is contained in:
ChenZhaoYu
2023-03-17 08:40:45 +08:00
parent 0b13846861
commit b3cfe7a976
6 changed files with 20 additions and 5 deletions

View File

@@ -416,6 +416,7 @@ const searchOptions = computed(() => {
return []
}
})
// value反渲染key
const renderOption = (option: { label: string }) => {
for (const i of promptTemplate.value) {