镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-07 06:56:48 +00:00
微调HTML
这个提交包含在:
@@ -23,8 +23,10 @@ class construct_html():
|
|||||||
},
|
},
|
||||||
"""
|
"""
|
||||||
def std(str):
|
def std(str):
|
||||||
str = str.replace(r'`',r'\`')
|
str = str.replace(r'`',r'`')
|
||||||
str += ' '
|
if str.endswith("\\"): str += ' '
|
||||||
|
if str.endswith("}"): str += ' '
|
||||||
|
if str.endswith("$"): str += ' '
|
||||||
return str
|
return str
|
||||||
|
|
||||||
template_ = template
|
template_ = template
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户