Skip to content

Commit

Permalink
cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
ldqk committed Jul 1, 2024
1 parent b276e39 commit 365f66c
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 103 deletions.
2 changes: 1 addition & 1 deletion src/Masuit.MyBlogs.Core/Masuit.MyBlogs.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<PackageReference Include="PanGu.HighLight" Version="1.0.0" />
<PackageReference Include="Rin" Version="2.6.0" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.2" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="TimeZoneConverter" Version="6.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</html>

<script src="/Assets/layui/layui.js"></script>
<script src="https://cdn.staticfile.org/echarts/5.5.0/echarts.min.js" type="text/javascript"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/echarts/5.5.0/echarts.min.js" type="text/javascript"></script>
<script>
layui.use('table', function() {
var table = layui.table;
Expand Down
8 changes: 4 additions & 4 deletions src/Masuit.MyBlogs.Core/Views/Dashboard/Counter.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<html>
<head>
<title>服务器性能监控</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" async defer>
<link href="https://cdn.staticfile.org/limonte-sweetalert2/6.6.9/sweetalert2.min.css" rel="stylesheet" async defer>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" async defer>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.9/sweetalert2.min.css" rel="stylesheet" async defer>
<link href="~/Assets/layui/css/layui.min.css" rel="stylesheet" async defer>
</head>
<body style="overflow:hidden">
<div class="container-fluid">
<component type="typeof(Counter)" render-mode="ServerPrerendered" />
</div>
<script src="/_framework/blazor.server.js"></script>
<script type="text/javascript" src="https://cdn.staticfile.org/echarts/5.5.0/echarts.min.js"></script>
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
<script type="text/javascript" src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/echarts/5.5.0/echarts.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
<script src="~/Assets/layui/layui.js"></script>
<script src="https://gitee.com/maplemei/xm-select/raw/master/dist/xm-select.js"></script>
<script src="~/Scripts/global/counter.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions src/Masuit.MyBlogs.Core/Views/Dashboard/FileManager.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<environment names="Stage,Production">
@await Styles.RenderAsync("~/bundles/filemanager.css")
</environment>
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
<script src="https://cdn.staticfile.org/angular-translate/2.18.1/angular-translate.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.7.7/angular.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-translate/2.18.1/angular-translate.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
<environment names="Development">
<script src="~/Scripts/ng-file-upload.min.js"></script>
<script src="~/ng-views/filemanager/js/app.js"></script>
Expand Down
50 changes: 25 additions & 25 deletions src/Masuit.MyBlogs.Core/Views/Dashboard/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<title>博客管理后台</title>
<link href="https://cdn.staticfile.org/animate.css/3.5.2/animate.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/angular-loading-bar/0.9.0/loading-bar.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.css" rel="stylesheet" async defer>
<link href="https://cdn.staticfile.org/notie/4.3.1/notie.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/node-waves/0.7.6/waves.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.css" rel="stylesheet" async defer>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/animate.css/3.5.2/animate.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-loading-bar/0.9.0/loading-bar.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.css" rel="stylesheet" async defer>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/notie/4.3.1/notie.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/node-waves/0.7.6/waves.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.css" rel="stylesheet" async defer>
<link href="~/Assets/layui/css/layui.min.css" rel="stylesheet" />
<environment names="Development">
<link href="~/fonts/icomoon.css" rel="stylesheet" />
Expand All @@ -36,24 +36,24 @@
@await Styles.RenderAsync("/bundles/dashboard.css")
</environment>

<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/angular.js/1.6.9/angular.min.js"></script>
<script src="https://cdn.staticfile.org/angular.js/1.6.9/angular-animate.min.js"></script>
<script src="https://cdn.staticfile.org/angular.js/1.6.9/angular-resource.min.js"></script>
<script src="https://cdn.staticfile.org/angular.js/1.6.9/i18n/angular-locale_zh-cn.js"></script>
<script src="https://cdn.staticfile.org/angular-ui-router/1.0.22/angular-ui-router.min.js"></script>
<script src="https://cdn.staticfile.org/angular-loading-bar/0.9.0/loading-bar.min.js"></script>
<script src="https://cdn.staticfile.org/oclazyload/1.1.0/ocLazyLoad.min.js"></script>
<script src="https://cdn.staticfile.org/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.min.js"></script>
<script src="https://cdn.staticfile.org/notie/4.3.1/notie.min.js"></script>
<script src="https://cdn.staticfile.org/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
<script src="https://cdn.staticfile.org/lodash.js/3.10.1/lodash.min.js"></script>
<script src="https://cdn.staticfile.org/linq.js/2.2.0.2/linq.min.js"></script>
<script src="https://cdn.staticfile.org/angular-ui-tree/2.22.6/angular-ui-tree.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.form/4.2.2/jquery.form.min.js"></script>
<script src="https://cdn.staticfile.org/node-waves/0.7.6/waves.min.js"></script>
<script src="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/angular.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/angular-animate.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/angular-resource.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/i18n/angular-locale_zh-cn.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-ui-router/1.0.22/angular-ui-router.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-loading-bar/0.9.0/loading-bar.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/oclazyload/1.1.0/ocLazyLoad.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/notie/4.3.1/notie.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/lodash.js/3.10.1/lodash.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/linq.js/2.2.0.2/linq.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-ui-tree/2.22.6/angular-ui-tree.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.form/4.2.2/jquery.form.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/node-waves/0.7.6/waves.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.js"></script>
<script src="~/Scripts/layer/layer.js"></script>
<script src="~/Scripts/ng-file-upload.min.js"></script>
<script src="~/Scripts/tm.pagination.js"></script>
Expand Down
14 changes: 7 additions & 7 deletions src/Masuit.MyBlogs.Core/Views/Error/AccessDeny.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.staticfile.org/limonte-sweetalert2/6.11.5/sweetalert2.min.css" rel="stylesheet" async defer>
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.11.5/sweetalert2.min.css" rel="stylesheet" async defer>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
</head>
<body>
<div class="container">
Expand Down
8 changes: 4 additions & 4 deletions src/Masuit.MyBlogs.Core/Views/Error/ComingSoon.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
<script src="~/Assets/catchcat/catch-the-cat.js"></script>

</head>
Expand Down
10 changes: 5 additions & 5 deletions src/Masuit.MyBlogs.Core/Views/Error/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="~/content/common/articlestyle.css" rel="stylesheet" />
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
<script src="~/Assets/catchcat/catch-the-cat.js"></script>
</head>
<body>
Expand Down
10 changes: 5 additions & 5 deletions src/Masuit.MyBlogs.Core/Views/Error/ServiceUnavailable.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="~/content/common/articlestyle.css" rel="stylesheet" />
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
<script src="~/Assets/catchcat/catch-the-cat.js"></script>
</head>
<body>
Expand Down
10 changes: 5 additions & 5 deletions src/Masuit.MyBlogs.Core/Views/Error/TempDeny.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion src/Masuit.MyBlogs.Core/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</div>
}
<br />
<script src="https://cdn.staticfile.org/jquery.touchswipe/1.6.19/jquery.touchSwipe.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.touchswipe/1.6.19/jquery.touchSwipe.min.js"></script>
<script src="~/Assets/banner/bootstrap-touch-slider.min.js"></script>
@if (Model.Notices.Any())
{
Expand Down
2 changes: 1 addition & 1 deletion src/Masuit.MyBlogs.Core/Views/Home/SEO_List.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta name="twitter:card" content="summary">
<meta property="og:type" content="website">
<meta property="og:locale" content="zh_CN">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions src/Masuit.MyBlogs.Core/Views/Misc/Donate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
}
}
</style>
<script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.7.7/angular.min.js"></script>
<script src="~/Scripts/tm.pagination.js"></script>
<script src="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.js"></script>
<ol class="cd-breadcrumb triangle">
<li><a asp-controller="Home" asp-action="Index">首页</a></li>
<li class="current"><em>@ViewBag.Title</em></li>
Expand Down
6 changes: 3 additions & 3 deletions src/Masuit.MyBlogs.Core/Views/Misc/Donate_Admin.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
}
}
</style>
<script src="https://cdn.staticfile.org/lodash.js/3.10.1/lodash.min.js"></script>
<script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/lodash.js/3.10.1/lodash.min.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.7.7/angular.min.js"></script>
<script src="~/Scripts/tm.pagination.js"></script>
<script src="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.js"></script>
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.js"></script>
<ol class="cd-breadcrumb triangle">
<li><a asp-controller="Home" asp-action="Index">首页</a></li>
<li class="current">
Expand Down
Loading

0 comments on commit 365f66c

Please sign in to comment.