antd redirection

重定向到国内镜像

目前为 2024-01-18 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name antd redirection
  3. // @description 重定向到国内镜像
  4. // @namespace antd
  5. // @version 1.0.2
  6. // @author bowencool
  7. // @match https://ant.design/*
  8. // @icon https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg
  9. // @grant none
  10. // @license MIT
  11. // @homepageURL https://gf.qytechs.cn/scripts/485132
  12. // @supportURL https://github.com/bowencool/Tampermonkey-Scripts/issues
  13. // @run-at document-start
  14. // ==/UserScript==
  15.  
  16. (function () {
  17. "use strict";
  18. if (window.location.hostname === "ant.design") {
  19. window.location.hostname = `ant-design.antgroup.com`;
  20. }
  21. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址