From 12f466ba7c5e4ffb6ce8dfb8c29f812d0001190a Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 16 Jun 2024 22:49:14 +0800 Subject: [PATCH] [fix] video tag --- scripts/tags/lib/video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tags/lib/video.js b/scripts/tags/lib/video.js index b4922fc..0ce2567 100644 --- a/scripts/tags/lib/video.js +++ b/scripts/tags/lib/video.js @@ -22,7 +22,7 @@ module.exports = ctx => function (args) { } if (args.youtube) { return `
-
`