🌈 搜索
📅  最后修改于: 2022-03-11 14:56:19.048000             🧑  作者: Mango
function(doc) { var dt = new Date(doc._id); emit([dt.getDate(), doc.widget], 1); }