屏幕亮度 @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