From 365c475fb1d4fbebac0396f92f1c95c70459449c Mon Sep 17 00:00:00 2001
From: vivomo <929992114@qq.com>
Date: Tue, 17 Nov 2020 17:24:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=9A=E5=AE=A2=E6=9E=84=E5=BB=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
_posts/2017-5-7-TaiChi.html | 6 ++--
_posts/2018-7-8-shoot-test.html | 57 +++++++++++++++++----------------
build/utils.js | 1 +
3 files changed, 34 insertions(+), 30 deletions(-)
diff --git a/_posts/2017-5-7-TaiChi.html b/_posts/2017-5-7-TaiChi.html
index f83a4a48..f69b3395 100644
--- a/_posts/2017-5-7-TaiChi.html
+++ b/_posts/2017-5-7-TaiChi.html
@@ -6,7 +6,7 @@
js:
---
-
-
-
+
\ No newline at end of file
diff --git a/_posts/2018-7-8-shoot-test.html b/_posts/2018-7-8-shoot-test.html
index ff7869a2..5e3224a1 100644
--- a/_posts/2018-7-8-shoot-test.html
+++ b/_posts/2018-7-8-shoot-test.html
@@ -1,35 +1,38 @@
---
-layout: blank
+layout: new-blank
+viewport: null
title: 射击测试
-css: shoot-test
-js: shoot-test
+css: common.css,shoot-test.css
+js: shoot-test.js
---
-
-
-
-
-
-
-
-
-
-
-
- Target: 0
-
-
- Miss: 0
-
-
- Hit: 0
-
-
- LV:
1
+
+
+
+
+
+
+
+
+
+
+
+
+ Target: 0
+
+
+ Miss: 0
+
+
+ Hit: 0
+
+
+ LV: 1
+
+
+
-
-
-
+
\ No newline at end of file
diff --git a/build/utils.js b/build/utils.js
index 8eaff8d4..501c7e02 100644
--- a/build/utils.js
+++ b/build/utils.js
@@ -38,6 +38,7 @@ exports.parseViewport = (dom) => {
exports.parseContent = (content) => {
return content.replace(/src="\.\.\/img\/([^"]+)"/, 'src="{{site.cname}}src/img/$1"')
+ .replace(/src="\.\.\/media\/([^"]+)"/, 'src="{{site.cname}}src/media/$1"')
};
exports.createBlog = (blog) => {