From f07ff87209356f53aba28b0516192b313cb64746 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 15 Dec 2025 15:37:40 +0800 Subject: [PATCH] bugfix --- json/payfee.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json/payfee.json b/json/payfee.json index 9a6d6f8..5849eb9 100644 --- a/json/payfee.json +++ b/json/payfee.json @@ -4,11 +4,12 @@ "params": { "sortby": "id", "browserfields": { - "exclouded": [], + "exclouded": ["id"], "alters": { } }, "editexclouded": [ + "id" ] } }