From 2ae08727d3b4f2ca5ca7f3e81097e9169a6e85b5 Mon Sep 17 00:00:00 2001 From: LeonRay297 <123786505+LeonRay297@users.noreply.github.com> Date: Sat, 4 Mar 2023 22:03:03 +0800 Subject: [PATCH] Create hangar1.0.json --- RSI-WEB-ST/hangar1.0.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RSI-WEB-ST/hangar1.0.json diff --git a/RSI-WEB-ST/hangar1.0.json b/RSI-WEB-ST/hangar1.0.json new file mode 100644 index 0000000..311727b --- /dev/null +++ b/RSI-WEB-ST/hangar1.0.json @@ -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.", + + } +}