Skip to content

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
NitroRCr committed Jun 9, 2020
1 parent 0bfe55c commit f349137
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 18 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,4 @@
**过于敏感的词语即使反转也会被检测到**,因此这个工具并不是万能的
另外虽然Unicode控制符不会被机器检测,**但是酷安小编本人说过用Unicode控制符发送严重违规消息直接永封不解。**
因此虽然这是个好东西但是切勿滥用,*不然到时候某一天酷安算法可以识别控制符了对谁都不好*
## 关于:
>这个项目本来就是无聊开发的
>可以查阅[作者的酷安主页](http://www.coolapk.com/u/1362352)
>以及[作者的Github主页](https://github.com/NitroRCr)
>
>欢迎 Star, Fork, PR

12 changes: 12 additions & 0 deletions css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@ h3 {

&.row1 {
min-height: 100vh;
.letf-bottom-cornor {
position: absolute;
left: 5px;
bottom: 0.4em;
color: #eee;
font-size: 1em;
line-height: 1.3;
}
h3 {
margin-top: 1rem;
margin-bottom: 0;
}
}

&.row3 {}
Expand Down
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ <h3>不影响可读性</h3>
</div>
<div class="row">
<div class="col s12 m6">
<h3>多种处理方式</h3>
<p>可根据需要选用不同的处理方式</p>
<h3>更多选项</h3>
<p>增强模式、竖向排列、链接转短...</p>
</div>
<div class="col s12 m6">
<h3>Change Log v0.11</h3>
<p>
新增 链接转短链接 选项<br>
改进 同形字母替换 选项
优化 代码逻辑
<h3>Change Log v0.11</h3>
<p>
新增 链接转短链接 选项<br>
改进 同形字母替换 选项<br>
优化 代码逻辑
</p>
</div>
</div>
Expand All @@ -98,12 +98,15 @@ <h3>Change Log v0.11</h3>
<div style="height: 25px;"></div>
<div class="row">
<div class="col s12">
<a class="n-dark waves-effect waves-light" onclick="$('.row2')[0].scrollIntoView();return false;">Start Now</a>
<a class="n-dark waves-effect waves-light" onclick="$('.row2')[0].scrollIntoView();return false;">Start</a>
<a class="n-dark waves-effect waves-light" onclick="$('.row3')[0].scrollIntoView();return false;">使用说明</a>
<a href="simple.html" class="n-dark waves-effect waves-light">简洁版</a>
</div>
</div>
<div style="height: 50px;"></div>
<div style="height: 60px;"></div>
</div>
<div class="letf-bottom-cornor">
By NitroFire<br>Coolapk@SH_XN
</div>
<span id="busuanzi_container_site_pv">
<i class="fas fa-eye"></i> <span id="busuanzi_value_site_pv"></span>
Expand Down
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Index.prototype.setRandomBg = function () {
}
img.src = this.randint(bgs);
}
!this.isFireFox && !this.isiOS && setTimeout(() => {this.setRandomBg()}, 40 * 1000);
!this.isFireFox && !this.isiOS && setTimeout(() => {this.setRandomBg()}, 60 * 1000);
}
var index;
$().ready(function () {
index = new Index();
index.setRandomBg();
new OneText('.one-text-a', {interval: 20, quote: true, libs: ['official', 'ext']})
new OneText('.one-text-a', {interval: 30, quote: true, libs: ['official', 'ext']})
});

0 comments on commit f349137

Please sign in to comment.