@@ -10,7 +10,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1010/*
1111 * @Author : HCLonely
1212 * @Date : 2024-09-11 15:40:57
13- * @LastEditTime : 2025-07-10 17:50:02
13+ * @LastEditTime : 2025-08-15 09:58:47
1414 * @LastEditors : HCLonely
1515 * @FilePath : /hexo-bilibili-bangumi/src/lib/bangumi-generator.js
1616 * @Description : Hexo页面生成器模块,负责生成番剧、影视和游戏的展示页面。
@@ -120,11 +120,11 @@ module.exports = /*#__PURE__*/function () {
120120 return pug . renderFile ( path . join ( __dirname , 'templates/bangumi.pug' ) , {
121121 quote : config [ type ] . quote ,
122122 show : config [ type ] . show || 1 ,
123- loading : config [ type ] . loading ,
123+ // loading: config[type].loading,
124124 metaColor : config [ type ] . metaColor ,
125125 color : config [ type ] . color ,
126126 lazyload : ( _config$type$lazyload = config [ type ] . lazyload ) !== null && _config$type$lazyload !== void 0 ? _config$type$lazyload : true ,
127- lazyloadAttrName : config [ type ] . lazyloadAttrName ,
127+ // lazyloadAttrName: config[type].lazyloadAttrName,
128128 srcValue : config [ type ] . srcValue || '__image__' ,
129129 source : ( _config$type$source = config [ type ] . source ) !== null && _config$type$source !== void 0 ? _config$type$source : 'bili' ,
130130 showMyComment : ( _config$type$showMyCo = config [ type ] . showMyComment ) !== null && _config$type$showMyCo !== void 0 ? _config$type$showMyCo : false ,
0 commit comments