Results 21 issues of BI7PRK

How to specify the directory where the image is saved https://github.com/xdavidhu/mitmAP/blob/ab099ceef9967859db1ff8bfff91468f142c29fa/mitmAP.py#L290

这个按钮应该要做二次确认,手滑误点后,发生一系列的折腾悲剧…… ![图片](https://user-images.githubusercontent.com/24989210/179752626-f1b4e65d-9958-434b-975a-7107d2e7069c.png)

### 预期行为 当在配置新的服务时,有时候需要切换到其它应用获得具体内容(例如在微信里复制必要参数)。这时需要返回微信。v2rayNG 后台隐藏。复制到内容后,返回v2rayNG,继续填入相应的配置参数。 ### 实际行为 返回v2rayNG后,发现界面重新启动。原先已输入的参数全无。这样给配置交互产生极大麻烦。 ### 复现方法 按Home返回切换到其它应用。然后再返回v2rayNG ### 建议 应该加入拦截Home键行为: src/main/kotlin/com/v2ray/ang/ui/MainActivity.kt ```Kotlin override fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean { if (keyCode == KeyEvent.KEYCODE_BACK) { moveTaskToBack(false) return...

我在 Pi4+Ubuntu 18.0x 64bit 中安装并运行。提示: > ./voipServer: cannot execute binary file: Exec format error 已经执行了 chmod +x *Server

**场景** - Android端直播,两个windows端观看 - 其中一个windows申请连麦。正常。 - 点【退出连麦】,两个"观众"同时崩溃。重新加入也不行。重启应用才可以。

## [BUG 反馈] bm-marker.icon.url 不灵活。如果Vue中使用了url-loader。那就不好使了 ### 浏览器版本号 现代浏览器 ### Vue 版本号 @vue/cli 4.4.4 ### 组件库版本号 0.21.22 ### 现象描述 ``` 项目使用了 url-loader ``` ### 完整异常信息 ``` 编译后,bm-marker.icon.url 不能正确显示 ``` ### 在线示例...

**Describe the bug** - Raspberry Pi 3 Model B Rev 1.2 - Google Chrome ***进入防火墙列表时,浏览器崩溃(卡住不动)*** **Openwrt (please complete the following information):** - Versiosn: OpenWrt 19.07.7 r11306-c4a6851c72 - Theme: LuCI openwrt-19.07...

![图片](https://user-images.githubusercontent.com/24989210/173234322-a6dc8328-0654-4854-98a9-a3d39c30c277.png)

Support sandbox

## 版本 ## - 1.7.28 ## 协议 - WS ## 问题 - 不能配置相关TLS,是否应该增加 WSS:// -SNI -uTLS -ALPN ## 相关参考 [VLESS-WSS-Nginx](https://github.com/XTLS/Xray-examples/blob/main/VLESS-WSS-Nginx/client.json#L44)