From 6de3525a05c4f1ae6e5526544930ae82c8ca7266 Mon Sep 17 00:00:00 2001 From: b110212000 Date: Thu, 24 Jun 2021 09:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=AB=E6=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- SolarPower/SolarPower.csproj | 132 +++++++++++++++++++++++++ SolarPower/Views/Shared/_Layout.cshtml | 3 +- 3 files changed, 135 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df076c6..e84c9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -337,4 +337,5 @@ ASALocalRun/ .localhistory/ # BeatPulse healthcheck temp database -healthchecksdb \ No newline at end of file +healthchecksdb +/SolarPower/wwwroot/js/bower_components diff --git a/SolarPower/SolarPower.csproj b/SolarPower/SolarPower.csproj index 05c1a89..0813b26 100644 --- a/SolarPower/SolarPower.csproj +++ b/SolarPower/SolarPower.csproj @@ -23,6 +23,20 @@ + + + + + + + + + + + + + + @@ -101,6 +115,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SolarPower/Views/Shared/_Layout.cshtml b/SolarPower/Views/Shared/_Layout.cshtml index f48f2b3..ee174e2 100644 --- a/SolarPower/Views/Shared/_Layout.cshtml +++ b/SolarPower/Views/Shared/_Layout.cshtml @@ -1134,7 +1134,6 @@ - @**@ @@ -1142,7 +1141,7 @@ - + @*各頁面的JavaScript*@