docs: 修正部分信息
This commit is contained in:
+42
-15
@@ -181,33 +181,30 @@
|
||||
|
||||
<!-- ssp -->
|
||||
<div class="top-ad-box" style="margin-bottom: 12px;">
|
||||
<a href="http://sa-pro.dev33.cn?way=st_r" target="_blank">
|
||||
<img src="https://oss.dev33.cn/sa-token/ad/sa-sso-pro-s3.png" />
|
||||
<a href="https://sa-pro.yun94.cn?way=st_r" target="_blank">
|
||||
<div class="mad-bg-box">
|
||||
<div class="mad-context-box">
|
||||
<img class="mad-img" src="https://oss.dev33.cn/sa-token/ad/sspx-ad-9.png" />
|
||||
<span class="mad-text">
|
||||
轻松搭建<b>企业级统一认证中心</b>:SSO 单点登录、OAuth2.0、用户数据同步、API Key。<b>全源码交付、可二开。</b>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- 万维广告div -->
|
||||
<div class="wwads-cn wwads-horizontal" data-id="88" style="min-height: 0px; border: 1px #eee solid; margin-bottom: 12px;"></div>
|
||||
|
||||
<!-- ssp -->
|
||||
<div class="top-ad-box top-ad-box2" style="margin-bottom: 12px;">
|
||||
<!-- 编程导航 & 面试鸭 -->
|
||||
<!-- <div class="top-ad-box top-ad-box2" style="margin-bottom: 12px;">
|
||||
<a href="https://www.codefather.cn/vip?shareCode=qin883" target="_blank">
|
||||
<img src="https://oss.dev33.cn/sa-token/ad/bianchengdaohang.png" style="height: 26px;" />
|
||||
</a>
|
||||
<a href="https://www.mianshiya.com/?shareCode=skmky7" target="_blank">
|
||||
<img src="https://oss.dev33.cn/sa-token/ad/mianshiya.png" style="height: 26px;" />
|
||||
</a>
|
||||
<!-- <a href="http://sa-pro.dev33.cn?from=satop" target="_blank">
|
||||
<img src="https://oss.dev33.cn/sa-token/ad/sa-sso-pro-s3.png" />
|
||||
</a> -->
|
||||
<!--
|
||||
<a href="http://sa-pro.dev33.cn?from=satop" target="_blank">
|
||||
<img src="https://oss.dev33.cn/sa-token/ad/sa-sso-pro-s3.png" />
|
||||
</a>
|
||||
<a href="http://sa-pro.dev33.cn?from=satop" target="_blank">
|
||||
<img src="https://oss.dev33.cn/sa-token/ad/sa-sso-pro-s3.png" />
|
||||
</a> -->
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
|
||||
@@ -593,5 +590,35 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
// Gitee 2025 投票
|
||||
function toupiao() {
|
||||
// 弹出一次后,多少天不再弹出 (2天)
|
||||
const dayy = 1000 * 60 * 60 * 24 * 2;
|
||||
// 判断是否近期已经判断过了
|
||||
try{
|
||||
const isTanChu = localStorage.isTanChu;
|
||||
if(isTanChu) {
|
||||
// 记录 star 的时间,和当前时间的差距
|
||||
const disparity = new Date().getTime() - parseInt(isTanChu);
|
||||
|
||||
// 判断差距
|
||||
if(disparity < dayy) {
|
||||
console.log('checked ... toupiao ');
|
||||
return;
|
||||
}
|
||||
}
|
||||
}catch(e){
|
||||
console.error(e);
|
||||
}
|
||||
var mssg = 'Sa-Token 正在参加 Gitee 2025 最受欢迎开源软件投票活动。如果 Sa-Token 帮到了你,希望你可以来支持一下,这对我们非常重要,感谢! ❤️ ❤️ ❤️ <br>'
|
||||
+ '<a href="https://gitee.com/activity/2025opensource?ident=IGPG3R" target="_blank">https://gitee.com/activity/2025opensource?ident=IGPG3R</a><br>';
|
||||
layer.alert(mssg)
|
||||
localStorage.isTanChu = new Date().getTime();
|
||||
}
|
||||
toupiao();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user