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

if (window.innerWidth > 640) {
document.getElementById("toc-drawer").setAttribute('open', true)
}