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

@@ -1,5 +1,5 @@
// AlphabetBar.js - Component for alphabet filtering
import { getCurrentPageState, setCurrentPageType } from '../../state/index.js';
import { getCurrentPageState } from '../../state/index.js';
import { getStorageItem, setStorageItem } from '../../utils/storageHelpers.js';
import { resetAndReload } from '../../api/loraApi.js';