修复一些问题
This commit is contained in:
		@@ -16,7 +16,7 @@ win_width, win_height = 1100, 500
 | 
			
		||||
conn, cursor = None, None
 | 
			
		||||
listW_items = {"实用工具": "w10_practical", "效率提升": "w20_efficiency", "财务分析": "w30_financial"}
 | 
			
		||||
icon = f"{base_path}/assets/media/icon.ico"
 | 
			
		||||
 | 
			
		||||
caller_frame = None
 | 
			
		||||
def delete_files_in_directory(directory):
 | 
			
		||||
    path = Path(directory)
 | 
			
		||||
    if path.exists() and path.is_dir():
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user