模型库初版提交
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user