refactor: Replace direct model metadata API calls with unified model API client

This commit is contained in:
Will Miao
2025-07-25 15:35:16 +08:00
parent 08265a85ec
commit a7d9255c2c
7 changed files with 10 additions and 22 deletions

View File

@@ -4,7 +4,6 @@
*/
import { appCore } from '../core.js';
import { getSessionItem, setSessionItem } from '../utils/storageHelpers.js';
import { state, getCurrentPageState } from '../state/index.js';
class InitializationManager {
constructor() {