|
|
@@ -30,6 +30,7 @@ import WechatUrl from '@/assets/images/link-infos/qrcode/gzhh.jpg';
|
|
|
import VideoUrl from '@/assets/images/link-infos/qrcode/sph.jpg';
|
|
|
import DouyinUrl from '@/assets/images/link-infos/qrcode/dy.jpg';
|
|
|
import XhsUrl from '@/assets/images/link-infos/qrcode/xhs.jpg';
|
|
|
+import Mn from '@/assets/images/link-infos/qrcode/mn.png';
|
|
|
|
|
|
defineProps({
|
|
|
showType: {
|
|
|
@@ -62,6 +63,12 @@ const linkInfos = ref([
|
|
|
url: XhsUrl,
|
|
|
large: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '闽南文化小程序',
|
|
|
+ icon: Mn,
|
|
|
+ url: Mn,
|
|
|
+ large: true,
|
|
|
+ },
|
|
|
]);
|
|
|
</script>
|
|
|
|