摘要:
使用npm引入依赖 npm install darkmode-js 导入darkmode-js import Darkmode from "darkmode-js"; 添加配置项 const options = { bottom: "64px", // default: '32px' left: " 阅读全文
摘要:
先安装依赖 npm install --save baffle 引入baffle依赖包 import baffle from "baffle"; 设置dom混淆与显示 const b = baffle("span", { characters: "░░▓ ░█▒▒▓ ██▒█ █░ ▓▓▓░ ██░ 阅读全文
摘要:
// PC端 @media (min-width: 767px) { } // 手机端 @media screen and (max-width: 767px) { } 阅读全文