本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
bubblev
/
bubble
關注
9
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
130
Wiki
活動
瀏覽代碼
add missing matchers test file
tags/v0.4.2
Jonathan Cobb
5 年之前
父節點
da59faea11
當前提交
5c7d8656f0
共有
1 個檔案被更改
,包括
13 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json
+ 13
- 0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json
查看文件
@@ -0,0 +1,13 @@
[{
"name": "UserBlocker",
"children": {
"AppMatcher": [{
"name": "HNCommentMatcher",
"site": "HackerNews",
"template": true,
"fqdn": "news.ycombinator.com",
"urlRegex": "/item\\?id=\\d+",
"rule": "hn_user_blocker"
}]
}
}]
Write
Preview
Loading…
取消
儲存