mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 08:39:56 +00:00
update
This commit is contained in:
parent
c3c5f1a08f
commit
c0d4c26093
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ const updateMatrix = () => {
|
|||
state.flag.map((e: any, i: any) => {
|
||||
state.disMatrix[i].forEach((value: any, key: any) => {
|
||||
if(state.versions.indexOf('LOSEHU' + state.flag.join('').substring(0, i) + key + state.flag.join('').substring(i+1) + '.bin') == -1){
|
||||
console.log(111)
|
||||
state.disMatrix[i].set(key, true)
|
||||
}else{
|
||||
state.disMatrix[i].set(key, false)
|
||||
|
|
Loading…
Add table
Reference in a new issue