hexo-theme-stellar/source/js/plugins/darkmode.js

7 lines
77 B
JavaScript
Raw Normal View History

2021-04-01 22:36:26 +08:00
// darkmode
const darkmode = {
toggle: () => {
alert("toggle");
},
}