张延森 5 yıl önce
ebeveyn
işleme
987e2a6e3f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/utils/mixStr.js

+ 1
- 1
src/utils/mixStr.js Dosyayı Görüntüle

12
   return str.repeat(Math.floor(len / orginLen)) + str.substr(0, len % orginLen)
12
   return str.repeat(Math.floor(len / orginLen)) + str.substr(0, len % orginLen)
13
 }
13
 }
14
 
14
 
15
-const mixChars = window.navigator.userAgent + (new Date).toUTCString().replace(/\d{2}:\d{2}:\d{2}/, '')
15
+const mixChars = window.navigator.userAgent // + (new Date).toUTCString().replace(/\d{2}:\d{2}:\d{2}/, '')
16
 
16
 
17
 const strXOR = (str, mix) => {
17
 const strXOR = (str, mix) => {
18
   if (!str) return str
18
   if (!str) return str