refactor: Extract model-related utility functions into ModelRouteUtils for better code organization

This commit is contained in:
Will Miao
2025-04-11 10:54:19 +08:00
parent 297ff0dd25
commit 31d27ff3fa
4 changed files with 318 additions and 351 deletions

View File

@@ -1,4 +1,4 @@
import { showToast } from '../utils/uiHelpers.js';
import { showToast, openCivitai } from '../utils/uiHelpers.js';
import { state } from '../state/index.js';
import { showLoraModal } from './loraModal/index.js';
import { bulkManager } from '../managers/BulkManager.js';