Greasy Fork

Greasy Fork is available in English.

Refined Ant Design Changelog

Collapse / mark non-recommended versions to get a clean and fresh journal page

当前为 2024-01-07 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name Refined Ant Design Changelog
// @namespace refined-antd-changelog
// @version      0.0.1
// @description Collapse / mark non-recommended versions to get a clean and fresh journal page
// @license MIT
// @author Wuxh <[email protected]>
// @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/files/index.user.js
// ==/UserScript==

/**
 * 这里直接写了版本号,因为这个文件是在打包时生成的,
 * 如需审查代码,请移步 https://github.com/Wxh16144/refined-antd-changelog#readme
 */
;var __rac_version__ = "0.0.1";