bilingual_book_maker icon indicating copy to clipboard operation
bilingual_book_maker copied to clipboard

考虑适配 HTML 格式

Open wizardforcel opened this issue 2 years ago • 2 comments

我发现 ChatGPT 能正确处理 HTML 格式:


> 请把以下中文翻译成日文:疾风亦有归途

疾風も帰り道がある。

> 请把以下中文翻译成日文:<p>疾风<b>亦有</b>归途</p>

疾風<b>も</b>帰り道がある

wizardforcel avatar Jul 13 '23 09:07 wizardforcel

@wizardforcel 好。 之前忙在 https://github.com/yihong0618/Kindle_download_helper 这上,等之后我会好好看看支持。 感谢

yihong0618 avatar Jul 14 '23 02:07 yihong0618

@wizardforcel 好。 之前忙在 https://github.com/yihong0618/Kindle_download_helper 这上,等之后我会好好看看支持。 感谢

不需要改动太多,把.text()改成.html()就可以了。

wizardforcel avatar Jul 19 '23 04:07 wizardforcel