mirror of
https://github.com/YMFE/yapi.git
synced 2025-02-23 13:59:28 +08:00
Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev
This commit is contained in:
commit
cacf074216
@ -82,7 +82,7 @@ const tipAdd = (<div className="title-container">
|
||||
</div>);
|
||||
const tipDoc = (<div className="title-container">
|
||||
<h3 className="title">使用文档 <Tag color="orange">推荐!</Tag></h3>
|
||||
<p>初次使用 YApi,强烈建议你阅读 <a target="_blank" href="http://yapi.qunar.com" rel="noopener noreferrer">使用文档</a>
|
||||
<p>初次使用 YApi,强烈建议你阅读 <a target="_blank" href="https://yapi.ymfe.org" rel="noopener noreferrer">使用文档</a>
|
||||
,我们为你提供了通俗易懂的快速入门教程,更有详细的使用说明,欢迎阅读! </p>
|
||||
</div>);
|
||||
|
||||
@ -144,7 +144,7 @@ const ToolUser = (props) => {
|
||||
>
|
||||
<Tooltip placement="bottom" title={'使用文档'}>
|
||||
<li className="toolbar-li">
|
||||
<a target="_blank" href="http://yapi.qunar.com" rel="noopener noreferrer"><Icon
|
||||
<a target="_blank" href="https://yapi.ymfe.org" rel="noopener noreferrer"><Icon
|
||||
className="dropdown-link" style={{ fontSize: 16 }} type="question-circle" /></a>
|
||||
</li>
|
||||
</Tooltip>
|
||||
|
@ -24,7 +24,7 @@ const HomeGuest = () => (
|
||||
<Col span={24}>
|
||||
<div className="home-header">
|
||||
<a href="#" className="item">YAPI</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="http://yapi.qunar.com" className="item">使用文档</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://yapi.ymfe.org" className="item">使用文档</a>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
@ -210,7 +210,7 @@ class Home extends Component {
|
||||
<div className="tip-btns">
|
||||
<div className="btn-group">
|
||||
<Link to="/login"><Button type="primary" className="btn-home btn-login">登录 / 注册</Button></Link>
|
||||
<Button className="btn-home btn-home-normal"><a target="_blank" rel="noopener noreferrer" href="http://yapi.qunar.com" >使用文档</a></Button>
|
||||
<Button className="btn-home btn-home-normal"><a target="_blank" rel="noopener noreferrer" href="https://yapi.ymfe.org" >使用文档</a></Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -473,7 +473,7 @@ class InterfaceColContent extends Component {
|
||||
header: {
|
||||
label: 'key',
|
||||
formatters: [() => {
|
||||
return <Tooltip title={<span>每个用例都有唯一的key,用于获取所匹配接口的响应数据,例如使用 <a href="http://yapi.qunar.com/case.html#变量参数" className="link-tooltip" target="blank">变量参数</a> 功能</span>}>
|
||||
return <Tooltip title={<span>每个用例都有唯一的key,用于获取所匹配接口的响应数据,例如使用 <a href="https://yapi.ymfe.org/case.html#变量参数" className="link-tooltip" target="blank">变量参数</a> 功能</span>}>
|
||||
Key</Tooltip>
|
||||
}]
|
||||
},
|
||||
@ -579,7 +579,7 @@ class InterfaceColContent extends Component {
|
||||
let colEnv = this.props.currProject.env || [];
|
||||
return (
|
||||
<div className="interface-col">
|
||||
<h2 className="interface-title" style={{ display: 'inline-block', margin: "0 20px", marginBottom: '16px' }}>测试集合 <a target="_blank" rel="noopener noreferrer" href="http://yapi.qunar.com/case.html" >
|
||||
<h2 className="interface-title" style={{ display: 'inline-block', margin: "0 20px", marginBottom: '16px' }}>测试集合 <a target="_blank" rel="noopener noreferrer" href="https://yapi.ymfe.org/case.html" >
|
||||
<Tooltip title="点击查看文档"><Icon type="question-circle-o" /></Tooltip>
|
||||
</a></h2>
|
||||
<div style={{ display: 'inline-block', margin: 0, marginBottom: '16px' }}>
|
||||
|
@ -194,7 +194,7 @@ class ProjectData extends Component {
|
||||
<div className="m-panel">
|
||||
<div className="postman-dataImport">
|
||||
<div className="dataImportCon">
|
||||
<div ><h3>数据导入 <a target="_blank" rel="noopener noreferrer" href="http://yapi.qunar.com/data.html" >
|
||||
<div ><h3>数据导入 <a target="_blank" rel="noopener noreferrer" href="https://yapi.ymfe.org/data.html" >
|
||||
<Tooltip title="点击查看文档"><Icon type="question-circle-o" /></Tooltip>
|
||||
</a></h3></div>
|
||||
<div className="dataImportTile">
|
||||
|
Loading…
Reference in New Issue
Block a user