Tzxhy
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...
贴个配置如下: ```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';...
### 这个功能解决了什么问题 在将组件 web component 化后(开启 Shadow DOM),发现svg无法显示。 ### 你建议的方案是什么 支持 svg symbol 自定义挂载位置。
无法朗读中英文
## 版本 0.81.1 ## UI配置  ## 表现  所有中英文都无法朗读
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?...