Update tag.html

This commit is contained in:
Meekdai 2024-04-02 18:22:48 +08:00
parent d6f9b0804a
commit 668435a637

View File

@ -104,7 +104,7 @@ function showList(){
for(i in jsonData){
if(i!='labelColorDict'){
let div=document.createElement("div");
div.setAttribute("class","lists "+jsonData[i]['label']);
div.setAttribute("class","lists "+jsonData[i]['labels'].join(" "));
let item=document.createElement("a");
item.setAttribute("class","SideNav-item d-flex flex-items-center flex-justify-between");
item.setAttribute("href",jsonData[i]['postUrl']);