Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1785fa47
authored
Sep 16, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:去除subtitle字段,用于text字段
parent
24e6e5fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
js/actHead.js
js/actHead.js
View file @
1785fa47
...
@@ -68,10 +68,9 @@ if ($firefly.urlData.appversion >= 7400) {
...
@@ -68,10 +68,9 @@ if ($firefly.urlData.appversion >= 7400) {
function
goShare
()
{
function
goShare
()
{
let
shareContent
=
{
let
shareContent
=
{
"title"
:
$
(
'title'
).
html
(),
"title"
:
$
(
'title'
).
html
(),
"subTitle"
:
$
(
'h2'
).
html
()
?
$
(
'h2'
).
html
()
:
""
,
"icoPic"
:
getWebIcon
()
?
getWebIcon
()
:
''
,
"icoPic"
:
getWebIcon
()
?
getWebIcon
()
:
''
,
"pic"
:
'https://app.ixiulive.com/static/app/img/logo.png'
,
"pic"
:
'https://app.ixiulive.com/static/app/img/logo.png'
,
"text"
:
''
,
"text"
:
$
(
'h2'
).
html
()
?
$
(
'h2'
).
html
()
:
""
,
"whichShare"
:
0
,
"whichShare"
:
0
,
"isPrivateMes"
:
1
,
// 是否可以分享私信 0:否 1:是
"isPrivateMes"
:
1
,
// 是否可以分享私信 0:否 1:是
"webpage"
:
location
.
origin
+
location
.
pathname
+
"?agentCode="
+
$firefly
.
urlData
.
uid
+
"&bindType=3&uid="
+
$firefly
.
urlData
.
uid
,
"webpage"
:
location
.
origin
+
location
.
pathname
+
"?agentCode="
+
$firefly
.
urlData
.
uid
+
"&bindType=3&uid="
+
$firefly
.
urlData
.
uid
,
...
...
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