// ==UserScript== // @name Refined Ant Design Changelog // @namespace refined-antd-changelog // @version 0.0.1-beta.2 // @description Collapse / mark non-recommended versions to get a clean and fresh journal page // @license MIT // @author Wuxh // @homepageURL https://github.com/Wxh16144/refined-antd-changelog#readme // @supportURL https://github.com/Wxh16144 // @icon https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg // @match https://ant.design/changelog* // @match https://ant-design.antgroup.com/changelog* // @match https://ant-design.gitee.io/changelog* // @match https://4x-ant-design.antgroup.com/changelog* // @match https://4x.ant.design/changelog* // @match https://3x.ant.design/changelog* // @grant GM_getValue // @grant GM_setValue // @grant GM_registerMenuCommand // @grant GM_unregisterMenuCommand // @require https://code.jquery.com/jquery-3.6.1.slim.min.js // @require https://registry.npmmirror.com/refined-antd-changelog/0.0.1-beta.2/files/index.user.js // @downloadURL none // ==/UserScript== /** * 这里直接写了版本号,因为这个文件是在打包时生成的, * 如需审查代码,请移步 https://github.com/Wxh16144/refined-antd-changelog#readme */ ;var __rac_version__ = "0.0.1-beta.2";