体验新版 GitCode,发现更多精彩内容 >>
修改文档错误
``` const $ = db.command.aggregate db.collection('exams').aggregate() .project({ first: $.arrayElemAt(['$scores', 0]), last: $.arrayElemAt(['$scores', -1]), }) .end() ```
修复 app.json 生成后被部分覆盖的问题