镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
up
这个提交包含在:
@@ -42,7 +42,7 @@ class PaperFileGroup():
|
|||||||
def write_result(self):
|
def write_result(self):
|
||||||
manifest = []
|
manifest = []
|
||||||
for path, res in zip(self.file_paths, self.file_result):
|
for path, res in zip(self.file_paths, self.file_result):
|
||||||
with open(path + f'{gen_time_str()}.trans.md', 'w', encoding='utf8') as f:
|
with open(path + f'.{gen_time_str()}.trans.md', 'w', encoding='utf8') as f:
|
||||||
manifest.append(path + '.trans.md')
|
manifest.append(path + '.trans.md')
|
||||||
f.write(res)
|
f.write(res)
|
||||||
return manifest
|
return manifest
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户