feat: add queshu (#2850)

* feat: add queshu

* feat: add queshu
This commit is contained in:
Cloud
2019-08-14 17:34:21 +08:00
committed by DIYgod
parent 0f0297ea67
commit 17b4946c00
5 changed files with 64 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ async function buildData(data) {
return {
title: getProp(data, 'title', $),
description: getProp(data, 'description', $),
allowEmpty: data.allowEmpty || false,
item: $item
.map((_, e) => {
const $elem = (selector) => $(e).find(selector);