Skip to content

Commit

Permalink
调整和新增ignore*规则
Browse files Browse the repository at this point in the history
1. 调整'repository/blob'和'repository/blame'中`代码视图`规则,修复误屏蔽`只有一个经过验证的电子邮件地址`警示条
2. 新增'page-profile/stars'仓库列表名称
  • Loading branch information
maboloshi committed Sep 25, 2024
1 parent 28de277 commit 72e15e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ I18N.conf = {
'repository/pull': ["td.blob-code"], // 代码差异 分屏/同屏
'repository/compare': ["tbody"], // 代码差异
'repository/commit': ["td.blob-code"], // 代码差异 分屏/同屏
'repository/blob': ["section"], // 代码视图
'repository/blame': ["section"], // 代码视图
'repository/blob': ["#highlighted-line-menu-positioner"], // 代码视图 存在
'repository/blame': ["#highlighted-line-menu-positioner"], // 代码视图
'repository': [".AppHeader-context", "article.markdown-body", "table"],
'repository/releases': [".Box-footer"], // 附件清单
'*': [
Expand All @@ -80,6 +80,9 @@ I18N.conf = {
'page-profile/repositories': [
'a[itemprop="name codeRepository"]', // 仓库名称
],
'page-profile/stars': [
'.mb-1.d-inline-block > h3', // 仓库名称
],
'repository': [
'.AppHeader-context-full', // 顶部 <username>/<repo_name>
'strong[itemprop="name"]', // 仓库名称
Expand All @@ -103,7 +106,7 @@ I18N.conf = {
'.AppHeader-context-full', // 顶部 <username>/<repo_name>
'div.react-tree-show-tree-items', // 左侧文件树项目
'[id^="offset"]', // 符号-->引用
'section', // 代码视图
'#highlighted-line-menu-positioner', // 代码视图
'#filter-results', // 右侧 符号筛选
'#repos-header-breadcrumb', // 文件路径中文件夹路径
'#repos-header-breadcrumb--wide', // 文件路径中文件夹路径 左侧文件树展开情况
Expand Down

0 comments on commit 72e15e9

Please sign in to comment.