06 2024 档案

前端用户体验----尼尔森十大可用性原则
摘要:https://www.woshipm.com/pd/5825188.html 阅读全文

posted @ 2024-06-10 19:19 完美前端 阅读(11) 评论(0) 推荐(0)

js 查找当前文件夹的文件是否存在
摘要:const imgFiles = (require as any).context("./", false, /(\.png)|(\.jpg)$/) const imgUrls: any = {} imgFiles.keys().forEach((key: string) => { const id 阅读全文

posted @ 2024-06-10 19:10 完美前端 阅读(106) 评论(0) 推荐(0)

css字体渐变加描边
摘要:定义css // 字体 - 渐变加描边 @mixin fontColor($backgroundImage, $textStroke, $filterDropShadow) { -webkit-text-stroke: $textStroke; // 描边 font-weight: 700; pos 阅读全文

posted @ 2024-06-10 19:07 完美前端 阅读(122) 评论(0) 推荐(0)

mac 安装adb
摘要:https://juejin.cn/post/7011002186641932324 安装后 adb devices查看 用adb安装app adb install 然后吧文件拖入终端会得到文件地址, 开始安装 adb kill-server 中断adb adb start-server 启动adb 阅读全文

posted @ 2024-06-06 22:02 完美前端 阅读(205) 评论(0) 推荐(0)

导航