Create hangar1.0.json

This commit is contained in:
LeonRay297 2023-03-04 22:03:03 +08:00 committed by GitHub
parent 5b1bff7e61
commit 2ae08727d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
RSI-WEB-ST/hangar1.0.json Normal file
View File

@ -0,0 +1,22 @@
{
"__comments-css": [
"css selector",
"css选择器"
],
"css": [
{
"_comments": [
"if key === '!html' replace target by: $(selector).html(replacement)",
"else: $(selector).attr(key, replacement)"
],
"key": "!html",
"selector": "a[aria-label='Pull requests you created']",
"replacement": "请求拉取"
}
],
"dict": {
"upgrades": "upgrades.",
}
}