摘要: utils - setFontSize - 设置字体大小 intro 原理 使用 postcss-plugin-px2rem 将 px 转为rem,在根节点设置font-size notice webpack ie 兼容 babel 处理 node_modules 文件 rem 是基于html,不是 阅读全文
posted @ 2022-01-06 16:59 zc-lee 阅读(372) 评论(0) 推荐(5) 编辑
摘要: blob - hexo hexo史上最全搭建教程 在Hexo博客上添加可爱的Live 2D模型 阅读全文
posted @ 2022-01-06 14:22 zc-lee 阅读(41) 评论(0) 推荐(0) 编辑
摘要: js-util - 获取浏览器、设备信息 utils function getExplore(){ var Sys = {}; var ua = navigator.userAgent.toLowerCase(); var s; (s = ua.match(/rv:([\d.]+)\) like g 阅读全文
posted @ 2022-01-06 12:14 zc-lee 阅读(1019) 评论(0) 推荐(10) 编辑