Tzxhy

Results 7 issues of Tzxhy

复现[url](http://www.w3school.com.cn/jsref/met_element_getattribute.asp) 无代理访问正常,hiproxy代理访问乱码。

源代码中只对npm全局安装的hiproxy-前缀插件进行检索,但未对yarn全局安装的插件进行检索、获取。木前正在修复该问题。

node版本:8.9.3 启动命令:hiproxy start -o chrome 报错: ```bash (node:10628) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Can not find browser info (node:10628) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In...

bug

贴个配置如下: ```bash domain www.tanzhixuan2018.top { location / { proxy_pass http://$ip/; } location /to { proxy_set_header Host hiproxy.org; # [conf1] proxy_pass http://hiproxy.org/zh-cn/get_started/cli_options.html; } location /login { proxy_pass https://$ip/qfc-pm/login/; proxy_set_header from 'hiproxy';...

enhancement
feature

### 这个功能解决了什么问题 在将组件 web component 化后(开启 Shadow DOM),发现svg无法显示。 ### 你建议的方案是什么 支持 svg symbol 自定义挂载位置。

## 版本 0.81.1 ## UI配置 ![image](https://github.com/user-attachments/assets/c16b3559-c69f-4c6b-a23e-8b79046d9bfa) ## 表现 ![image](https://github.com/user-attachments/assets/b147802b-dfc4-436e-a714-aa75a8ce53d9) 所有中英文都无法朗读

My app shows a Modal when fullscreen on MacOS. When I pressed key `Esc`, what I want is only to close that modal, not exit fullscreen. How to solve it?...

stale