“Widget:Uploader”的版本间的差异

来自萌娘共享
跳转至: 导航搜索
第906行: 第906行:
  
 
                 const noInfoFilesName = new Set();
 
                 const noInfoFilesName = new Set();
                 for (const { author, charaName, source, fileName } of this.files) {
+
                 if (this.form.categories.length === 0) {
                    if (`${author}${charaName}${source}` === "") {
+
                    for (const { author, charaName, source, fileName } of this.files) {
                        noInfoFilesName.add(fileName);
+
                        if (`${author}${charaName}${source}` === "") {
 +
                            noInfoFilesName.add(fileName);
 +
                        }
 
                     }
 
                     }
 
                 }
 
                 }

2022年9月22日 (四) 11:15的版本