From 9eb872391eee0cf364752877c780707f1e8d41c3 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 22 Apr 2026 23:33:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dalert=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E4=B8=AD\n=E5=AF=BC=E8=87=B4=E7=9A=84JS?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xian_favor/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xian_favor/api.py b/xian_favor/api.py index e7e2b81..7215ce0 100644 --- a/xian_favor/api.py +++ b/xian_favor/api.py @@ -2276,7 +2276,7 @@ let currentFilter = { type: '', status: '', starred: null, folder_id: null }; let currentSort = { sort_by: '', sort_order: '' }; let currentItems = []; // 保存当前显示的数据,用于切换显示模式时重新渲染 let currentPage = 1; -let pageSize = 20; // 可配置的每页条数 +let pageSize = 20; // 可配置的每页条数(会被systemConfig覆盖) let allFolders = {}; // 按类型存储文件夹 let isOnline = true; let connectionCheckTimer = null; @@ -4105,7 +4105,7 @@ function saveSystemConfig() { bootstrap.Modal.getInstance(document.getElementById('systemConfigModal')).hide(); // 提示 - alert('配置已保存!\n部分配置需要刷新页面才能生效。'); + alert('配置已保存!部分配置需要刷新页面才能生效。'); } // 重置为默认配置