Commit 6840dca2 by kaisa

feat:分享新增picEN字段

parent 423297a9
Showing with 1 additions and 0 deletions
......@@ -70,6 +70,7 @@ if ($firefly.urlData.appversion >= 7400) {
"title": $('title').html(),
"icoPic": getWebIcon() ? getWebIcon() : '',
"pic": 'https://app.ixiulive.com/static/app/img/logo.png',
"picEN": 'https://app.ixiulive.com/static/app/img/logo.png',
"text": $('h2').html() ? $('h2').html() : "",
"whichShare": 0,
"isPrivateMes": 1, // 是否可以分享私信 0:否 1:是
......
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 sign in to comment