添加首页的文章

This commit is contained in:
MeiK
2020-12-14 19:59:36 +08:00
parent 5dbda5af86
commit d4027ae5ce
7 changed files with 675 additions and 104 deletions

View File

@@ -10,7 +10,6 @@ function switchTheme() {
}
function setTheme(style) {
console.log(`set theme ${style}`);
document.querySelectorAll('.isInitialToggle').forEach(elem => {
elem.classList.remove('isInitialToggle');
});