update.js 144 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 'use strict'; exports.index = (req, res) => { res.render('app-update', { title: '更新提示', width750: true, }); };