This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
study-area-cn.old/theme/js/page.js

4 lines
102 B
JavaScript
Raw Normal View History

2024-08-11 11:51:21 +08:00
if (window.innerWidth > 640) {
document.getElementById("toc-drawer").setAttribute('open', true)
}