diff --git a/README.md b/README.md index 6404b49b6..daba6641b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,13 @@ Via 浏览器(Android) | 浏览器内自带 ## 📝 更新说明 +### 2024-06-09 21:35:31 + +更新至 1.9.2 + +1. 适配`www.githubstatus.com` +2. 适配`skills.github.com` + ### 2024-05-23 16:42:55 更新至 1.9.1 diff --git a/main(greasyfork).user.js b/main(greasyfork).user.js index 1c208769d..107e7c7d1 100644 --- a/main(greasyfork).user.js +++ b/main(greasyfork).user.js @@ -4,14 +4,14 @@ // @description 中文化 GitHub 界面的部分菜单及内容。原作者为楼教主(http://www.52cik.com/)。 // @copyright 2021, 沙漠之子 (https://maboloshi.github.io/Blog) // @icon https://github.githubassets.com/pinned-octocat.svg -// @version 1.9.1-2024-06-09 +// @version 1.9.2-2024-06-09 // @author 沙漠之子 // @license GPL-3.0 // @match https://github.com/* // @match https://skills.github.com/* // @match https://gist.github.com/* // @match https://www.githubstatus.com/* -// @require https://greasyfork.org/scripts/435207-github-%E4%B8%AD%E6%96%87%E5%8C%96%E6%8F%92%E4%BB%B6-%E4%B8%AD%E6%96%87%E8%AF%8D%E5%BA%93%E8%A7%84%E5%88%99/code/GitHub%20%E4%B8%AD%E6%96%87%E5%8C%96%E6%8F%92%E4%BB%B6%20-%20%E4%B8%AD%E6%96%87%E8%AF%8D%E5%BA%93%E8%A7%84%E5%88%99.js?v1.9.0 +// @require https://greasyfork.org/scripts/435207-github-%E4%B8%AD%E6%96%87%E5%8C%96%E6%8F%92%E4%BB%B6-%E4%B8%AD%E6%96%87%E8%AF%8D%E5%BA%93%E8%A7%84%E5%88%99/code/GitHub%20%E4%B8%AD%E6%96%87%E5%8C%96%E6%8F%92%E4%BB%B6%20-%20%E4%B8%AD%E6%96%87%E8%AF%8D%E5%BA%93%E8%A7%84%E5%88%99.js?v1.9.2 // @run-at document-end // @grant GM_xmlhttpRequest // @grant GM_getValue diff --git a/main.user.js b/main.user.js index 5e21cb22c..6ce9485b4 100644 --- a/main.user.js +++ b/main.user.js @@ -4,14 +4,14 @@ // @description 中文化 GitHub 界面的部分菜单及内容。原作者为楼教主(http://www.52cik.com/)。 // @copyright 2021, 沙漠之子 (https://maboloshi.github.io/Blog) // @icon https://github.githubassets.com/pinned-octocat.svg -// @version 1.9.1-2024-06-09 +// @version 1.9.2-2024-06-09 // @author 沙漠之子 // @license GPL-3.0 // @match https://github.com/* // @match https://skills.github.com/* // @match https://gist.github.com/* // @match https://www.githubstatus.com/* -// @require https://raw.githubusercontent.com/maboloshi/github-chinese/gh-pages/locals.js?v1.9.0 +// @require https://raw.githubusercontent.com/maboloshi/github-chinese/gh-pages/locals.js?v1.9.2 // @run-at document-end // @grant GM_xmlhttpRequest // @grant GM_getValue