Results 12 issues of huhuime

错误`'createElementBlock' is not exported by node_modules\vue\dist\vue.runtime.esm-bundler.js, imported by src\layout\Menu\MenuItem.vue` 搜索了下,似乎是需要更新才行(https://github.com/element-plus/element-plus/issues/2907)

# 功能:PWA中增加WindowControlsOverlay支持 相关文档[Window Controls Overlay for Installed Desktop Web Apps](https://github.com/WICG/window-controls-overlay/blob/main/explainer.md) 至少需在pwa配置`display_override: [ "window-controls-overlay" ]` 可能需要启用`about://flags/#enable-desktop-pwas-window-controls-overlay`

enhancement

# 能否增加共享元素动画效果(shared-element) ### 效果如图 ![GIF](https://user-images.githubusercontent.com/6631239/166441201-b8c88fb3-00b0-4375-9306-85a04ba027d5.gif) 依赖实现[justintaddei/v-shared-element](https://github.com/justintaddei/v-shared-element)

UI/UX

修改端口仍然提示端口被系统保留", "服务端口被系统保留,是否修改系统保留端口 在launcher\win_compat_suggest.py中is_port_reserve_conflict 写死没有去读取配置文件中设置的端口号 `if p0 < 1080 < p1 or p0 < 8085 < p1`

比如:检测到系统是64位的执行sudo apt install libstdc++6:armhf或者提供64位程序。

![image](https://user-images.githubusercontent.com/6631239/136678024-9da070f5-6a53-4b08-bbca-d0aa9a51818a.png) 没有退出按钮

bug

比如Joycon.cs中第1058行 `gyr_g.X = (gyr_r[i] - gyr_neutral[i]) * (816.0f / (gyr_sensiti[i] - gyr_neutral[i]));` 查询gyr_sensiti和gyr_neutral赋值过程 ``` gyr_neutral[0] = (Int16)(buf_[0] | ((buf_[1]

有些界面有多个window设置了多个不同的状态栏颜色导致取色不准确,建议把 `"dumpsys window visible | grep LIGHT_"` 改成 `"dumpsys window visible | grep -B 6 LIGHT_ | grep "+classname(AccessibilityEvent event.getClassName().toString()))` 好像还是有些问题,只能写排除上层页面的了 `dumpsys window visible | grep -B 6 LIGHT_ `...

在win10 20H2中用ACCENT_ENABLE_BLURBEHIND是不会出现鼠标拖到窗口延迟问题。 如图: ![GIF](https://user-images.githubusercontent.com/6631239/102033115-95890980-3df5-11eb-95c8-b42b2df2e83a.gif) ![image](https://user-images.githubusercontent.com/6631239/102033148-a76aac80-3df5-11eb-86ec-7ad9a613329a.png) 能修改下或者给个单独的设置允许从ACCENT_ENABLE_ACRYLIC设置成ACCENT_ENABLE_BLURBEHIND如何?

![image](https://user-images.githubusercontent.com/6631239/53555457-ebd37c80-3b7c-11e9-9dc9-9477156e910e.png) 2.3似乎ws://被封了,自定义端口一致回404,但是通过chrome://inspect进入是可以改DOM的,修改DOM是通过http协议的不走ws?