panhui %!s(int64=3) %!d(string=hai) anos
pai
achega
eed8b80c07
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/common/ShareModal.vue

+ 2 - 2
src/components/common/ShareModal.vue

@@ -23,10 +23,10 @@
                 </div>
             </div>
             <div class="share-btns w-5/6 max-w-md flex">
-                <n-button text v-if="isMobile">长按保存图片</n-button>
+                <n-button text v-if="isMobile">长按图片保存</n-button>
                 <n-button text v-else @click="save">保存图片</n-button>
                 <n-button text :loading="loading" @click="changeType">换个样式</n-button>
-                <n-button text @click="copyShare">复制邀请链接</n-button>
+                <n-button text @click="copyShare">邀请链接</n-button>
             </div>
 
             <!-- <div class="tips" v-if="isMobile">长按保存图片</div>