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,