雷系泡泡
雷系泡泡
🤯短时间内(至少3个月),我还是没有足够的精力来搞这事儿
换 `账号`/`设备`/`IP` 也一样? --- 如果以屏蔽“刷”这个行为,就算不对外部进行检测,`app` 自身就可以有办法检测到,比如:单位时间内的行为是否极其相似。 只要 `账号`/`设备`/`IP` 被认定为属于“刷”,服务方想要取消这样的数据还是比较容易。
🤔这个坐标是如何得到的?这看上去是 wda 内部抛出的
`WDA` 和 `Xcode` 的版本分别是? > https://www.tracenote.com/2018/07/25/appiumUpgradeIssues/
https://github.com/electricbubble/gwda/blob/3df5b5a59f91d9800661b80433e36ff5bf4d58cc/driver_test.go#L66-L72
Cross compile from `Linux` to `Windows` with `CGO_ENABLED = 0` ```shell CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build ./main.go ```
``` undefined: os.WriteFile ``` https://github.com/golang/go/blob/89044b6d423a07bea3b6f80210f780e859dd2700/src/io/ioutil/ioutil.go#L40-L47 You should upgrade to `Go 1.16` or later.
> https://docs.microsoft.com/en-us/windows/whats-new/ltsc/ > https://techcommunity.microsoft.com/t5/windows-it-pro-blog/ltsc-what-is-it-and-when-should-it-be-used/ba-p/293181 I guess the `Windows Runtime API` is different
> https://github.com/hallazzang/go-windows-programming/tree/master/example/gui/notifyicon This is a different implementation. --- Can you try [fyne-io/fyne](https://github.com/fyne-io/fyne)? If it can work, I think I can try to fix it. ```golang // https://github.com/fyne-io/fyne/blob/7229e889d49c81a83b0b7e09400837f67f6ddad5/test/notification_test.go#L12-L20 func TestAssertNotificationSent(t *testing.T)...
Can you help me test it on `Windows 10 Enterprise`? 1. Copy the following code and save the file as `toast.ps1` ```powershell [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime] | Out-Null [Windows.UI.Notifications.ToastNotification,...