feat: 添加mv分类

This commit is contained in:
alger
2024-12-25 19:55:24 +08:00
parent d28adb61a4
commit b2c13121fd
6 changed files with 131 additions and 41 deletions
+12
View File
@@ -23,6 +23,12 @@
<span class="text-sm text-gray-100">微信支付</span>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-100 text-center cursor-pointer hover:text-green-500" @click="copyQQ">
QQ群789288579
</p>
</div>
</div>
</n-popover>
</div>
@@ -31,6 +37,12 @@
<script setup>
import { NButton, NImage, NPopover } from 'naive-ui';
const message = useMessage();
const copyQQ = () => {
navigator.clipboard.writeText('789288579');
message.success('已复制到剪贴板');
};
defineProps({
alipayQR: {
type: String,