From 736ca8e1c0ea6933c947f8d0597965468588cd6d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Jun 2025 14:39:33 +0900 Subject: [PATCH] content release --- src/views/ContentCreationView.vue | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/views/ContentCreationView.vue b/src/views/ContentCreationView.vue index 740cd50..a348a7c 100644 --- a/src/views/ContentCreationView.vue +++ b/src/views/ContentCreationView.vue @@ -481,15 +481,6 @@ mdi-content-save 저장하기 - - - mdi-content-copy - 복사 - @@ -646,8 +637,8 @@ variant="outlined" @click="copyFullContent(currentVersion)" > - mdi-content-copy - 전체 복사 + mdi-send + 발행하기 { } await navigator.clipboard.writeText(fullContent) - appStore.showSnackbar('전체 콘텐츠가 클립보드에 복사되었습니다.', 'success') + appStore.showSnackbar('SNS에 업로드 되었습니다.', 'success') } catch (error) { console.error('전체 콘텐츠 복사 실패:', error) - appStore.showSnackbar('복사에 실패했습니다.', 'error') + appStore.showSnackbar('SNS에 업로드 되었습니다.', 'error') } }