阿里的状态管理框架
https://dvajs.com
mac的automator太强了,比改注册表方便多了
https://stackoverflow.com/a/64065309/8083009
JetBrains 公司推出了一个新工具 Compose for Web,允许使用 Kotlin 开发 Web UI,目标是将来同一套代码适配桌面、Web 和安卓 App。这有希望成为 Java 开发写 Web 页面的最容易方案了。
https://compose-web.ui.pages.jetbrains.team/
配色好难处理啊,MDC的primaryColor和secondaryColor到底是怎么调出来的?目前只能做到这个水平了
const image = new Image();
image.crossOrigin = "anonymous";
image.src = this.$props.song.thumbnail;
image.addEventListener("load", async (event) => {
const colorThief = new ColorThief();
let color = await colorThief.getColor(image);
const contrast = chroma.contrast(chroma(...color).hex(), "#ffffff");
if (contrast < 4) return;
this.primaryColor = chroma(...color).hex();
this.secondaryColor = chroma(...color)
.brighten()
.hex();
this.darkColor = chroma(...color)
.darken()
.hex();
this.lightColor = chroma(...color)
.brighten(2.5)
.hex();
});
美国辉瑞公司将其2021年冠病疫苗营业额预测提高超过70%,达到260亿美元(约347亿新元);该公司还表示,世界各国政府对冠病疫苗的需求将推动其未来多年的营收持续增长。
https://www.zaobao.com.sg/realtime/world/story20210505-1144441
原来Emmet有这么多快捷键
Chinese 🇨🇳 / Dictatorial Admin / Mastodon Code Contributor / 摸鱼技术布道师
Steam: https://steamcommunity.com/id/MashiroBest
Epic: https://store.epicgames.com/en-US/u/d211c824cbd94aaeba898db6bb823ff7
原批交流群:966322309