This commit is contained in:
tim
2025-09-06 11:47:18 +08:00
parent 5b0cbe8ce9
commit 05d56df44e
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export default (apiBaseUrl, websiteBaseUrl) => {
return (
body.map((item) => ({
value: `[🔗${item.title}](${websiteBaseUrl}/posts/${item.id})`,
html: `<div><i class="fas fa-link"></i> ${item.title}</div>`,
html: `<div><link-icon /> ${item.title}</div>`,
})) ?? []
)
} else {