更新图标

This commit is contained in:
2026-07-05 14:51:34 +08:00
parent 28fe59a1af
commit cfb7d2e0ea
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ const nav = computed(() => {
items.push({ to: '/orders', label: '订单', icon: 'receipt' })
}
// 文档 + 关于 are public — visible to guests too.
items.push({ to: '/docs', label: '文档', icon: 'log' })
items.push({ to: '/about', label: '关于', icon: 'accounts' })
items.push({ to: '/docs', label: '文档', icon: 'book' })
items.push({ to: '/about', label: '关于', icon: 'info' })
return items
})