From ab60bebefd60b1509cff3b52bfc2d7cfc36b9ed0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 5 Apr 2026 13:00:51 +0800 Subject: [PATCH] bugfix --- json/llmbill.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 json/llmbill.json diff --git a/json/llmbill.json b/json/llmbill.json new file mode 100644 index 0000000..5c6a28c --- /dev/null +++ b/json/llmbill.json @@ -0,0 +1,13 @@ +{ + "tblname": "llmusage", + "alias": "llmbill", + "title":"账单", + "params": { + "sortby":"use_time desc", + "noedit": true, + "browserfields": { + "exclouded": ["id", "ioinfo", "cost", "accounting_status"], + "alters": {} + } + } +}