mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
217 lines
8.8 KiB
HTML
217 lines
8.8 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="zh-CN">
|
|||
|
|
|||
|
<head>
|
|||
|
<meta charset="UTF-8">
|
|||
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
|||
|
<meta name="format-detection" content="telephone=no,email=no" />
|
|||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge, chrome=1">
|
|||
|
<meta name="description" content="description of your site">
|
|||
|
<meta name="author" content="author of the site">
|
|||
|
<title>YApi 使用手册</title>
|
|||
|
<link rel="stylesheet" href="source/main.css" />
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="ydoc">
|
|||
|
<header class="ydoc-header">
|
|||
|
<div class="ydoc-header-area">
|
|||
|
|
|||
|
<a href="http://ued.qunar.com/ymfe/" class="navbar-brand">YMFE</a>
|
|||
|
|
|||
|
<button class="ydocIcon navbar-toggle"></button>
|
|||
|
<nav class="ydoc-nav">
|
|||
|
<ul class="navbar-left">
|
|||
|
|
|||
|
<li class="">
|
|||
|
|
|||
|
<a href="index.html">首页</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li class="active">
|
|||
|
|
|||
|
<a href="usage.html">使用手册</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li class="">
|
|||
|
|
|||
|
<a href="manage.html">管理学院</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li class="">
|
|||
|
|
|||
|
<a href="api.html"></a>
|
|||
|
</li>
|
|||
|
|
|||
|
</ul>
|
|||
|
</nav>
|
|||
|
</div>
|
|||
|
</header>
|
|||
|
|
|||
|
<!-- <header style="height:20px"></header> -->
|
|||
|
|
|||
|
<!-- Docs page layout -->
|
|||
|
|
|||
|
<div class="ydoc-banner-bg">
|
|||
|
<div class="ydoc-banner ">
|
|||
|
<div class="ydoc-banner-area">
|
|||
|
<h1 >YApi</h1>
|
|||
|
<p class="desc ">高效、易用、功能强大的api管理平台,旨在为开发、产品、测试人员提供更优雅的接口管理服务。</p>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="ydoc-container">
|
|||
|
|
|||
|
<div class="ydoc-container-content">
|
|||
|
|
|||
|
|
|||
|
<div class="content-left " role="complementary">
|
|||
|
<nav class="docs-sidebar hidden-print hidden-xs hidden-sm">
|
|||
|
<ul class="nav docs-sidenav">
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-认识 YApi.html">认识 YApi</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-创建第一个API.html">创建第一个API</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li class="active" class="active" > -->
|
|||
|
<li class="active" >
|
|||
|
|
|||
|
<a href="usage-项目管理.html">项目管理</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<ul class="nav docs-sidenav-extend" >
|
|||
|
|
|||
|
<li >
|
|||
|
<a href="#介绍">介绍</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li >
|
|||
|
<a href="#安装 crossRequest chrome 插件">安装 crossRequest chrome 插件</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li >
|
|||
|
<a href="#使用说明">使用说明</a>
|
|||
|
</li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-接口配置.html">接口配置</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-接口调试.html">接口调试</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-使用mock功能.html">使用mock功能</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-使用测试集.html">使用测试集</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-成为组长.html">成为组长</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<!-- <li > -->
|
|||
|
<li >
|
|||
|
|
|||
|
<a href="usage-权限列表.html">权限列表</a>
|
|||
|
</li>
|
|||
|
|
|||
|
</ul>
|
|||
|
</nav>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="content-right markdown-body " role="main">
|
|||
|
|
|||
|
<h2 class="subject" id="介绍">介绍 <a class="hashlink" href="#介绍">#</a></h2><h2 class="subject" id="安装 crossRequest chrome 插件">安装 crossRequest chrome 插件 <a class="hashlink" href="#安装 crossRequest chrome 插件">#</a></h2><h2 class="subject" id="使用说明">使用说明 <a class="hashlink" href="#使用说明">#</a></h2>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
<footer class="footer">
|
|||
|
<div class="copyright">
|
|||
|
© 2016 <a href="http://ued.qunar.com/ymfe/">YMFE</a> Team. Build by <a href="http://ued.qunar.com/ydoc/">ydoc</a>.
|
|||
|
</div>
|
|||
|
</footer>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="open-panel"></div>
|
|||
|
<div class="mask"></div>
|
|||
|
|
|||
|
|
|||
|
<script src="source/main.js"></script>
|
|||
|
<script src="source/app.js"></script>
|
|||
|
|
|||
|
<script>
|
|||
|
var lineHeight = 17.4;
|
|||
|
var EXAMPLE_MAX_HEIGHT;
|
|||
|
|
|||
|
function fold() {
|
|||
|
// 折叠code
|
|||
|
$('.markdown-body pre').css({
|
|||
|
"line-height": lineHeight + "px"
|
|||
|
});
|
|||
|
$('.markdown-body pre').map(function(i, item) {
|
|||
|
var $item = $(item);
|
|||
|
var foldnumber = $item.data('foldnumber');
|
|||
|
EXAMPLE_MAX_HEIGHT = lineHeight * (foldnumber || 6);
|
|||
|
if ($item.height() > EXAMPLE_MAX_HEIGHT) {
|
|||
|
$item.css({
|
|||
|
"padding-bottom": 30
|
|||
|
});
|
|||
|
$item.find('code').height(EXAMPLE_MAX_HEIGHT);
|
|||
|
$item.append('<span class="extend">展开更多……</span>');
|
|||
|
};
|
|||
|
});
|
|||
|
$('.ydoc-example').delegate('.extend', 'click', function() {
|
|||
|
var $this = $(this);
|
|||
|
$this.removeClass('extend').addClass('fold');
|
|||
|
$this.html('折叠代码');
|
|||
|
$this.prev().height('auto');
|
|||
|
$this.prev().parent().height('auto');
|
|||
|
});
|
|||
|
$('.ydoc-example').delegate('.fold', 'click', function() {
|
|||
|
var $this = $(this);
|
|||
|
var foldnumber = $this.parent().data('foldnumber');
|
|||
|
EXAMPLE_MAX_HEIGHT = lineHeight * (foldnumber || 6);
|
|||
|
$this.removeClass('fold').addClass('extend');
|
|||
|
$this.parent().height(EXAMPLE_MAX_HEIGHT); // pre
|
|||
|
$this.prev().height(EXAMPLE_MAX_HEIGHT); // code
|
|||
|
$this.html("展开更多……");
|
|||
|
});
|
|||
|
}
|
|||
|
$(document).ready(fold);
|
|||
|
</script>
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
|
|||
|
</html>
|