feat(share): 启用多页面分享功能并显式显示分享菜单

- 在多页面配置中统一开启 enableShareAppMessage 和 enableShareTimeline
- 在 useShare 钩子中增加运行时保底逻辑,确保分享菜单按钮始终显示
- 新增多个页面的分享配置文件,支持分享赚佣金、VIP升级、积分商品等功能
- 优化用户分享体验,提高分享功能的全面性与可靠性
This commit is contained in:
2026-07-13 10:25:40 +08:00
parent 8489a023d9
commit 8a9cf43fd9
12 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
export default {
navigationBarTitleText: '升级VIP会员',
enableShareAppMessage: true,
enableShareTimeline: true,
}