diff --git a/scripts/tags/lib/video.js b/scripts/tags/lib/video.js index 9be6d7f..ef2e045 100644 --- a/scripts/tags/lib/video.js +++ b/scripts/tags/lib/video.js @@ -8,14 +8,13 @@ 'use strict'; -module.exports = ctx => function(args) { +module.exports = ctx => function (args) { args = ctx.args.map(args, ['type', 'bilibili', 'ratio', 'width', 'autoplay'], ['src']) if (args.width == null) { args.width = '100%' } if (args.bilibili) { - return ` -