优化文档

This commit is contained in:
click33 2024-05-06 16:02:32 +08:00
parent 73843741af
commit 1bbf127b95
3 changed files with 35 additions and 0 deletions

View File

@ -392,5 +392,36 @@
}
</script>
<!-- 赞助效果图展示 -->
<script>
function showSyzz(){
layer.photos({
photos: {
title: '',
id: new Date().getTime(),
start: 0,
data: [
{
pid: 1,
alt: 'gitee 开源项目推广,日增 star 74',
src: 'https://oss.dev33.cn/sa-token/more/syzz-xg-1.png',
},
{
pid: 2,
alt: 'gitee 开源项目推广,日增 star 247',
src: 'https://oss.dev33.cn/sa-token/more/syzz-xg-2.png',
},
{
pid: 3,
alt: '某互联网公司线下活动,报名邀请',
src: 'https://oss.dev33.cn/sa-token/more/syzz-xg-3.png',
}
]
}
,anim: 5 //0-6的选择指定弹出图片动画类型默认随机请注意3.0之前的版本用shift参数
});
}
</script>
</body>
</html>

View File

@ -73,3 +73,5 @@ xxx 商品名称
- 1、目前不接受 Sa-Token 官网文档插入广告推广,只接受一次性商业赞助推广。
- 2、助力开源项目如果您要推广的是一个开源项目赞助金额可打五折赞助 100 元即可。
- 3、如果你的开源项目集成了 Sa-Token可以免费得到推广机会一次。**请大胆联系我们,不要害羞!**
<button class="syzz-show-btn" onclick="showSyzz()">部分推广效果截图(点击查看)</button>

View File

@ -367,6 +367,8 @@ body {
.zz-btn-box button{padding: 5px 10px; cursor: pointer; border: 1px #ccc solid; color: #999; background-color: #FFF;}
.zz-btn-box button:hover{box-shadow: 0 0 10px #ddd;}
.syzz-show-btn{border: 1px #ccc solid; padding: 5px 10px; background-color: #FFF; color: #666; cursor: pointer;}
.syzz-show-btn:hover{box-shadow: 0 0 10px #ddd;}
/* ajax加载时的转圈圈样式 */
.ajax-layer-load.layui-layer-dialog{min-width: 0px !important; background-color: rgba(0,0,0,0.85);}