韩振方

Results 3 issues of 韩振方

I want after two lines then begin to add an ellipsis, Like the effect below. But I can't find a better way to realize it. Can you help me? Thanks...

![image](https://github.com/bytedance/bytemd/assets/99874763/808a669d-c391-4232-b503-5cc254b27520) 比如在点击全屏的时候,我需要进行一些样式的调整,但是目前点击这个按钮,会直接占满我的剩余空间,而我无法进行其他操作。 希望能在点击事件传入回调来在全屏模式下进行一些额外的逻辑处理。类似于 ````ts bytemd.instance.fullScreen(e:event){ // some myself code } ````

I have a question about this repo document. In Quickstart,I see below this ![image](https://github.com/webdriverio-community/wdio-intercept-service/assets/99874763/385c0ba6-09e7-4a59-a58f-7ce88f329e37) ![image](https://github.com/webdriverio-community/wdio-intercept-service/assets/99874763/baba807c-4053-455f-9a63-79a3f29762c1) In my test app, I don't know to select which Usage on Quickstart before Please...