Authored by 李靖

{}

... ... @@ -110,7 +110,7 @@ module.exports = {
* @param {*} option.prefix CSS 前缀
*/
process(html = '', option = '') {
process(html = '', option = {}) {
html = _.isString(html) ? html : '';
let $ = cheerio.load(html, {
... ...