暗色模式
data:base64 图标转换为 blob
data:base64
blob
import {imgDataURLtoBlob} from '@vill-v/broswer' imgDataURLtoBlob('data:base64')
declare function imgDataURLtoBlob(base64Buf: string): Blob;