You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
479 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/**
* 微信分享默认文案与配图H5 用 JSSDK小程序见首页 onShareAppMessage
* 配图:@/static/share.png建议 200×200 以上,便于被微信压缩后仍清晰)
*/
import shareImageUrl from '@/static/share.png'
export const WECHAT_SHARE = {
title: '苏州市科普场馆地图',
desc: '这里有100+家科普场馆',
/** Vite 解析后的 /h5/assets/... 路径H5 需拼成带域名的绝对 URL */
imageUrl: shareImageUrl,
} as const