Ziqiang Li

Results 24 comments of Ziqiang Li

已解决,跑示例程序时候一定要启用`app/build.gradle`中的plugin ``` // 取消下面行的注释 apply plugin: 'auto-patch-plugin' ```

创建了更新文档的pr https://github.com/Meituan-Dianping/Robust/pull/454

多谢,原来是我没有配置。

如果我自定义了配置会导致另一个问题,文档上说 > 需要注意,控制条参数会根据其他参数不同而不同。如果 isTouch 是 true,则不会包括 volume。 但是我自定义了后,就都会包含volume了。 这是我的配置 ```js { bpControls: { 650: [ ['play', 'volume', 'time', 'web-fullscreen', 'fullscreen'], [], ['spacer', 'airplay'], ] }, controls: [ ['play', 'volume', 'time',...

> 如果我自定义了配置会导致另一个问题,文档上说 > > > 需要注意,控制条参数会根据其他参数不同而不同。如果 isTouch 是 true,则不会包括 volume。 > > 但是我自定义了后,就都会包含volume了。 > > 这是我的配置 > > ```js > { > bpControls: { > 650: [ > ['play', 'volume',...

我是这么处理的: 1. 第一个figure里面就不用caption。 2. 第二个figure最开始要 `\addtocounter{figure}{-1}` 使得编号连续。然后再 `\addtocounter{subfigure}{4}` 推后 subfigure 的编号,第一个figure里面有多少 subfigure 就加几

@jitwxs 感谢,解决可以用

我现在的解决方案是,在编译最后跑脚本重新复制被错误覆盖的 Json 文件,也没用下面的解决方案。 ```yaml aplayer: asset_inject: false ```

Any progress on the feature of sitemap?