v1.31.0.RC 发布

This commit is contained in:
click33
2022-08-29 20:48:32 +08:00
parent 369bcfbbc7
commit 8bd7b6f2d4
32 changed files with 102 additions and 40 deletions

View File

@@ -23,7 +23,7 @@
<img src="./doc/logo.png" title="logo" />
<span class="logo-text">Sa-Token</span>
<!-- <h1 class="logo-text">Sa-Token</h1> -->
<!-- <sub>v1.30.0</sub> -->
<!-- <sub>v1.31.0.RC</sub> -->
</div>
</a>
</div>
@@ -70,7 +70,7 @@
<div class="main-box">
<div class="content-box">
<!-- <div class="fenge"></div> -->
<h1>Sa-Token<small>v1.30.0</small></h1>
<h1>Sa-Token<small>v1.31.0.RC</small></h1>
<div class="sub-title">一个轻量级 java 权限认证框架,让鉴权变得简单、优雅!</div>
<div class="btn-box">
<a class="abtn" href="https://github.com/dromara/sa-token" target="_blank">GitHub</a>
@@ -630,5 +630,13 @@
</script>
<script type="text/javascript">
// 预览版提示
if(location.host === 'rc.sa-token.dev33.cn') {
const newTips = '<b>当前文档为RC预览版文档仅做学习测试使用正式项目请使用正式版<a href="https://sa-token.dev33.cn/" target="_blank">https://sa-token.dev33.cn/</a></b>';
layer.alert(newTips);
}
</script>
</body>
</html>