Refactor modals.html into modular components

This commit is contained in:
Will Miao
2025-07-25 16:10:16 +08:00
parent a7d9255c2c
commit 206c1bd69f
10 changed files with 717 additions and 718 deletions

View File

@@ -551,8 +551,6 @@ class ModelRouteUtils:
# Add to excluded models list
scanner._excluded_models.append(file_path)
await scanner._save_cache_to_disk()
return web.json_response({
'success': True,