Appearance
获取当前窗口的设备像素比。SSR 环境或浏览器未提供该值时返回 1。
1
import { getDevicePixelRatio } from '@base-web-kits/base-tools-web'; const ratio = getDevicePixelRatio();