Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
9107c20e
authored
Oct 30, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
bd099403
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
js/new/lang.js
shareB.html
js/new/lang.js
View file @
9107c20e
...
...
@@ -6,22 +6,25 @@ var langList = [
foot2
:
'下載APP'
,
foot3
:
'邀請碼:'
,
foot4
:
'複製成功'
,
foot5
:
'暫不支持IOS下載,敬請期待'
,
},
{
foot1
:
'Top-up'
,
foot2
:
'Download APP'
,
foot3
:
'Invitation code:'
,
foot4
:
'Copy success'
,
foot5
:
'IOS download not currently supported, please stay tuned'
},
{
foot1
:
'شحن'
,
foot2
:
'تحميل التطبيق'
,
foot3
:
'شفرة الدعوة:'
,
foot4
:
'تم النسخ بنجاح'
,
foot5
:
'دائرة الرقابة الداخلية تحميل غير معتمد حاليا ، يرجى الاستمرار في التركيز'
},
{
foot1
:
"giá trị được lưu trữ"
,
foot2
:
"tải ứng dụng"
foot2
:
"tải ứng dụng"
,
}
]
var
langType
=
0
;
...
...
shareB.html
View file @
9107c20e
...
...
@@ -129,7 +129,7 @@
</div>
</body>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script
src=
"https://www.footseen.com/js/new/lang.js"
></script>
<script
src=
"https://www.footseen.com/js/new/lang.js
?v=202310301230
"
></script>
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
...
...
@@ -170,7 +170,8 @@
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
copyText
(
getRequest
().
agentCode
);
// window.location.href = 'https://testflight.apple.com/join/yQuQniSm';
ShareTrace
.
download
();
// ShareTrace.download();
layer
.
msg
(
langList
[
langType
].
foot5
)
})
}
else
{
...
...
@@ -191,8 +192,8 @@
});
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
copyText
(
getRequest
().
agentCode
);
ShareTrace
.
download
();
// window.location.href = 'https://big.bgp.ourpow.com/apk/mf/app-debug-3
.apk';
//
ShareTrace.download();
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw
.apk'
;
})
}
$
(
'.topUp'
).
on
(
'click'
,
function
()
{
...
...
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