模型库初版提交

This commit is contained in:
zhangshun
2026-05-25 08:49:29 +08:00
parent 5d08480921
commit c2ac560527
7 changed files with 17 additions and 6 deletions

View File

@@ -91,7 +91,6 @@ export async function loadModels() {
appState.page -= 1;
return loadModels();
}
document.querySelector("#modelCount")!.textContent = `${result.total} 个模型`;
renderPagination({
container: document.querySelector<HTMLElement>("#modelPagination")!,
total: result.total,