feat(logging): add loglevel package and implement logger utility

refactor(document): update document list filtering and API request handling
This commit is contained in:
2025-10-20 14:57:43 +08:00
parent 266b10a23b
commit 85eb3ab3da
7 changed files with 140 additions and 70 deletions

9
pnpm-lock.yaml generated
View File

@@ -53,6 +53,9 @@ importers:
lodash:
specifier: ^4.17.21
version: 4.17.21
loglevel:
specifier: ^1.9.2
version: 1.9.2
react:
specifier: ^18.3.1
version: 18.3.1
@@ -1434,6 +1437,10 @@ packages:
lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
loglevel@1.9.2:
resolution: {integrity: sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==}
engines: {node: '>= 0.6.0'}
loose-envify@1.4.0:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
@@ -3164,6 +3171,8 @@ snapshots:
lodash@4.17.21: {}
loglevel@1.9.2: {}
loose-envify@1.4.0:
dependencies:
js-tokens: 4.0.0