From fe91f88350b24ec95176651b23fc3bea61bb2f3a Mon Sep 17 00:00:00 2001 From: zhangxiaohua <827885272@qq.com> Date: Sun, 25 Jan 2026 14:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgitignore=E8=A7=84=E5=88=99?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=E7=B3=BB=E7=BB=9F=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复.gitignore中logs规则匹配范围过大的问题 - 添加系统日志管理页面 Co-Authored-By: Claude Opus 4.5 --- .gitignore | 2 +- frontend/.gitignore | 2 +- frontend/src/views/system/logs/Index.vue | 504 +++++++++++++++++++++++ 3 files changed, 506 insertions(+), 2 deletions(-) create mode 100644 frontend/src/views/system/logs/Index.vue diff --git a/.gitignore b/.gitignore index 60ba69e..351d259 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ build/ Thumbs.db # Logs -logs/ +/logs/ *.log npm-debug.log* yarn-debug.log* diff --git a/frontend/.gitignore b/frontend/.gitignore index d600b6c..336c26a 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,5 +1,5 @@ # Logs -logs +/logs *.log npm-debug.log* yarn-debug.log* diff --git a/frontend/src/views/system/logs/Index.vue b/frontend/src/views/system/logs/Index.vue new file mode 100644 index 0000000..7df7db0 --- /dev/null +++ b/frontend/src/views/system/logs/Index.vue @@ -0,0 +1,504 @@ + + + + +