2016-07-18 21:16:35 +08:00

7 lines
88 B
JavaScript

'use strict';
module.exports = app => {
app.date = Date.now();
app.app = 'app';
};