Feat: admin audit (#5068)

* add admin audit (#5041)

* Test audit (#5058)

* feat: operation index

* fix: delete update vector

* perf: Clear invalid data

* perf: index

* perf: cleare invalid data

* index

* perf: audit event

* fix: schema enum

* add audit.svg (#5060)

Co-authored-by: dreamer6680 <146868355@qq.com>

* update package

* perf: audit

* perf: code move

* eslint

* doc

---------

Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
Co-authored-by: dreamer6680 <1468683855@qq.com>
Co-authored-by: dreamer6680 <146868355@qq.com>
This commit is contained in:
Archer
2025-06-19 10:35:21 +08:00
committed by GitHub
parent 36fafd2149
commit d44befeff0
53 changed files with 580 additions and 266 deletions

View File

@@ -20,6 +20,7 @@ export const iconPaths = {
'common/addLight': () => import('./icons/common/addLight.svg'),
'common/addUser': () => import('./icons/common/addUser.svg'),
'common/administrator': () => import('./icons/common/administrator.svg'),
'common/audit': () => import('./icons/common/audit.svg'),
'common/alipay': () => import('./icons/common/alipay.svg'),
'common/app': () => import('./icons/common/app.svg'),
'common/arrowLeft': () => import('./icons/common/arrowLeft.svg'),

View File

@@ -0,0 +1 @@
<svg t="1750218314310" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4361" ><path d="M746.88 938.88v42.24a42.88 42.88 0 0 0 42.24-42.24zM149.12 149.12A21.76 21.76 0 0 1 170.88 128V42.88A106.24 106.24 0 0 0 64 149.12zM170.88 128h512V42.88h-512V128z m512 0a21.12 21.12 0 0 1 21.12 21.12h85.12A106.24 106.24 0 0 0 682.88 42.88V128z m21.12 21.12v789.76h85.12V149.12zM746.88 896h-576v85.12h576V896z m-576 0a21.76 21.76 0 0 1-21.76-21.12H64a106.24 106.24 0 0 0 106.88 106.24V896z m-21.76-21.12V149.12H64v725.76z" p-id="4362"></path><path d="M746.88 938.88H704a42.88 42.88 0 0 0 42.88 42.24v-42.24zM789.12 512V426.88A85.12 85.12 0 0 0 704 512z m0 0h85.76V426.88h-85.76V512z m85.76 0H960a85.12 85.12 0 0 0-85.12-85.12V512z m0 0v362.88H960V512z m0 362.88a21.76 21.76 0 0 1-21.76 21.12v85.12A106.24 106.24 0 0 0 960 874.88z m-21.76 21.12h-106.24v85.12h106.24V896z m-64 42.88V512H704v426.88zM234.88 213.12a42.88 42.88 0 0 0 0 85.76V213.12z m170.24 85.76a42.88 42.88 0 0 0 0-85.76v85.76z m-170.24 0h170.24V213.12H234.88v85.76zM234.88 362.88a42.24 42.24 0 0 0-42.88 42.24 42.88 42.88 0 0 0 42.88 42.88V362.88z m256 85.12a42.88 42.88 0 0 0 42.24-42.88 42.24 42.24 0 0 0-42.24-42.24V448z m-256 0h256V362.88h-256V448z" p-id="4363"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB