mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 07:59:54 +08:00
Merge branch '4.0' of https://gitee.com/yubaolee/OpenAuth.Net into 4.0
This commit is contained in:
commit
841c9b4ad7
@ -29,6 +29,14 @@ layui.config({
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
var _hmt = _hmt || [];
|
||||||
|
(function() {
|
||||||
|
var hm = document.createElement("script");
|
||||||
|
hm.src = "//hm.baidu.com/hm.js?0558502420ce5fee054b31425e77ffa6";
|
||||||
|
var s = document.getElementsByTagName("script")[0];
|
||||||
|
s.parentNode.insertBefore(hm, s);
|
||||||
|
})();
|
||||||
|
|
||||||
setInterval(function flutter() {
|
setInterval(function flutter() {
|
||||||
if (offset1 >= mainwidth) {
|
if (offset1 >= mainwidth) {
|
||||||
offset1 = -580;
|
offset1 = -580;
|
||||||
|
Loading…
Reference in New Issue
Block a user