Zhenye Wei

Results 14 comments of Zhenye Wei

@brillout vue-highcharts supports both v1 and v2.

I just read [this](https://css-tricks.com/reverse-text-color-mix-blend-mode/) article and found [mix-blend-mode](https://css-tricks.com/almanac/properties/m/mix-blend-mode/) maybe helpful for `\K` or `\kf`, but it seems mix-blend-mode has to work with background, it may still hard to implement `\K`....

I'm working on changing CSS Animation to Web Animation API for animation on [next branch](https://github.com/weizhenye/ASS/tree/next), but it's still experimental. You can try to build it yourself to check whether performance...

目前没有,你可以调用 `ass.destroy()` 方法销毁当前实例然后 new 一个新的出来。

@1c7 我现在想想复杂度有点高,相当于不仅仅要做 libass 的 renderer 能力,还要做一部分 Aegisub 的 editor 能力。 我假期有时间的话会尝试加一下。

我之前没有想到什么场景是需要脱离 video 单独控制 ASS 时间轴的,所以要求 video 作为必填参数传进来,你现在说的这个可能确实有不少实际应用。 这个要支持的话,我目前设想的是用户传入一个「媒体源」,它提供与 video 差不多的能力,比如触发播放暂停跳转等事件,然后字幕渲染依然是在 container 里,由用户自行覆盖到媒体源实际展示的区域。 这个改动会比较大,需要把 video 绑定完全抽象出来。我可能要先找下有没有其他项目有类似的「媒体源」的概念,看下在具体场景下是怎么用的。 我国庆期间会尝试改下。

bangumi-data 本质是同个番剧在多个站点的关联,并提供番剧本身必要的元信息。从数据维护来说,我感觉脚本辅助 + Wiki 是一个理想的形式,如果能借助 Bangumi.tv 的 Wiki 能力让大家都能参与数据维护,那最好不过了。 如果要集成的话,bangumi-data 的形态是[数据](https://github.com/wxt2005/bangumi-list/issues/39#issuecomment-229713885),Bangumi.tv 的形态是服务,我期望后续依然能够以数据的形态获得较新的改动,也就是想 bangumi-data 的提交能够同步到 Bangumi.tv,反之 Wiki 改动也能同步回来。 而各站的番剧专辑页会有各种各样的情况,什么多季塞一起、各种语言配音版本之类的,我在维护数据时对很多特例都假装不存在了,真搞起来还是会有很多问题待定的。 上面提到的 SP、EP 序号问题,是要把关联信息细化到集了,这个数据目前 bangumi-data 没有,感觉也是个大坑。 我觉得还是要看 Bangumi.tv 产品定位上怎么看,以前是有每集里可添加各站播放地址直接在线看的,后来没了,印象中是版权、政策之类的原因。单纯关联链接应该没事,不过这个功能对 Bangumi.tv 是不是要做,需要 Sai 老板决定。

Not supported yet, it's not easy to implement

@7studio Hi, I have made a [plugin](https://github.com/weizhenye/rollup-plugin-bundle-scss) may satisfy your issue.

I've got it, thanks. Another issue: `m 0 0 s 0 90 90 90 90 0 233 p 30 40`. In xy-VSFilter, `233` will be ignored for it only specifies...