Press n or j to go to the next uncovered block, b, p or k for the previous block.
// 测试包含中文内容 const zhCNStr = '中文字符'; module.exports = (v) => { // test console.log(zhCNStr); };