Browse Source

更新 'login_html.js'

WXT往昔 2 years ago
parent
commit
91ed0496af
1 changed files with 0 additions and 27 deletions
  1. 0 27
      login_html.js

+ 0 - 27
login_html.js

@@ -33,33 +33,6 @@ $(document).ready(function () {
     });
 }
 
-
-text_each_add = function (id,value) {
-
-    function add_text(table){
-        let i = 0;
-        let interval = setInterval(function () {
-            if (i === value.length){
-                table.innerText = ' ';
-                i=0;
-            }
-            table.append(value[i])
-            i++;
-        },100)
-    }
-
-    let if_id = setInterval(function(){
-        if(document.getElementById(id) !== null){
-            add_text(document.getElementById(id));
-            clearInterval(if_id);
-        }
-    },100)
-}
-
-
-
-
-
 alert_s = function(value = '类容'){
     $('body').append(`
 <div id="alert" style="background:transparent;