ui: chat sidebar ui

This commit is contained in:
2024-03-25 18:00:39 +08:00
parent ca05296317
commit ef1ef50fd5
11 changed files with 212 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ onMounted(async () => {
const res = await get(props.fid) as string[] || []
if (res.length === cachedImages.value.length) return
cachedImages.value = res
}, 1000)
}, 200)
})
onUnmounted(() => {