微件:SaltVoteContainer:修订间差异

添加124字节 、​ 2024年3月5日 (星期二)
一些问题修复 // 维基盐编辑器
(用于展示投票箱)
 
(一些问题修复 // 维基盐编辑器)
const len = arr.length;
if (len) {
if (index >= len) {
index -= Math.ceil((index - len + 1) / len) * len;
}
}
console.log(collect, renderBar(collect, color));
el.classList.remove('"not-init'");
};
setTimeout(() => {
getAllNotInitContainer().forEach((el) => main(el));
}, 0);
setInterval(() => {
getAllNotInitContainer().forEach((el) => main(el));
}, 1000);
})(window);
</script></includeonly>