From 757a69fe10a3aef1cdd83bd04a198b410a46c63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=80=E5=88=80?= Date: Sun, 21 Jun 2020 22:35:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96redis=E7=9A=84?= =?UTF-8?q?=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- docs/_coverpage.md | 2 +- docs/index.html | 4 +- docs/logo.jpg | Bin 0 -> 15834 bytes docs/logo.png | Bin 21908 -> 0 bytes src/admin/src/Service/AuthService.php | 4 +- src/admin/src/Service/GlobalConfig.php | 2 +- src/admin/src/Service/ModuleProxy.php | 2 +- src/admin/src/Service/PermissionService.php | 2 +- src/base-utils/src/Redis/Redis.php | 227 +++++--------------- 10 files changed, 63 insertions(+), 182 deletions(-) create mode 100644 docs/logo.jpg delete mode 100644 docs/logo.png diff --git a/.gitignore b/.gitignore index a485728..82cfc4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .idea composer.lock -/vendor/ +vendor diff --git a/docs/_coverpage.md b/docs/_coverpage.md index a94a886..087b1b2 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,4 +1,4 @@ -![logo](_media/icon.svg) +![logo](./logo.jpg) # docsify diff --git a/docs/index.html b/docs/index.html index afaba17..80a933f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,10 +14,10 @@