Skip to content

Commit 365f66c

Browse files
committed
cdn
1 parent b276e39 commit 365f66c

26 files changed

+102
-103
lines changed

src/Masuit.MyBlogs.Core/Masuit.MyBlogs.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<PackageReference Include="PanGu.HighLight" Version="1.0.0" />
6767
<PackageReference Include="Rin" Version="2.6.0" />
6868
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.2" />
69-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.1" />
69+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.2" />
7070
<PackageReference Include="System.Net.Http" Version="4.3.4" />
7171
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
7272
<PackageReference Include="TimeZoneConverter" Version="6.1.0" />

src/Masuit.MyBlogs.Core/Views/Advertisement/ClickRecordsInsight.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</html>
5050

5151
<script src="/Assets/layui/layui.js"></script>
52-
<script src="https://cdn.staticfile.org/echarts/5.5.0/echarts.min.js" type="text/javascript"></script>
52+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/echarts/5.5.0/echarts.min.js" type="text/javascript"></script>
5353
<script>
5454
layui.use('table', function() {
5555
var table = layui.table;

src/Masuit.MyBlogs.Core/Views/Dashboard/Counter.cshtml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<html>
99
<head>
1010
<title>服务器性能监控</title>
11-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" async defer>
12-
<link href="https://cdn.staticfile.org/limonte-sweetalert2/6.6.9/sweetalert2.min.css" rel="stylesheet" async defer>
11+
<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>
12+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.9/sweetalert2.min.css" rel="stylesheet" async defer>
1313
<link href="~/Assets/layui/css/layui.min.css" rel="stylesheet" async defer>
1414
</head>
1515
<body style="overflow:hidden">
1616
<div class="container-fluid">
1717
<component type="typeof(Counter)" render-mode="ServerPrerendered" />
1818
</div>
1919
<script src="/_framework/blazor.server.js"></script>
20-
<script type="text/javascript" src="https://cdn.staticfile.org/echarts/5.5.0/echarts.min.js"></script>
21-
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
20+
<script type="text/javascript" src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/echarts/5.5.0/echarts.min.js"></script>
21+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
2222
<script src="~/Assets/layui/layui.js"></script>
2323
<script src="https://gitee.com/maplemei/xm-select/raw/master/dist/xm-select.js"></script>
2424
<script src="~/Scripts/global/counter.js"></script>

src/Masuit.MyBlogs.Core/Views/Dashboard/FileManager.cshtml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<environment names="Stage,Production">
1919
@await Styles.RenderAsync("~/bundles/filemanager.css")
2020
</environment>
21-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
22-
<script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
23-
<script src="https://cdn.staticfile.org/angular-translate/2.18.1/angular-translate.min.js"></script>
24-
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
21+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
22+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.7.7/angular.min.js"></script>
23+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-translate/2.18.1/angular-translate.min.js"></script>
24+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
2525
<environment names="Development">
2626
<script src="~/Scripts/ng-file-upload.min.js"></script>
2727
<script src="~/ng-views/filemanager/js/app.js"></script>

src/Masuit.MyBlogs.Core/Views/Dashboard/Index.cshtml

+25-25
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<meta http-equiv="Cache-control" content="no-cache">
1818
<meta http-equiv="Cache" content="no-cache">
1919
<title>博客管理后台</title>
20-
<link href="https://cdn.staticfile.org/animate.css/3.5.2/animate.min.css" rel="stylesheet">
21-
<link href="https://cdn.staticfile.org/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css" rel="stylesheet">
22-
<link href="https://cdn.staticfile.org/angular-loading-bar/0.9.0/loading-bar.min.css" rel="stylesheet">
23-
<link href="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.css" rel="stylesheet" async defer>
24-
<link href="https://cdn.staticfile.org/notie/4.3.1/notie.min.css" rel="stylesheet">
25-
<link href="https://cdn.staticfile.org/node-waves/0.7.6/waves.min.css" rel="stylesheet">
26-
<link href="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.css" rel="stylesheet" async defer>
20+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/animate.css/3.5.2/animate.min.css" rel="stylesheet">
21+
<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">
22+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-loading-bar/0.9.0/loading-bar.min.css" rel="stylesheet">
23+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.css" rel="stylesheet" async defer>
24+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/notie/4.3.1/notie.min.css" rel="stylesheet">
25+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/node-waves/0.7.6/waves.min.css" rel="stylesheet">
26+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.css" rel="stylesheet" async defer>
2727
<link href="~/Assets/layui/css/layui.min.css" rel="stylesheet" />
2828
<environment names="Development">
2929
<link href="~/fonts/icomoon.css" rel="stylesheet" />
@@ -36,24 +36,24 @@
3636
@await Styles.RenderAsync("/bundles/dashboard.css")
3737
</environment>
3838

39-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
40-
<script src="https://cdn.staticfile.org/angular.js/1.6.9/angular.min.js"></script>
41-
<script src="https://cdn.staticfile.org/angular.js/1.6.9/angular-animate.min.js"></script>
42-
<script src="https://cdn.staticfile.org/angular.js/1.6.9/angular-resource.min.js"></script>
43-
<script src="https://cdn.staticfile.org/angular.js/1.6.9/i18n/angular-locale_zh-cn.js"></script>
44-
<script src="https://cdn.staticfile.org/angular-ui-router/1.0.22/angular-ui-router.min.js"></script>
45-
<script src="https://cdn.staticfile.org/angular-loading-bar/0.9.0/loading-bar.min.js"></script>
46-
<script src="https://cdn.staticfile.org/oclazyload/1.1.0/ocLazyLoad.min.js"></script>
47-
<script src="https://cdn.staticfile.org/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.min.js"></script>
48-
<script src="https://cdn.staticfile.org/notie/4.3.1/notie.min.js"></script>
49-
<script src="https://cdn.staticfile.org/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
50-
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
51-
<script src="https://cdn.staticfile.org/lodash.js/3.10.1/lodash.min.js"></script>
52-
<script src="https://cdn.staticfile.org/linq.js/2.2.0.2/linq.min.js"></script>
53-
<script src="https://cdn.staticfile.org/angular-ui-tree/2.22.6/angular-ui-tree.min.js"></script>
54-
<script src="https://cdn.staticfile.org/jquery.form/4.2.2/jquery.form.min.js"></script>
55-
<script src="https://cdn.staticfile.org/node-waves/0.7.6/waves.min.js"></script>
56-
<script src="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.js"></script>
39+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
40+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/angular.min.js"></script>
41+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/angular-animate.min.js"></script>
42+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/angular-resource.min.js"></script>
43+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.6.9/i18n/angular-locale_zh-cn.js"></script>
44+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-ui-router/1.0.22/angular-ui-router.min.js"></script>
45+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-loading-bar/0.9.0/loading-bar.min.js"></script>
46+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/oclazyload/1.1.0/ocLazyLoad.min.js"></script>
47+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.min.js"></script>
48+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/notie/4.3.1/notie.min.js"></script>
49+
<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>
50+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
51+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/lodash.js/3.10.1/lodash.min.js"></script>
52+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/linq.js/2.2.0.2/linq.min.js"></script>
53+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular-ui-tree/2.22.6/angular-ui-tree.min.js"></script>
54+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.form/4.2.2/jquery.form.min.js"></script>
55+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/node-waves/0.7.6/waves.min.js"></script>
56+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.js"></script>
5757
<script src="~/Scripts/layer/layer.js"></script>
5858
<script src="~/Scripts/ng-file-upload.min.js"></script>
5959
<script src="~/Scripts/tm.pagination.js"></script>

src/Masuit.MyBlogs.Core/Views/Error/AccessDeny.cshtml

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<meta charset="utf-8">
3636
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
3737
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
38-
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
39-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
40-
<link href="https://cdn.staticfile.org/limonte-sweetalert2/6.11.5/sweetalert2.min.css" rel="stylesheet" async defer>
41-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
42-
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
43-
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
44-
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
38+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
39+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
40+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.11.5/sweetalert2.min.css" rel="stylesheet" async defer>
41+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
42+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
43+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
44+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/6.6.10/sweetalert2.min.js"></script>
4545
</head>
4646
<body>
4747
<div class="container">

src/Masuit.MyBlogs.Core/Views/Error/ComingSoon.cshtml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
<meta charset="utf-8">
4242
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4343
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
44-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
45-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
46-
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
47-
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
44+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
45+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
46+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
47+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
4848
<script src="~/Assets/catchcat/catch-the-cat.js"></script>
4949

5050
</head>

src/Masuit.MyBlogs.Core/Views/Error/Index.cshtml

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
<meta charset="utf-8">
8181
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8282
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
83-
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
84-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
83+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
84+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
8585
<link href="~/content/common/articlestyle.css" rel="stylesheet" />
86-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
87-
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
88-
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
86+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
87+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
88+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
8989
<script src="~/Assets/catchcat/catch-the-cat.js"></script>
9090
</head>
9191
<body>

src/Masuit.MyBlogs.Core/Views/Error/ServiceUnavailable.cshtml

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
<meta charset="utf-8">
8383
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8484
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
85-
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
86-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
85+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
86+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
8787
<link href="~/content/common/articlestyle.css" rel="stylesheet" />
88-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
89-
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
90-
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
88+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
89+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
90+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
9191
<script src="~/Assets/catchcat/catch-the-cat.js"></script>
9292
</head>
9393
<body>

src/Masuit.MyBlogs.Core/Views/Error/TempDeny.cshtml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta charset="utf-8">
2929
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
3030
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
31-
<link href="https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css" rel="stylesheet">
32-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
33-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
34-
<script src="https://cdn.staticfile.org/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
35-
<script src="https://cdn.staticfile.org/phaser/3.24.1/phaser.min.js"></script>
31+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/normalize/8.0.1/normalize.min.css" rel="stylesheet">
32+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" />
33+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
34+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.ripples/0.5.3/jquery.ripples.min.js"></script>
35+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/phaser/3.24.1/phaser.min.js"></script>
3636
</head>
3737
<body>
3838
<div class="container">

src/Masuit.MyBlogs.Core/Views/Home/Index.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757
}
5858
<br />
59-
<script src="https://cdn.staticfile.org/jquery.touchswipe/1.6.19/jquery.touchSwipe.min.js"></script>
59+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery.touchswipe/1.6.19/jquery.touchSwipe.min.js"></script>
6060
<script src="~/Assets/banner/bootstrap-touch-slider.min.js"></script>
6161
@if (Model.Notices.Any())
6262
{

src/Masuit.MyBlogs.Core/Views/Home/SEO_List.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta name="twitter:card" content="summary">
2020
<meta property="og:type" content="website">
2121
<meta property="og:locale" content="zh_CN">
22-
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
22+
<link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
2323
</head>
2424
<body>
2525
<div class="container">

src/Masuit.MyBlogs.Core/Views/Misc/Donate.cshtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
}
3434
}
3535
</style>
36-
<script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
36+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.7.7/angular.min.js"></script>
3737
<script src="~/Scripts/tm.pagination.js"></script>
38-
<script src="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.js"></script>
38+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.js"></script>
3939
<ol class="cd-breadcrumb triangle">
4040
<li><a asp-controller="Home" asp-action="Index">首页</a></li>
4141
<li class="current"><em>@ViewBag.Title</em></li>

src/Masuit.MyBlogs.Core/Views/Misc/Donate_Admin.cshtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
}
3434
}
3535
</style>
36-
<script src="https://cdn.staticfile.org/lodash.js/3.10.1/lodash.min.js"></script>
37-
<script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
36+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/lodash.js/3.10.1/lodash.min.js"></script>
37+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/angular.js/1.7.7/angular.min.js"></script>
3838
<script src="~/Scripts/tm.pagination.js"></script>
39-
<script src="https://cdn.staticfile.org/ng-table/1.0.0/ng-table.js"></script>
39+
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/ng-table/1.0.0/ng-table.js"></script>
4040
<ol class="cd-breadcrumb triangle">
4141
<li><a asp-controller="Home" asp-action="Index">首页</a></li>
4242
<li class="current">

0 commit comments

Comments
 (0)