Sign in

徐烜 / bsth-ebus-h5_editor · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-ebus-h5_editor
  • docs
  • zh
  • getting-started
  • engine.md
  • docs(engine) add engine page
    c6b5e762
    ly525 authored
    2019-10-11 08:03:11 +0800  
    Browse Code »
engine.md 497 Bytes
Edit Raw Blame History

作品预览/渲染引擎

关于此部分有疑惑,请直接评论

基础概念

作品预览的基本原理参见 luban-h5/back-end/h5-api/api/work/controllers/Work.js/previewOne

previewOne: async (ctx) => {
  const work = await strapi.services.work.findOne(ctx.params);
  return ctx.render('engine', { work });
},