From 190a624e273e77f8d30302c52d520c633b34d47b Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 16 Aug 2019 17:39:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=95=B4=E5=90=88=20AdminLTE=20?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=8E=A7=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Shared/Navigator.cshtml | 2 +- .../Views/Shared/SubNavItem.cshtml | 27 ++- .../Views/Shared/SubNavigation.cshtml | 2 +- Bootstrap.Admin/Views/Shared/_Admin.cshtml | 4 +- Bootstrap.Admin/wwwroot/css/lte.css | 17 +- Bootstrap.Admin/wwwroot/css/theme.css | 70 +++---- Bootstrap.Admin/wwwroot/js/common-scripts.js | 7 +- .../lib/dcjqaccordion/js/jquery.cookie.js | 96 --------- .../js/jquery.dcjqaccordion.2.7.js | 198 ------------------ .../js/jquery.dcjqaccordion.2.7.min.js | 1 - .../wwwroot/lib/longbow.tree/longbow.tree.js | 155 ++++++++++++++ 11 files changed, 213 insertions(+), 366 deletions(-) delete mode 100644 Bootstrap.Admin/wwwroot/lib/dcjqaccordion/js/jquery.cookie.js delete mode 100644 Bootstrap.Admin/wwwroot/lib/dcjqaccordion/js/jquery.dcjqaccordion.2.7.js delete mode 100644 Bootstrap.Admin/wwwroot/lib/dcjqaccordion/js/jquery.dcjqaccordion.2.7.min.js create mode 100644 Bootstrap.Admin/wwwroot/lib/longbow.tree/longbow.tree.js diff --git a/Bootstrap.Admin/Views/Shared/Navigator.cshtml b/Bootstrap.Admin/Views/Shared/Navigator.cshtml index e5488918..40d0dae6 100644 --- a/Bootstrap.Admin/Views/Shared/Navigator.cshtml +++ b/Bootstrap.Admin/Views/Shared/Navigator.cshtml @@ -15,7 +15,7 @@