docs: 新增部分资源下载链接

This commit is contained in:
click33
2025-04-22 18:07:45 +08:00
parent 3658779d87
commit 3f86dfdc12
4 changed files with 14 additions and 2 deletions

View File

@@ -192,6 +192,13 @@
<!-- help 按钮 -->
<div class="help-btn">❤️ 技术求助</div>
<!-- ew-wa -->
<div class="ew-wa">
<p>
<a href="https://pan.quark.cn/s/d9dd62340d62" target="_blank">离线版文档</a>
<a href="https://pan.quark.cn/s/fea7e5ec72ee" target="_blank">历史所有版本文档</a>
</p>
</div>
<!-- ew-wa -->
<div class="ew-wa">
<p>如果 Sa-Token 帮助到了你,希望你可以向同事、朋友推荐了解本框架,这对我们非常重要,感谢支持! <!-- 🤗 --> </p>
<p>加油,工程师!</p>

View File

@@ -186,7 +186,9 @@ sa.copr=true
##### 打包步骤
首先放上懒人链接:[sa-quick-dist.jar](https://gitee.com/dromara/sa-token/attach_files/695353/download) 不想手动操作的同学可以直接点此链接下载打包后的jar文件
<!-- [sa-quick-dist.jar](https://gitee.com/dromara/sa-token/attach_files/695353/download) -->
首先放上懒人链接:[sa-quick-dist.jar](https://pan.quark.cn/s/04fd34a24928)不想手动操作的同学可以直接点此链接下载打包后的jar文件
1、首先将 `sa-token-demo-quick-login` 模块添加到顶级父模块的`<modules>`节点中

View File

@@ -157,7 +157,8 @@ implementation 'cn.dev33:sa-token-core:${sa.top.version}'
Maven依赖一直无法加载成功[参考解决方案](https://sa-token.cc/doc.html#/start/maven-pull)
## jar包下载
[点击下载sa-token-1.6.0.jar](https://oss.dev33.cn/sa-token/sa-token-1.6.0.jar)
<!-- [点击下载sa-token-1.6.0.jar](https://oss.dev33.cn/sa-token/sa-token-1.6.0.jar) -->
[点击下载sa-token-1.6.0.jar](https://pan.quark.cn/s/85e4d75f500c)
注:当前仅提供 `v1.6.0` 版本jar包下载更多版本请前往 maven 中央仓库获取,[直达链接](https://search.maven.org/search?q=sa-token)

View File

@@ -461,6 +461,8 @@ body {
/* ew-wa */
.ew-wa{ margin-top: 14px; line-height: 18px; color: #aaa; }
.ew-wa a{ margin-right: 5px; text-decoration: none; color: #8693A7; }
.ew-wa a:hover{text-decoration: underline; color: #44f; }
/* 按钮发光动画 */
/* .help-btn{animation: helpbtnanimation 3s infinite;}