WBO是一个自由和开源的在线协作白板。它允许多个用户同时在一个虚拟的大型白板上画图。该白板对所有线上用户实时更新,并且状态始终保持。它可以用于许多不同的目的,包括艺术、娱乐、设计和教学。要与某人实时协作绘制图形,只需向他们发送白板的URL。GitHub:https://github.com/lovasoa/whitebophir官方网站:https://wbo.ophir.dev/Docker镜像:https://hub.docker.com/r/lovasoa/wboDocker部署docker run -it --publish 5001:80...
查询当前镜像源npm get registry设置镜像源npm config set registry https://registry.npmmirror.com/electron镜像npm config set ELECTRON_MIRROR "https://npmmirror.org/mirrors/electron/"看和删除electron镜像npm config get ELECTRON_MIRROR
npm config delete ELECTRON_MIRROR
查看当前代理npm config get pr...
import * as OTPAuth from "otpauth"; let totp = new OTPAuth.TOTP({
// Provider or service the account is associated with.
issuer: "ACME",
// Account identifier.
label: "AzureDiamond",
// Algorithm used for the HMAC fu...