From e67df62a3857c64d8b8b202b9edad23b381f839c Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 6 Apr 2024 03:52:05 +0900 Subject: [PATCH] fix --- src/App.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3c7e908..ef95859 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,25 +59,29 @@
+

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

-
+ +

- post + post

+
-
+ +

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

@@ -140,7 +144,6 @@ export default { bsky_cursor: null, bsky_cid: "", bsky_json: null, - bsky_url: null, api_url: null, api_json: null, comment_open: false,