Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
RB_StrongestBrain_250520
Commits
89b19bf7
Commit
89b19bf7
authored
May 27, 2025
by
cc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e8439878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
share.js
src/store/share.js
+3
-1
No files found.
src/store/share.js
View file @
89b19bf7
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment