Results 83 comments of xushiwei

ref: https://airtest.readthedocs.io/en/latest/wiki/code/code_example_zh.html

### click ```sh click x, y, {Duration: duration, Times: 2} click SpriteName | SpriteObj ```

### input ```sh input "abc", 'd', KeyEnter ```

@kendfss thx for your information.

```go X := [A..., B..., c1, c2, ..., cN] Y := [ A... B... c1, c2, ..., cN ] Z := [ A1..., A2..., a1, a2, ..., aN B... C1...,...

This is mainly due to the performance of the import function (by https://pkg.go.dev/golang.org/x/tools). This has been solved before, but the burden was relatively heavy, so we gave up the optimization...

I use a mac, but it's not as exaggerated as you said. There may be other reasons why Windows is slow. % cat t.gop ```go age := 10 echo "age...

The compilation speed of the latest version of Go+ has also been improved a lot. Compiling the complete Go+ tutorial ([https://github.com/goplus/tutorial](https://github.com/goplus/tutorial)) has been increased by 50 times, and compiling all...