mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
note metadata
This commit is contained in:
parent
46f25c34b5
commit
501b39e492
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ definePageMetadata(
|
||||||
computed(() =>
|
computed(() =>
|
||||||
note
|
note
|
||||||
? {
|
? {
|
||||||
title: note.user.name,
|
title: i18n.t("noteOf", { user: note.user.name }),
|
||||||
subtitle: `@${note.user.username}@${note.user.host}`,
|
subtitle: new Date(note.createdAt).toLocaleString(),
|
||||||
avatar: note.user,
|
avatar: note.user,
|
||||||
path: `/notes/${note.id}`,
|
path: `/notes/${note.id}`,
|
||||||
share: {
|
share: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue