diff --git a/views/poems.pug b/views/poems.pug index 4cf0dee..f304677 100644 --- a/views/poems.pug +++ b/views/poems.pug @@ -26,6 +26,7 @@ block main color: transparent; transition: 1s all; } + h1.h3 部编版小学阶段必背古诗词129首 .container.d-flex.flex-wrap.gap-1 article h1 咏鹅 @@ -1357,7 +1358,6 @@ block main article.addEventListener('click', (e) => { document.querySelectorAll('p').forEach((p) => { if (p.parentNode != article) p.classList.add('hide') - // else p.classList.toggle('hide') }) article.querySelector('p').classList.toggle('hide') }) diff --git a/小学阶段必背古诗词.pdf b/小学阶段必背古诗词.pdf deleted file mode 100644 index 3babb6d..0000000 Binary files a/小学阶段必背古诗词.pdf and /dev/null differ