1 Star 8 Fork 2

思伟/vuepress-plugin-helper-live2d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
helper_live2d_log.js 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
// 控制台颜色插件
const chalk = require('chalk')
// 默认插件配置
const defaultPluginConfig = require("./default_plugin_config");
// color取值:red、green、yellow、blue...等
module.exports = function helper_live2d_log(msg, color = 'blue', label = defaultPluginConfig.pluginName) {
// if (defaultPluginConfig.log) {
console.log && console.log(`\n${chalk.reset.inverse.bold[color](` ${label} `)} ${msg}`)
// }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhousiwei/vuepress-plugin-helper-live2d.git
git@gitee.com:zhousiwei/vuepress-plugin-helper-live2d.git
zhousiwei
vuepress-plugin-helper-live2d
vuepress-plugin-helper-live2d
master

搜索帮助