代码如下://高亮显示搜索到的关键字function HeightLight(Keyword){ //文本选择器 var TextRange; //是否找到 var Found=false; //找到的次数 var Count = 0; TextRange = document.body.createTextRange(); Found = TextRange.findText(Keyword); if (Found) { Count++; } while (Found && Count &g
关键字标签
GitHub机器人,可根据标题和正文中的关键字自动标记问题和PR。 内置和。
当前版本: 1.5.1
市场链接: :
安装
安装后,在默认分支中创建一个.github/keylabeler.yml文件以启用它。 配置示例:
# Determines if we search the title (optional). Defaults to true.
matchTitle : true
# Determines if we search the body (optiona