From 7b4e52743bea0a6a9f0749c4f9de0d98e0395bfd Mon Sep 17 00:00:00 2001 From: Yuzhiran Dev Date: Mon, 18 May 2026 22:59:03 +0800 Subject: [PATCH] Fix pagination: all pages default to 10 per page, add total counts, fix tasks pagination position and use client-side slicing --- platform/frontend/admin.html | 12 +++++++----- platform/frontend/tasks.html | 32 ++++++++++++++++++++------------ platform/frontend/topics.html | 5 +++-- 3 files changed, 30 insertions(+), 19 deletions(-) diff --git a/platform/frontend/admin.html b/platform/frontend/admin.html index 5854add..bf628ae 100644 --- a/platform/frontend/admin.html +++ b/platform/frontend/admin.html @@ -37,6 +37,7 @@
新增案例 + 共 {{ cases.length }} 个
加载中...