mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-19 21:51:20 +08:00
website: add search data. #105 b034d7970d
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
<p>这个 semver 语义化版本快速参考备忘清单。</p>
|
||||
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
|
||||
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
|
||||
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" href="#语义化版本标准">语义化版本标准</a><a aria-hidden="true" class="leve3 tocs-link" href="#介绍">介绍</a><a aria-hidden="true" class="leve3 tocs-link" href="#semver">Semver</a><a aria-hidden="true" class="leve3 tocs-link" href="#简单范围">简单范围</a><a aria-hidden="true" class="leve3 tocs-link" href="#范围">范围</a><a aria-hidden="true" class="leve3 tocs-link" href="#连字符范围">连字符范围</a><a aria-hidden="true" class="leve4 tocs-link" href="#部分向右">部分向右</a><a aria-hidden="true" class="leve4 tocs-link" href="#部分向左">部分向左</a><a aria-hidden="true" class="leve3 tocs-link" href="#有效的语义版本">有效的语义版本</a><a aria-hidden="true" class="leve3 tocs-link" href="#组合范围">组合范围</a><a aria-hidden="true" class="leve3 tocs-link" href="#解释">解释</a><a aria-hidden="true" class="leve3 tocs-link" href="#预发布">预发布</a><a aria-hidden="true" class="leve2 tocs-link" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="语义化版本标准"><a aria-hidden="true" tabindex="-1" href="#语义化版本标准"><span class="icon icon-link"></span></a>语义化版本标准</h2><div class="wrap-body">
|
||||
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#语义化版本标准">语义化版本标准</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#介绍">介绍</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#semver">Semver</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#简单范围">简单范围</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#范围">范围</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#连字符范围">连字符范围</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#部分向右">部分向右</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#部分向左">部分向左</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#有效的语义版本">有效的语义版本</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#组合范围">组合范围</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#解释">解释</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#预发布">预发布</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="语义化版本标准"><a aria-hidden="true" tabindex="-1" href="#语义化版本标准"><span class="icon icon-link"></span></a>语义化版本标准</h2><div class="wrap-body">
|
||||
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="介绍"><a aria-hidden="true" tabindex="-1" href="#介绍"><span class="icon icon-link"></span></a>介绍</h3><div class="wrap-body">
|
||||
<p><a href="http://semver.org/">Semver</a> 是一种语义版本控制规范。</p>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user