{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
gulp-local-css是局部css的gulp实现插件。 为css选择器添加属性选择器,及html添加属性,实现样式组件化。 css /* 处理前 */ body { /*global*/ background: #333; } h1 { font-size: 100px; } /* 处理后 */ body { /*global*/ background: #333; } h1[_c86f0316] { font-size: 100px; } html hello MID hello _c86f0316...