1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 08:39:56 +00:00
This commit is contained in:
Silent YANG 2024-06-09 18:57:59 +08:00
parent c3c5f1a08f
commit c0d4c26093

View file

@ -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)