优化文档..

This commit is contained in:
click33
2022-10-21 11:27:29 +08:00
parent fe9aebc5cf
commit 6592b62523
45 changed files with 167 additions and 159 deletions

View File

@@ -246,8 +246,8 @@
<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>';
if(location.host === 'rc.sa-token.cc') {
const newTips = '<b>当前文档为RC预览版文档仅做学习测试使用正式项目请使用正式版<a href="https://sa-token.cc/" target="_blank">https://sa-token.cc/</a></b>';
layer.alert(newTips);
}
</script>