罗广辉
2025-10-13 c1b33671b42e5d2d11f0c8a0fea31bfbe0b35b38
src/hooks/use-share/index.js
@@ -10,7 +10,7 @@
 * onShareAppMessage()
 * onShareTimeline()
 */
export default function useShare(options) {
export default function useShare (options) {
  // #ifdef MP-WEIXIN
  const title = options?.title ?? ""
  const path = options?.path ?? ""