Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
76bb6559
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
c52febb5
master
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
mTest/index.html
mTest/lib/login.js
mTest/room/liveRoom.html
mTest/index.html
View file @
76bb6559
...
...
@@ -216,7 +216,7 @@
<span
class=
"login-close"
>
×
</span>
<div
class=
"login-p1"
>
登入/註冊
</div>
<div
class=
"login-phone-btn"
><img
src=
"images/phone-icon2.png"
>
Phone
</div>
<div
class=
"login-google-btn"
><img
src=
"images/google1.png"
>
Google
<div
id=
"buttonDiv
-big
"
></div></div>
<div
class=
"login-google-btn"
><img
src=
"images/google1.png"
>
Google
<div
id=
"buttonDiv"
></div></div>
<div
class=
"login-line"
></div>
<div
class=
"login-line-text"
>
其他方式登入
</div>
<ul
class=
"login-more-btn"
>
...
...
This diff is collapsed.
Click to expand it.
mTest/lib/login.js
View file @
76bb6559
...
...
@@ -479,21 +479,21 @@ function googleLogin(){
});
google
.
accounts
.
id
.
renderButton
(
document
.
getElementById
(
"buttonDiv
-big
"
),
document
.
getElementById
(
"buttonDiv"
),
{
theme
:
"outline"
,
size
:
"large"
,
}
// customization attributes
);
//
google.accounts.id.renderButton(
//
document.getElementById("buttonDiv1"),
//
{ theme: "outline", size: "large",type:'icon' } // customization attributes
//
);
//
google.accounts.id.renderButton(
//
document.getElementById("buttonDiv2"),
//
{ theme: "outline", size: "large",type:'icon' } // customization attributes
//
);
//
google.accounts.id.renderButton(
//
document.getElementById("buttonDiv3"),
//
{ theme: "outline", size: "large",type:'icon' } // customization attributes
//
);
google
.
accounts
.
id
.
renderButton
(
document
.
getElementById
(
"buttonDiv1"
),
{
theme
:
"outline"
,
size
:
"large"
,
type
:
'icon'
}
// customization attributes
);
google
.
accounts
.
id
.
renderButton
(
document
.
getElementById
(
"buttonDiv2"
),
{
theme
:
"outline"
,
size
:
"large"
,
type
:
'icon'
}
// customization attributes
);
google
.
accounts
.
id
.
renderButton
(
document
.
getElementById
(
"buttonDiv3"
),
{
theme
:
"outline"
,
size
:
"large"
,
type
:
'icon'
}
// customization attributes
);
// google.accounts.id.prompt(); // also display the One Tap dialog
}
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
76bb6559
...
...
@@ -416,7 +416,7 @@
<span
class=
"login-close"
>
×
</span>
<div
class=
"login-p1"
>
登入/註冊
</div>
<div
class=
"login-phone-btn"
><img
src=
"../images/phone-icon2.png"
>
Phone
</div>
<div
class=
"login-google-btn"
><img
src=
"../images/google1.png"
><img
src=
"../images/google1.png"
>
Google
<div
id=
"buttonDiv
-big
"
></div></div>
<div
class=
"login-google-btn"
><img
src=
"../images/google1.png"
><img
src=
"../images/google1.png"
>
Google
<div
id=
"buttonDiv"
></div></div>
<div
class=
"login-line"
></div>
<div
class=
"login-line-text"
>
其他方式登入
</div>
<ul
class=
"login-more-btn"
>
...
...
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