手电筒插件
import { torchPlugin } from "@plaoc/plugins";
TorchPlugin.toggleTorch()
打开或关闭手电筒;
TorchPlugin.getTorchState()
获取手电筒的状态;
Plaoc