摘要: AV 只支持数字avid pages/video/video?avid=545861869 BV 支持BV开头与非BV开头的bvid pages/video/video?bvid=BV1aq4y1j7zh pages/video/video?bvid=1aq4y1j7zh 公众号页面源码可以获得以上 阅读全文
posted @ 2021-06-07 23:05 letleon 阅读(840) 评论(0) 推荐(0)
摘要: Online @font-face generator — Transfonter 任意文件转base64-直接拖进来 (zhangxinxu.com) data:application/x-font-woff2;charset=utf-8;base64,xxxxxxxxxxxxxxxxxxxx < 阅读全文
posted @ 2021-05-06 18:30 letleon 阅读(3195) 评论(0) 推荐(0)
摘要: CSS Houdini: Smooth corners - @iamvdo (css-houdini.rocks) https://github.com/iamvdo/houdini-worklet-smooth-corners 阅读全文
posted @ 2021-05-06 12:28 letleon 阅读(357) 评论(0) 推荐(0)
摘要: 轮廓化描边你需要的元素 然后使用插件 Fill Rule Editor 转换为 Non-zero rule 即可! 阅读全文
posted @ 2021-04-13 08:24 letleon 阅读(1522) 评论(0) 推荐(0)
摘要: https://wx.qlogo.cn/mmopen/vi_32/xxxxxxxxxxxxxx/0 最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像)。开发者可根据需要替换头像大小参数进行下载。 From: 获取用户头像模糊不清晰 阅读全文
posted @ 2021-04-10 10:10 letleon 阅读(697) 评论(0) 推荐(0)
摘要: switch(value){ case 'test':{ const VarName = 'test' break } case 'test2':{ const VarName = 'test2' break } } MDN: switch 语句内的块级作用域 阅读全文
posted @ 2021-03-22 17:21 letleon 阅读(66) 评论(0) 推荐(0)
摘要: 直接用整合包吧! rumla34/Atmosphere-Stable: 大气层整合包系统稳定版,Switch软硬破通用 - Codeberg.org 最新方法 自己制作Switch大气层SDFile - letleon - 博客园 (cnblogs.com) 手动配置出Switch所需的SDFile 阅读全文
posted @ 2021-02-17 18:17 letleon 阅读(1674) 评论(0) 推荐(0)
摘要: .container{ display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; //justify-content: space-evenly; } .container:: 阅读全文
posted @ 2021-01-29 23:06 letleon 阅读(216) 评论(0) 推荐(0)
摘要: 设置-系统-多任务处理-Alt+Tab 出自 2楼 瀪滺:edge 怎么不让他在 alt + tab 上显示 阅读全文
posted @ 2020-12-16 14:54 letleon 阅读(13305) 评论(0) 推荐(1)
摘要: 1 let arrayBuffer = fsm.readFileSync(res.tempFilePath) 2 let unit8Arr = new Uint8Array(arrayBuffer) 3 let encodedString = String.fromCharCode.apply(nu 阅读全文
posted @ 2020-12-16 11:59 letleon 阅读(2132) 评论(0) 推荐(0)