Skip to content

Commit

Permalink
fix: cross-request
Browse files Browse the repository at this point in the history
  • Loading branch information
苏文雄 committed Feb 6, 2020
1 parent dde6838 commit b7116e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/components/Postman/CheckCrossInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ function CheckCrossInstall(props) {
<div>
重要:当前的接口测试服务,需安装免费测试增强插件,仅支持 chrome
浏览器,选择下面任意一种安装方式:
<div>
{/* <div>
<a
target="blank"
href="https://chrome.google.com/webstore/detail/cross-request/cmnlfmgbjmaciiopcgodlhpiklaghbok?hl=en-US"
>
[Google 商店获取(需翻墙]
</a>
</div>
</div> */}
<div>
<a target="blank" href="/api/interface/download_crx">
{' '}
[手动下载]{' '}
</a>
<span> zip 文件解压后将 crx 文件拖入到 chrome:https://extensions/ </span>
<a target="blank" href="http:https://www.jianshu.com/p/12ca04c61fc6">
<span> zip 文件解压后将 crx 文件拖入到 chrome:https://extensions/(注意:一定要开启开发者模式) </span>
<a target="blank" href="https:https://juejin.im/post/5e3bbd986fb9a07ce152b53d">
{' '}
[详细安装教程]{' '}
</a>
Expand Down

0 comments on commit b7116e9

Please sign in to comment.