From f37d6fa3cdbf0ae38d7b1172102aededcb497a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=B1=B1?= <2479583912@QQ.COM> Date: Wed, 15 Oct 2025 20:10:06 +0000 Subject: [PATCH] Resolve merge conflicts and Add local avatar upload feature for author page --- client/components/covers/AuthorImage.vue | 4 ++++ client/components/modals/authors/EditModal.vue | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/client/components/covers/AuthorImage.vue b/client/components/covers/AuthorImage.vue index 084492b0c..06fb88c01 100644 --- a/client/components/covers/AuthorImage.vue +++ b/client/components/covers/AuthorImage.vue @@ -57,6 +57,7 @@ export default { } }, methods: { +<<<<<<< Updated upstream imageLoaded() { if (this.$refs.img) { var { naturalWidth, naturalHeight } = this.$refs.img @@ -69,6 +70,9 @@ export default { } } } +======= + imageLoaded() {} +>>>>>>> Stashed changes }, mounted() {} } diff --git a/client/components/modals/authors/EditModal.vue b/client/components/modals/authors/EditModal.vue index a4a5a7e71..8645e5015 100644 --- a/client/components/modals/authors/EditModal.vue +++ b/client/components/modals/authors/EditModal.vue @@ -16,9 +16,20 @@