From 17c8a167d956a751583cb327e141f22e870025e0 Mon Sep 17 00:00:00 2001 From: ghostsf Date: Thu, 5 Mar 2020 11:32:11 +0800 Subject: [PATCH] chore: fix cdn --- source/_posts/qnmlgb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/qnmlgb.md b/source/_posts/qnmlgb.md index 0e172d44b..832457803 100644 --- a/source/_posts/qnmlgb.md +++ b/source/_posts/qnmlgb.md @@ -16,7 +16,7 @@ categories: [闲言语,创作集] new DPlayer({ container: document.getElementById('player-qnmlgb'), video: { - url: 'http://cdn.ghostsf.com/%E6%B1%9F%E6%B9%96%E9%A3%8E%E4%BA%91%E5%BD%95%E4%B9%8B%E6%B0%91%E8%B0%A3.mp4' + url: 'https://cdn.ghostsf.com/%E6%B1%9F%E6%B9%96%E9%A3%8E%E4%BA%91%E5%BD%95%E4%B9%8B%E6%B0%91%E8%B0%A3.mp4' }, });