Commit 9394c4d4 authored by Hsinli's avatar Hsinli

add

parent 371776b6
Pipeline #14350 passed with stage
in 32 seconds
......@@ -288,6 +288,7 @@ class BlacklistService extends Service {
* @param {*} section
*/
async dealSection(section) {
const { ctx } = this;
let firstLetter = section.substring(0, 1);
if (!['(', '['].includes(firstLetter)) {
return section;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment