Edwin Hui

Results 31 comments of Edwin Hui

> This appears to be a limitation of Docker Compose and is not related to VS Code / Remote-Containers, correct? If you would like Docker Compose to support INI file...

> We can't change the default working directory as that would break existing setups that rely on the `.env` file being read. We could instead introduce an option in the...

请看: https://github.com/JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER-ADDONS/blob/master/adguardhome/README_zh-CN.md ![image](https://user-images.githubusercontent.com/5207925/118756254-1e243e00-b89d-11eb-9d00-9674c72aab13.png)

按照 @wangdefa8 的提示,其实可以这样做: 删除或注释 script_bootloader/usr/adguardhome/bin/adguardhome_enable.service 的 79-81行,并添加iptables转发 ``` # /opt/bin/mv -f "/tmp/resolv.dnsmasq" "/tmp/resolv.dnsmasq.bak" # /opt/bin/cp -lf "${PRIVATE_ETC}/dnsmasq.d/adguardhome.conf" "${ENTWARE_DNSMASQD}" # /opt/bin/dnsmasq.d_refresh > /dev/null 2>&1 LAN_IP="$(nvram get lan_ipaddr)" iptables -t nat -A...

估计他是用你这个VUE-multi-tab 做常规的Ajax,而且还不懂怎么写Ajax load。。。。

@deadalnix Could you please just add a option to remove the top right buttons? The Window Buttons by danielkza is much profersional in this. It can move to the location...

Finally, I found a solucion at #35 , change the extension.js file as below for remove the button. ``` function init(extensionMeta) { // Buttons.init(extensionMeta); Decoration.init(extensionMeta); AppMenu.init(extensionMeta); } function enable() {...

使用方式基本和vue2一样,在组件引入的时候这样写: 暂时没有发现什么问题 ``` // 引入mescroll-mixins.js import MescrollMixin from '@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js' export default { mixins: [MescrollMixin], // 使用mixin } // 引入 vue import { reactive, getCurrentInstance } from 'vue' import * as...

同样的问题,提示网络连接失败

@morytyann 请问自签后需要怎么处理呢?尝试过自签证,但之后打开 music.163.com 仍旧提示不安全,证书无效。选择安装证书问题依旧。 操作系统是 win10,浏览器是 edge