AmiKara

Results 7 comments of AmiKara

稍后补上测试

@afc163 @zombieJ 能帮忙review一下吗🥺

The problem seems to be caused by the `font` tag? https://github.com/FilipePS/Traduzir-paginas-web/blob/56152f2e3b2150a819902f0f12a9091e43270a25/src/contentScript/pageTranslator.js#L723-L731 I'm not sure what the `font` tag does some thing in this project, but i found some reason to...

> @HelloAny To write the translation algorithm, I based myself on how Chrome's translator works. That's why TWP uses the `` tag, but I couldn't write an algorithm that works...

https://github.com/transitive-bullshit/chatgpt-api/issues/482 应该是openai的原因

https://github.com/antvis/F2/blob/e3659d21db9b7c540cad7f9e75664ee564a7028f/packages/f2/src/chart/index.tsx#L357

I got a idea to extend Chart Instance, and override the Render Function. But this approach seems not very flexible. ``` class NewChart extends Chart { ...super render() { }...