-
Notifications
You must be signed in to change notification settings - Fork 4
Callmeboy #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Callmeboy #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英文题解的也没有过滤
|
||
const logger = log4js.getLogger() | ||
|
||
logger.level = 'debug' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议根据不同环境切换日志级别
README.md
Outdated
|---yield-db-json 从markdown中提取标题、tag、公司、各语言题解生产的json | ||
|-src 源代码 | ||
|-scripts | ||
|---constants.js 脚本常量 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|---constants.js 脚本常量 | |
|--- constants.js 脚本常量 |
return new RegExp(`(?:\`\`\`${lang})((.|[\r\n])*?)(?:\`\`\`)`, 'g') | ||
}, | ||
|
||
getSatelliteDataReg() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是 prerequisites 吧?
请大佬检查代码