YUE
YUE
使用 SwipeMenuLayout 作为 ExpandableListView 的 Item 时,onGroupClick 不再被出发。 之前用 LinearLayout 可以。 而用 LinearLayout 内嵌 SwipeMenuLayout 并在点击时手工触发 ll_wrap.performClick() 也不行。。
```php // 内存型 $pinyin = new Pinyin('Overtrue\Pinyin\MemoryFileDictLoader'); $str = $pinyin->permalink('乌拉', ''); var_dump($str === 'wula'); $str = $pinyin->permalink('拉圭', ''); var_dump($str === 'lagui'); $str = $pinyin->permalink('乌圭', ''); var_dump($str === 'wugui'); $str =...
观察到,默认安装配置下,Apple TV 流媒体可以正常观看但 App Store 无法打开。 客户端是运行在路由器的 ShellCrash。 目前有两个实例,分别运行如下的默认安装选项: - S1 - https://github.com/wulabing/Xray_onekey - S2 - https://github.com/hello-yunshu/Xray_bash_onekey - 选项默认,选用的域名为 d1.awsstatic.com 客户端任何配置均不发生改变的情况下(仅切换 S1 和 S2 的先后顺序): - 切换到 S1,流媒体和 App Store...