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

7 lines
99 B
JavaScript

'use strict';
module.exports = function(app) {
app.dateC = Date.now();
app.c = 'plugin c';
};