Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (6 sloc) 182 Bytes
'use strict';
const config = require('./src/config');
const style = require('./src/style');
(function () {
style.core(config.youDaoApi,config.getParams(),style.bigHump);
})();
You can’t perform that action at this time.