EsunR
EsunR
【友链交换区】
你可以在此 Issues 中留下你的网站链接,彼此交换以提升网站 SEO 的收录量,请按照如下格式提供友链信息: - url: https://www.esunr.site - title: EsunR Blog - description(可选): EsunR 的博客 - icon(可选): https://esunr-image-bed.oss-cn-beijing.aliyuncs.com/logo.jpg - color(可选): #FDA084 网站 Icon 尺寸建议 100x100,边距 24px,示例如下: 
### Device model / 设备型号 yeelink.light.mbulb3 ### Component version / 插件版本 0.7.17 ### HA core version / HA版本 2023.4.4 ### Integrated mode / 集成方式 Automatic (自动模式) ### The problem /...
```sh echo -e "interface=usb0\ndhcp-range=10.55.0.2,10.55.0.6,255.255.255.248,1h\ndhcp-option=3\nleasefile-ro" >> /etc/dnsmasq.d/usb echo -e "auto usb0\nallow-hotplug usb0\niface usb0 inet static\n address 10.55.0.1\n netmask 255.255.255.248">> /etc/network/interfaces.d/usb0 # ... ... echo -e "#!/bin/bash\n/root/usb.sh\nexit 0" > /etc/rc.local ``` 经测试这三行指令的...
IntelliSense is working in existing files:  But when I create a new file (.js or .vue), vscode IntelliSense not working at all:   After disable Vue - Official...
在某些场景下,yyeva 需要在页面加载完成后再实例化,此时微信内浏览器的 `WeixinJSBridgeReady` 已经触发,`initVideoIDPosition` 函数的调用是无效的,yyeva 内部会一直等待微信状态 ready。 该 Commit 通过判断是否已经存在 `WeixinJSBridge`,如果存在,通过在 `invoke` 方法的回调中创建 video DOM,经测试可以避免这一问题。