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
4a970d36
authored
a year ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
df576290
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
1 deletions
js/actHead.js
js/actHead.js
View file @
4a970d36
...
...
@@ -74,7 +74,9 @@ if ($firefly.urlData.appversion >= 7400) {
}
function
openExtra
()
{
let
infos
=
[
let
infos
;
if
(
fileName
==
'com.happy.live'
)
{
infos
=
[
[{
"fontStyle"
:
{
"highLight"
:
false
// 是否高亮
...
...
@@ -111,6 +113,40 @@ if ($firefly.urlData.appversion >= 7400) {
"webFunc"
:
"$firefly.closeWebView()"
,
}]
]
}
else
{
infos
=
[
[{
"fontStyle"
:
{
"highLight"
:
false
// 是否高亮
},
"explain"
:
$firefly
.
langList
[
$firefly
.
langType
].
lang2
,
"webFunc"
:
"$firefly.refreshWeb()"
,
}],
[{
"fontStyle"
:
{
"highLight"
:
false
// 是否高亮
},
"explain"
:
$firefly
.
langList
[
$firefly
.
langType
].
lang3
,
"webFunc"
:
"$firefly.goCustomerService()"
,
},
{
"fontStyle"
:
{
"highLight"
:
false
// 是否高亮
},
"explain"
:
$firefly
.
langList
[
$firefly
.
langType
].
lang4
,
"webFunc"
:
"goShare()"
,
},
{
"fontStyle"
:
{
"highLight"
:
true
// 是否高亮
},
"explain"
:
$firefly
.
langList
[
$firefly
.
langType
].
lang6
,
"webFunc"
:
"$firefly.closeWebView()"
,
}]
]
}
$firefly
.
openExtra
(
infos
);
}
...
...
This diff is collapsed.
Click to expand it.
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