Commit 89b19bf7 authored by cc's avatar cc

update

parent e8439878
......@@ -22,7 +22,9 @@ const shareStore = makeAutoObservable({
shareUrl += `&ykCode=${CFG.workerCode || CFG.agentCode || ""}`
shareUrl += `&channel=${CFG.defaultChannel}&agentCode=${CFG.agentCode || ""}&actPlatforms=${CFG.actPlatforms || ""}&actId=${CFG.actId || ""}`
onUpdateShare({
...(shareInfo),
title: shareInfo?.title,
content: shareInfo?.content,
thumbnail: shareInfo?.thumbnail,
url: `${CFG.domain}${CFG.indexLogin}${encodeURIComponent(shareUrl)}`
});
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment