08-27-周三_17-09-29
This commit is contained in:
16
node_modules/gitbook-plugin-ancre-navigation/assets/lib/log.js
generated
vendored
Normal file
16
node_modules/gitbook-plugin-ancre-navigation/assets/lib/log.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
var colors = require('colors');
|
||||
colors.setTheme({
|
||||
silly: 'rainbow',
|
||||
input: 'grey',
|
||||
verbose: 'cyan',
|
||||
prompt: 'grey',
|
||||
info: 'green',
|
||||
data: 'grey',
|
||||
help: 'cyan',
|
||||
warn: 'yellow',
|
||||
debug: 'blue',
|
||||
error: 'red'
|
||||
});
|
||||
|
||||
module.exports = colors;
|
||||
|
Reference in New Issue
Block a user