💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## onLongPress 长按触发 ``` onLongPress(target,()=>{ console.log('asd'); }) ``` 指定时长 ``` onLongPress(target,()=>{ console.log('asd'); },{delay:1000}) ```