From e53d6032119d8165174584086d71a8513299d20b Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 23 Sep 2018 14:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E6=95=B4=E5=90=88BA=E5=90=8E=E5=8F=B0=E7=9A=84=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Shared/Navigator.cshtml | 4 +- Bootstrap.Client/Views/Shared/SubMenu.cshtml | 8 - .../Views/Shared/SubNavItem.cshtml | 8 + .../Views/Shared/SubNavigation.cshtml | 4 +- Bootstrap.Client/Views/Shared/_Layout.cshtml | 8 +- Bootstrap.Client/wwwroot/css/blue.css | 6 +- .../wwwroot/css/jquery.mCustomScrollbar.css | 1267 ++++++ .../css/jquery.mCustomScrollbar.min.css | 1 + Bootstrap.Client/wwwroot/css/site.css | 108 +- Bootstrap.Client/wwwroot/js/common-scripts.js | 26 +- .../js/jquery.mCustomScrollbar.concat.min.js | 5 + .../wwwroot/js/jquery.mCustomScrollbar.js | 2458 +++++++++++ .../wwwroot/js/jquery.nicescroll.js | 3720 ----------------- .../wwwroot/js/jquery.nicescroll.min.js | 2 - .../wwwroot/js/jquery.scrollTo.js | 210 - .../wwwroot/js/jquery.scrollTo.min.js | 7 - 16 files changed, 3793 insertions(+), 4049 deletions(-) delete mode 100644 Bootstrap.Client/Views/Shared/SubMenu.cshtml create mode 100644 Bootstrap.Client/Views/Shared/SubNavItem.cshtml create mode 100644 Bootstrap.Client/wwwroot/css/jquery.mCustomScrollbar.css create mode 100644 Bootstrap.Client/wwwroot/css/jquery.mCustomScrollbar.min.css create mode 100644 Bootstrap.Client/wwwroot/js/jquery.mCustomScrollbar.concat.min.js create mode 100644 Bootstrap.Client/wwwroot/js/jquery.mCustomScrollbar.js delete mode 100644 Bootstrap.Client/wwwroot/js/jquery.nicescroll.js delete mode 100644 Bootstrap.Client/wwwroot/js/jquery.nicescroll.min.js delete mode 100644 Bootstrap.Client/wwwroot/js/jquery.scrollTo.js delete mode 100644 Bootstrap.Client/wwwroot/js/jquery.scrollTo.min.js diff --git a/Bootstrap.Client/Views/Shared/Navigator.cshtml b/Bootstrap.Client/Views/Shared/Navigator.cshtml index 370826ea..fdc6aa73 100644 --- a/Bootstrap.Client/Views/Shared/Navigator.cshtml +++ b/Bootstrap.Client/Views/Shared/Navigator.cshtml @@ -1,10 +1,10 @@ @model NavigatorBarModel