优化bug

This commit is contained in:
24kycj
2024-11-14 20:32:21 +08:00
parent 5e0c2dfc1a
commit e65967829f
3 changed files with 20 additions and 124 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ const actions = {
}
let types = CDTypes
let typeLists = cd_types
if (isBD) {
if (!isBD) {
types = {}
for(let key in CDTypes) {
if (parseInt(key) < 4) types[key] = CDTypes[key]