修改钉钉/企业微信直接使用内部应用免密登录的方式来验证,不再支持扫码。

由于一些API的权限发生变化,导致一些关键信息无法获取,所以做以上改变。
This commit is contained in:
Leven
2022-12-16 23:28:19 +08:00
parent 6b90cd3be7
commit 2e886dc6e8
95 changed files with 267 additions and 10253 deletions

View File

@@ -81,6 +81,34 @@ a {
text-align: center;
}
.form-container a {
border-radius: 20px;
border: 1px solid #1b83d8;
background: #1b83d8;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
cursor: pointer;
}
.form-container a:active {
transform: scale(.95);
}
.form-container a:focus {
outline: none;
}
.form-container a.ghost {
background: transparent;
border-color: #fff;
}
.social-container {
margin: 20px 0;
}
@@ -136,6 +164,8 @@ button.ghost {
border-color: #fff;
}
.form-container {
position: absolute;
top: 0;
@@ -194,6 +224,35 @@ button.ghost {
transition: transform .6s ease-in-out;
}
.overlay-container a {
border-radius: 20px;
border: 1px solid #1b83d8;
background: #1b83d8;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
cursor: pointer;
}
.overlay-container a:active {
transform: scale(.95);
}
.overlay-container a:focus {
outline: none;
}
.overlay-container a.ghost {
background: transparent;
border-color: #fff;
}
.overlay-right {
right: 0;
transform: translateY(0);