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 }}