fix 文件转移时无法覆盖

This commit is contained in:
jxxghp
2023-09-08 22:36:31 +08:00
parent 100ff97017
commit 3b73dfcdc6
2 changed files with 9 additions and 8 deletions

View File

@ -798,7 +798,7 @@ class BrushFlow(_PluginBase):
},
{
'component': 'td',
'text': data.get('ratio')
'text': round(data.get('ratio') or 0, 2)
},
{
'component': 'td',