Replies: 1 comment
-
可以的,我觉得没问题。 如果你愿意帮我调整的话,可以发个 PR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
调用这个函数时,这两段的行为都是一样的,是否可以只初始化一次,当需要进行markdown渲染时,只调用一句
h = md.convert(text)
, 而不是md_to_html()
此处的
css_style
也是一直不会变的,是否可以合并到https://github.com/lss233/chatgpt-mirai-qq-bot/blob/bb14f6a64548bffcadf478d047593064ac6a747b/utils/text_to_img.py#L43 里去Beta Was this translation helpful? Give feedback.
All reactions