mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-12 20:21:21 +08:00
文件名称显示成文件路径了,后面什么都打不开。
This commit is contained in:
parent
0a69b7b749
commit
05fe152aa2
@ -248,7 +248,7 @@ def file(bytes_extra, compress_content, output_path):
|
||||
file_path = get_file(bytes_extra, file_name, output_path)
|
||||
return {
|
||||
'type': msg_type,
|
||||
'file_name': escape_js_and_html(file_path),
|
||||
'file_name': escape_js_and_html(file_name),
|
||||
'file_len': file_len,
|
||||
'file_ext': file_ext,
|
||||
'file_path': file_path,
|
||||
|
Loading…
Reference in New Issue
Block a user