summaryrefslogtreecommitdiffstatshomepage
path: root/API/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'API/index.html')
-rw-r--r--API/index.html158
1 files changed, 158 insertions, 0 deletions
diff --git a/API/index.html b/API/index.html
new file mode 100644
index 0000000..2f02ec0
--- /dev/null
+++ b/API/index.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+
+
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <meta name="author" content="Hsiang Nianian">
+ <link rel="canonical" href="https://echo.hydroroll.team/API/">
+ <link rel="shortcut icon" href="../img/favicon.ico">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
+ <title>API Reference - Echo Standard</title>
+ <link href="../css/bootstrap-3.3.7.min.css" rel="stylesheet">
+ <link href="../css/font-awesome-4.7.0.css" rel="stylesheet">
+ <link href="../css/base.css" rel="stylesheet">
+ <link rel="stylesheet" href="../css/highlight.css">
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+ <![endif]-->
+
+ <script src="../js/jquery-3.2.1.min.js"></script>
+ <script src="../js/bootstrap-3.3.7.min.js"></script>
+ <script src="../js/highlight.pack.js"></script>
+
+ <base target="_top">
+ <script>
+ var base_url = '..';
+ var is_top_frame = false;
+
+ var pageToc = [
+ {title: "ES 1.0", url: "#_top", children: [
+ {title: "API", url: "#api" },
+ ]},
+ ];
+
+ </script>
+ <script src="../js/base.js"></script>
+ <script src="../search/main.js"></script>
+</head>
+
+<body>
+<script>
+if (is_top_frame) { $('body').addClass('wm-top-page'); }
+</script>
+
+
+
+<div class="container-fluid wm-page-content">
+ <a name="_top"></a>
+
+
+
+
+
+
+
+ <div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">
+
+ <div class="wm-article-nav">
+ <a href="../Element/" class="btn btn-xs btn-default pull-left">
+ <i class="fa fa-chevron-left" aria-hidden="true"></i>
+ Previous</a><a href="../Element/" class="btn btn-xs btn-link">
+ Element
+ </a>
+ </div>
+
+ </div>
+
+
+
+ <h2 id="es_10">ES 1.0<a class="headerlink" href="#es_10" title="Permanent link">&para;</a></h2>
+<h3 id="api">API<a class="headerlink" href="#api" title="Permanent link">&para;</a></h3>
+<h4 id="1_get_version">1. <code>get_version</code><a class="headerlink" href="#1_get_version" title="Permanent link">&para;</a></h4>
+<table>
+<thead>
+<tr>
+<th align="center">Method</th>
+<th align="center">field</th>
+<th align="center">type</th>
+<th align="center">notes</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="center">GET</td>
+<td align="center">无</td>
+<td align="center"></td>
+<td align="center"></td>
+</tr>
+</tbody>
+</table>
+<table>
+<thead>
+<tr>
+<th align="center">Output</th>
+<th align="center">field</th>
+<th align="center">type</th>
+<th align="center">notes</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="center"></td>
+<td align="center">ESV</td>
+<td align="center">list</td>
+<td align="center">符合语义化版本2.0.0规范的数组[^1]</td>
+</tr>
+<tr>
+<td align="center">[^1]: https://github.com/HydroRoll-Team/echo/blob/main/docs/index.md#版本</td>
+<td align="center"></td>
+<td align="center"></td>
+<td align="center"></td>
+</tr>
+</tbody>
+</table>
+<p>示例:</p>
+<pre><code class="language-json">{
+ &quot;ESV&quot;: [1, 0, 0]
+}
+</code></pre>
+
+ <br>
+
+
+
+
+
+
+
+ <div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">
+
+ <div class="wm-article-nav">
+ <a href="../Element/" class="btn btn-xs btn-default pull-left">
+ <i class="fa fa-chevron-left" aria-hidden="true"></i>
+ Previous</a><a href="../Element/" class="btn btn-xs btn-link">
+ Element
+ </a>
+ </div>
+
+ </div>
+
+ <br>
+</div>
+
+<footer class="col-md-12 wm-page-content">
+ <p>
+ <a href="https://github.com/HydroRoll-Team/echo/blob/main/docs/API.md"><i class="fa fa-github"></i>
+Edit on GitHub</a>
+ </p><p>2023 HydroRoll-Team</p>
+ <p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a> using <a href="https://github.com/HydroRoll-Team/echo">Windmill Dark</a> theme by Hsiang Nianian (noraj).</p>
+</footer>
+
+</body>
+</html> \ No newline at end of file