Skip to content

Commit

Permalink
增加ai摘要
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
0 parents commit fd1f5a4
Show file tree
Hide file tree
Showing 113 changed files with 75,256 additions and 0 deletions.
552 changes: 552 additions & 0 deletions 1084.html

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions 17dd.html

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions 1c94.html

Large diffs are not rendered by default.

572 changes: 572 additions & 0 deletions 37ef.html

Large diffs are not rendered by default.

635 changes: 635 additions & 0 deletions 3e6a.html

Large diffs are not rendered by default.

430 changes: 430 additions & 0 deletions 404.html

Large diffs are not rendered by default.

610 changes: 610 additions & 0 deletions 4814.html

Large diffs are not rendered by default.

1,038 changes: 1,038 additions & 0 deletions 579f.html

Large diffs are not rendered by default.

574 changes: 574 additions & 0 deletions 7104.html

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions 77f2.html

Large diffs are not rendered by default.

689 changes: 689 additions & 0 deletions 782d.html

Large diffs are not rendered by default.

1,863 changes: 1,863 additions & 0 deletions 9abe.html

Large diffs are not rendered by default.

600 changes: 600 additions & 0 deletions 9d22.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blog.ctext.top
578 changes: 578 additions & 0 deletions aba5.html

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions about/index.html

Large diffs are not rendered by default.

544 changes: 544 additions & 0 deletions air-conditioner/index.html

Large diffs are not rendered by default.

542 changes: 542 additions & 0 deletions album/index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions anzhiyu/random.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var posts=["4814.html","579f.html","3e6a.html","9d22.html","17dd.html","77f2.html","c018.html","37ef.html","1c94.html","fb6a.html","b78b.html","ebff.html","7104.html","eaa2.html","782d.html","fe0d.html","e7aa.html"];function toRandomPost(){
pjax.loadUrl('/'+posts[Math.floor(Math.random() * posts.length)]);
};
459 changes: 459 additions & 0 deletions archives/2024/02/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/03/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/04/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/05/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/06/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/07/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/2024/page/2/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions archives/page/2/index.html

Large diffs are not rendered by default.

794 changes: 794 additions & 0 deletions b78b.html

Large diffs are not rendered by default.

614 changes: 614 additions & 0 deletions c018.html

Large diffs are not rendered by default.

567 changes: 567 additions & 0 deletions categories/index.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions categories/前端开发/index.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions categories/技术教程/index.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions categories/有趣的知识/index.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions categories/笔记/index.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions categories/软考笔记/index.html

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions css/countdown.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@



/*人生倒计时侧边栏*/
.aside-count .content .item {
margin-bottom: 5px;
line-height: initial;
}

.aside-count .content .item:last-child {
margin-bottom: 0
}

.aside-count .content .item .title {
font-size: 12px;
color: var(--minor);
display: flex;
align-items: center
}

.aside-count .content .item .title span {
color: var(--theme);
font-weight: 500;
font-size: 14px;
margin: 0 5px
}

.aside-count .content .item .progress {
display: flex;
align-items: center
}

.aside-count .content .item .progress .progress-bar {
height: 10px;
border-radius: 5px;
overflow: hidden;
background: var(--classC);
width: 0;
min-width: 0;
flex: 1;
margin-right: 5px
}
@keyframes progress {
0% {
background-position: 0 0
}

100% {
background-position: 30px 0
}
}
.aside-count .content .item .progress .progress-bar .progress-inner {
width: 0;
height: 100%;
border-radius: 5px;
transition: width 0.35s;
-webkit-animation: progress 750ms linear infinite;
animation: progress 750ms linear infinite
}

.aside-count .content .item .progress .progress-bar .progress-inner-1 {
background: #bde6ff;
background-image: linear-gradient(135deg, #50bfff 25%, transparent 25%, transparent 50%, #50bfff 50%, #50bfff 75%, transparent 75%, transparent 100%);
background-size: 30px 30px
}

.aside-count .content .item .progress .progress-bar .progress-inner-2 {
background: #ffd980;
background-image: linear-gradient(135deg, #f7ba2a 25%, transparent 25%, transparent 50%, #f7ba2a 50%, #f7ba2a 75%, transparent 75%, transparent 100%);
background-size: 30px 30px
}

.aside-count .content .item .progress .progress-bar .progress-inner-3 {
background: #ffa9a9;
background-image: linear-gradient(135deg, #ff4949 25%, transparent 25%, transparent 50%, #ff4949 50%, #ff4949 75%, transparent 75%, transparent 100%);
background-size: 30px 30px
}

.aside-count .content .item .progress .progress-bar .progress-inner-4 {
background: #67c23a;
background-image: linear-gradient(135deg, #4f9e28 25%, transparent 25%, transparent 50%, #4f9e28 50%, #4f9e28 75%, transparent 75%, transparent 100%);
background-size: 30px 30px
}
16 changes: 16 additions & 0 deletions css/essay-animation.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*主页文章卡片添加擦亮动画效果*/
#recent-posts > .recent-post-item:not(a)::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200%;
background: linear-gradient(to right, transparent, white, transparent);
transform: translateX(-200%);
transition: transform 0.5s linear;
z-index: 1;
}
#recent-posts > .recent-post-item:not(a):hover::before {
transform: translateX(100%) skewX(-60deg);
}
14 changes: 14 additions & 0 deletions css/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*@font-face {*/
/* font-family: 'DingTalk';*/
/* src: url('https://up.ctext.top/font/DingTalk%20JinBuTi.ttf') format('truetype');*/
/* font-weight: normal;*/
/* font-style: normal;*/
/*}*/

/*body {*/
/* font-family: 'DingTalk', sans-serif; !* sans-serif 是备用字体 *!*/
/*}*/
@import url('https://cdn.jsdelivr.net/npm/cn-fontsource-ding-talk-jin-bu-ti-regular/font.css');
body, html {
font-family: Roboto, "DingTalk JinBuTi", sans-serif !important;
}
Loading

0 comments on commit fd1f5a4

Please sign in to comment.