Lee Morgan 5 年之前
父節點
當前提交
8d91c0d091
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      views/main/index.html

+ 1 - 1
views/main/index.html

@@ -253,7 +253,7 @@
 
                     for(let i = 0; i < response.length; i++){
                         for(let j = 0; j < response[i].tags.length; j++){
-                            if(tags.includes(response[i].tags[j]) === true) continue;
+                            if(tags.includes(response[i].tags[j].toLowerCase()) === true) continue;
 
                             tags.push(response[i].tags[j].toLowerCase());