1. 首页
  2. 数据库
  3. 其它
  4. 屏幕亮度 源码

屏幕亮度 源码

上传者: 2021-04-20 10:47:13上传 ZIP文件 134KB 热度 11次
屏幕亮度 @capacitor-community/screen-brightness 电容器社区插件,用于控制iOS和Android设备上的屏幕亮度。 维护者 维护者 的GitHub 社会的 伊利·卢卡斯(Ely Lucas) 安装 npm install @capacitor-community/screen-brightness npx cap sync 配置 此插件无需配置 用法 import { ScreenBrightness } from '@capacitor-community/screen-brightness' ; // Set the brightness: const halfBright = 0.5 ; await ScreenBrightness . setBrightness ( { halfBright } ) ; // Get the curre
下载地址
用户评论