diff --git a/packages/client/src/pages/gallery/post.vue b/packages/client/src/pages/gallery/post.vue index 0c104b4c7a..8eb104624a 100644 --- a/packages/client/src/pages/gallery/post.vue +++ b/packages/client/src/pages/gallery/post.vue @@ -203,7 +203,7 @@ function shareWithNote() { } function like() { - os.apiWithDialog("gallery/posts/like", { + os.api("gallery/posts/like", { postId: props.postId, }).then(() => { post.isLiked = true; @@ -266,6 +266,7 @@ definePageMetadata( max-width: 100%; max-height: 500px; margin: 0 auto; + border-radius: 10px; } & + .file {