Yukismimi

Results 1 comments of Yukismimi

源代码中有几处调用structuredClone API的地方需要修改一下。 OBS指定浏览器时会下载代码并在OBS中的Chrome驱动去运行的,OBS的Chrome驱动应该是75版本,暂不支持structuredClone API(需要98版本以上) 不考虑性能问题可以使用下面方式解决该问题。 JSON.parse(JSON.stringify(XXX))