From b5ede6e9b7637b41a8886b34515df6c280690456 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 5 Apr 2024 23:55:31 +0900 Subject: [PATCH] fix --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index f433688..ec75220 100644 --- a/src/App.vue +++ b/src/App.vue @@ -61,7 +61,7 @@

- {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} {{ comment_first.text }}

@@ -77,7 +77,7 @@

- {{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} + {{ axios_check('https://git.syui.ai/ai/manga/raw/branch/main/public/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} {{ moment(i.updated_at) }} @{{ i.handle.replace('.bsky.social', '') }} {{ i.text }}