第一次主题备份

This commit is contained in:
江志雄 2018-01-14 15:21:12 +08:00
parent d12218f8ba
commit e8e30450ee
237 changed files with 140127 additions and 44 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
node_modules
yarn.lock
dist
.deploy_git

1
db.json Normal file
View File

@ -0,0 +1 @@
{"meta":{"version":1,"warehouse":"2.2.0"},"models":{"Asset":[],"Cache":[],"Category":[],"Data":[],"Page":[],"Post":[],"PostAsset":[],"PostCategory":[],"PostTag":[],"Tag":[]}}

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.3.6"
"version": "3.4.4"
},
"dependencies": {
"dplayer": "^1.4.0",
@ -26,4 +26,4 @@
"hexo-tag-aplayer": "^2.0.1",
"hexo-tag-dplayer": "^0.1.7"
}
}
}

944
public/Amani-间奏-1.html Normal file

File diff suppressed because one or more lines are too long

1
public/CNAME Normal file
View File

@ -0,0 +1 @@
jzxer.cn

1040
public/GIT使用攻略.html Normal file

File diff suppressed because one or more lines are too long

920
public/about/index.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1354
public/archives/index.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
public/assets/css/DPlayer.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8
public/assets/js/APlayer.min.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/assets/js/DPlayer.min.js vendored Normal file

File diff suppressed because one or more lines are too long

957
public/badboy.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

927
public/css/disqus-proxy.css Normal file
View File

@ -0,0 +1,927 @@
.comment-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-toggle .comment-toggle-input {
display: none
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon {
background-color: #2aa0ff
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon:before {
margin-left: 11px
}
.comment-toggle .comment-toggle-icon {
display: block;
width: 32px;
height: 20px;
background-color: #434343;
border-radius: 10px;
box-sizing: border-box;
cursor: pointer;
padding: 2.5px 3px;
-webkit-transition: all .3s;
transition: all .3s
}
.comment-toggle .comment-toggle-icon:before {
-webkit-transition: all .3s;
transition: all .3s;
content: "";
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #fff
}
.comment-toggle .comment-toggle-button {
display: block;
color: #fff!important;
background-color: #434343;
border-radius: 2px;
line-height: 20px;
height: 20px;
padding: 0 3px;
font-size: 12px;
cursor: pointer;
margin: 0 5px
}
.comment {
font: 13px/1.6 Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei,sans-serif;
min-height: 40px;
margin: 5px auto;
word-wrap: break-word
}
.comment .icon {
max-width: 20px
}
.comment * {
margin: 0;
padding: 0;
box-sizing: border-box
}
.comment b,.comment strong {
font-weight: 700;
color: #000
}
.comment :focus {
outline: none
}
.comment abbr[title] {
text-decoration: none
}
.comment.loading {
position: relative;
background: url(https://a.disquscdn.com/next/embed/assets/img/loader-bg.173909e4737a7481df14d5492b5eeb48.png) no-repeat!important;
display: block;
height: 52px;
width: 54px;
margin: 20px auto;
overflow: hidden;
box-sizing: border-box
}
.comment.loading>* {
display: none
}
.comment.loading:after {
content: "";
display: block;
box-sizing: border-box;
width: 26px;
height: 26px;
position: absolute;
top: 13px;
left: 15px;
border-width: 3px;
border-style: solid;
border-color: rgba(51,54,58,.4) transparent;
border-radius: 13px;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-animation: disqus-loader-spinner-animation .7s infinite linear!important;
animation: disqus-loader-spinner-animation .7s infinite linear!important
}
.comment.guestbook .comment-header {
display: none
}
.comment-box {
margin: 20px 0
}
.comment-box,.comment-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-header {
height: 36px;
line-height: 36px;
font-weight: 700;
font-size: 15px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 2px solid #e7e9ee;
color: #656c7a
}
.comment-header .comment-header-item {
display: inline-block;
border-bottom: 2px solid #656c7a;
margin-bottom: -2px;
padding: 0 7px
}
.comment-header .comment-show {
position: relative;
color: #2a2e2e;
cursor: pointer;
display: none
}
.comment-header .comment-header-count,.comment-header .comment-show {
width: 120px;
text-align: center;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-transform: capitalize
}
.comment-header .comment-header-count {
display: inline-block
}
.comment-header .comment-header-count:after {
content: " ";
display: block;
height: 2px;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
background: #2e9fff
}
.comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto
}
.placeholder {
color: #7f919e;
line-height: 30px;
font-size: 12px;
position: absolute;
top: 7px;
left: 10px;
right: 9px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: text;
overflow: hidden
}
.comment-form-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 2px solid #dbdfe4;
border-radius: 4px;
width: 100%
}
.comment-actions,.comment-form-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-actions {
background: #f6f8f9;
border-radius: 0 0 2px 2px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden
}
.comment-actions .comment-actions-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.comment-actions .comment-actions-input {
display: none
}
.comment-actions .comment-actions-input[type=checkbox]:checked+.comment-actions-label .icon {
fill: #1d2f3a
}
.comment-actions .comment-actions-label {
display: inline-block;
width: 34px;
height: 34px;
cursor: pointer
}
.comment-actions .comment-actions-label .icon {
height: 18px;
margin: 8px;
display: inline-block;
color: #737474;
cursor: pointer;
fill: #c2c6cc;
-webkit-transition: all .2s;
transition: all .2s
}
.comment-actions .comment-actions-label:hover .icon {
fill: #1d2f3a!important
}
.comment-actions .exit {
display: none
}
.comment-actions .emojione-list {
cursor: default;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
list-style: none;
width: 125px;
height: 125px;
background-color: hsla(0,0%,100%,.96);
padding: 5px 0 0 5px;
border-radius: 2px;
border: 2px solid #c2c6cc;
top: -125px;
left: -2px;
margin-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.comment-actions .emojione-item {
position: relative;
height: 24px;
width: 24px;
margin: 0 5px 5px 0
}
.comment-actions .emojione-item:before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 4
}
.comment-actions .emojione-item-image {
height: 22px;
width: 22px
}
.comment-actions .comment-actions-input[type=checkbox]:checked+.emojione .emojione-list {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible!important
}
.expanded .comment-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.expanded .comment-image .comment-image-progress {
position: relative;
height: 80px;
width: 0;
background: url("https://a.disquscdn.com/next/embed/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif") 50% no-repeat;
margin: 0 5px;
overflow: hidden
}
.expanded .comment-image .comment-image-progress:before {
position: absolute;
content: "";
display: block;
top: 55px;
bottom: 20px;
left: 0;
right: 0;
height: 5px;
width: 100%;
background-color: #dbdfe4
}
.expanded .comment-image .comment-image-progress .comment-image-loaded {
position: absolute;
background-color: #7f919e;
top: 55px;
left: 0;
right: 0;
bottom: 20px;
height: 5px;
width: 0
}
.expanded .comment-image .comment-image-list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.expanded .comment-image .comment-image-item {
height: 80px;
margin-left: 5px;
position: relative;
border-radius: 3px;
overflow: hidden
}
.expanded .comment-image .comment-image-item:before {
overflow: hidden;
line-height: 0;
height: 0;
-webkit-transition: all .3s;
transition: all .3s;
content: "\70B9\51FB\79FB\9664";
display: block;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
font-size: 12px;
background-color: rgba(0,0,0,.5);
line-height: 25px;
color: #fff
}
.expanded .comment-image .comment-image-item:hover:before {
height: 25px
}
.expanded .comment-image .comment-image-item .comment-image-object {
height: 100%;
border-radius: 3px;
overflow: hidden
}
.expanded .comment-image .comment-image-item.loading .comment-image-object {
width: 20px;
margin: 0 30px
}
.comment-form-wrapper .tips,.expanded .comment-image .comment-image-item.loading:before {
display: none
}
.comment-form-wrapper.editing+.comment-login {
opacity: 1;
height: auto;
margin-top: 10px
}
.comment-form-wrapper.editing .comment-form-textarea {
font: 13px/15px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
height: 74px
}
.comment-form-wrapper.editing .comment-image {
-webkit-transition: padding-bottom .15s ease-in-out;
transition: padding-bottom .15s ease-in-out;
background-color: rgba(16,48,68,.03)
}
.comment-form-wrapper.editing .comment-actions {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border-top: 2px solid #dbdfe4;
opacity: 1;
height: 36px;
filter: alpha(opacity=100);
visibility: visible!important
}
.comment-form-wrapper.editing .comment-actions-form {
-webkit-transition: all .3s .5s;
transition: all .3s .5s;
margin: 87px -2px -2px
}
.comment-form-wrapper.editing .comment-form-submit {
opacity: 1
}
.comment-form-wrapper.editing {
position: relative;
display: block
}
.comment-form-wrapper.editing .comment-tips {
position: absolute;
width: 125px;
height: 70px;
font-size: 12px;
border-radius: 4px;
top: 50%;
margin-top: -35px;
left: -125px;
background-color: #fff;
border: 2px solid #c2c6cc;
padding: 5px;
line-height: 15px;
display: none;
cursor: text
}
.comment-form-wrapper.editing .comment-tips:before {
content: "";
width: 0;
height: 0;
position: absolute;
right: -8px;
top: 50%;
margin-top: -8px;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent #c2c6cc
}
.comment-form-wrapper.editing .comment-tips:after {
content: "";
width: 0;
height: 0;
position: absolute;
right: -5px;
top: 50%;
margin-top: -5px;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent #fff
}
.comment-form-wrapper.editing #tips-input:checked+.tips .comment-tips {
display: block
}
.comment-form-wrapper.focus {
border: 2px solid #c2c6cc
}
.comment-form-wrapper.focus .comment-actions {
border-top: 2px solid #c2c6cc
}
.comment-form-wrapper.focus .comment-actions .comment-actions-label .icon {
fill: #656c7a
}
.comment-form-wrapper.focus.expanded .comment-image {
border-top: 2px solid #c2c6cc
}
.comment-form-wrapper.expanded .comment-image {
border-top: 2px solid #dbdfe4;
padding: 10px 0 8px
}
.comment-form-wrapper.logged-in .comment-form-submit {
border-radius: 0 0 4px;
-webkit-transition: none;
transition: none;
opacity: 1
}
.comment-form-wrapper.logged-in .comment-actions-form {
margin: 0;
-webkit-transition: all .5s;
transition: all .5s
}
.comment-form-wrapper.logged-in+.comment-login {
height: 0;
opacity: 0;
margin-top: -40px
}
.comment-form-wrapper.logged-in .tips {
display: none
}
.comment-form-wrapper.logged-in .exit {
display: block
}
.comment-form-wrapper .comment-form-textarea {
width: 100%;
display: block;
border: none;
overflow: auto;
color: #2a2e2e;
cursor: text;
resize: none;
height: 44px;
font: 18px/30px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
padding: 7px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.comment-actions-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-actions-form .comment-form-submit {
z-index: 1;
border: none;
opacity: 0;
margin: -2px;
white-space: nowrap;
border-radius: 4px;
height: 38px;
width: 80px;
display: inline-block;
background-color: rgba(29,47,58,.6);
cursor: pointer;
line-height: 38px
}
.comment-actions-form .comment-form-submit .icon {
margin: 9px;
fill: #fff;
cursor: pointer;
width: 20px;
height: 20px
}
.comment-actions-form .comment-form-submit:hover {
background-color: rgba(29,47,58,.75)
}
.comment-login {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 0;
-webkit-transition: all .5s .2s;
transition: all .5s .2s;
height: 0;
margin: -40px -5px 40px;
overflow: hidden;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.comment-thread-form {
text-align: center;
color: #656c7a;
line-height: 32px;
font-size: 14px
}
.comment-thread-form .comment-form-submit {
background-color: rgba(29,47,58,.6);
border: none;
white-space: nowrap;
border-radius: 4px;
height: 38px;
width: 120px;
display: inline-block;
cursor: pointer;
line-height: 38px;
margin: 10px 0;
color: #fff;
font-size: 15px
}
.comment-thread-form .comment-form-submit:hover {
background-color: rgba(29,47,58,.75)
}
.comment-form-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 10px 0
}
.comment-form-item .comment-form-label {
display: block;
height: 32px;
line-height: 32px;
font-size: 14px;
color: #656c7a;
width: 80px;
text-align: right;
font-weight: 700
}
.comment-form-item .comment-form-textarea {
background-color: #fff;
border: 2px solid #dbdfe4;
-webkit-transition: all .2s linear;
transition: all .2s linear;
padding: 2px 10px;
border-radius: 4px;
font-size: 13px;
height: 64px;
margin: 0 5px;
width: 30px;
line-height: 20px;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto
}
.comment-form-item .comment-form-textarea:focus {
border: 2px solid #c2c6cc
}
.comment-form-input {
background-color: #fff;
border: 2px solid #dbdfe4;
-webkit-transition: all .2s linear;
transition: all .2s linear;
padding: 0 10px;
border-radius: 4px;
font-size: 13px;
height: 32px;
margin: 0 5px;
width: 30px;
line-height: 32px;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto
}
.comment-form-input:focus {
border: 2px solid #c2c6cc
}
.comment-item-children,.comment-list {
text-align: left;
list-style: none;
padding-left: 0;
margin-left: 0;
line-height: 20px
}
.comment-avatar,.comment-item-avatar {
display: block;
width: 48px;
height: 48px;
margin-right: 12px
}
.comment-avatar img,.comment-item-avatar img {
border-radius: 3px;
width: 48px;
height: 48px
}
@-webkit-keyframes disqus-loader-spinner-animation {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes disqus-loader-spinner-animation {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.comment-list {
font-size: 13px
}
.comment-list p {
margin: 0
}
.comment-list a {
text-decoration: none;
color: #0095dd
}
.comment-list a[href="javascript:void(0);"] {
color: #000;
cursor: default
}
.comment-list #comment-preview {
opacity: .6
}
.comment-list .comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px
}
.comment-list .comment-item .comment-item {
margin-bottom: 0
}
.comment-list .comment-item-header {
line-height: 1.2;
color: #c2c6cc
}
.comment-list .comment-item-header .comment-item-time {
color: #7f919e;
word-spacing: -2px;
font-weight: 500
}
.comment-list .comment-item-header .comment-item-cancel,.comment-list .comment-item-header .comment-item-name {
color: #0095dd;
font-weight: 700;
border-bottom: none
}
.comment-list .comment-item-header .comment-item-name[href^=javascript] {
cursor: text;
color: #000
}
.comment-list .comment-item-header .comment-item-reply {
color: #656c7a;
font-weight: 500;
border-bottom: none
}
.comment-list .comment-item-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -5px;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.comment-list .comment-item-images .comment-item-imagelink {
height: 100px;
margin: 0 5px
}
.comment-list .comment-item-images .comment-item-imagelink:hover {
border-bottom: none
}
.comment-list .comment-item-images .comment-item-image {
height: 100%
}
.comment-list .comment-item.transparent {
opacity: .4
}
.comment-list .comment-item-content {
min-height: 40px;
padding: 5px 0;
font-size: 13px
}
.comment-list .comment-item-content .at {
padding-right: 4px
}
.comment-list .comment-item-content .comment-item-content {
min-height: 20px
}
.comment-list .comment-item-content img.emojione {
width: 22px;
height: 22px;
margin: 0 3px
}
.comment-list .comment-box {
margin: 6px 0
}
.comment-list .comment-avatar,.comment-list .comment-avatar-image,.comment-list .comment-item-children .comment-item-avatar,.comment-list .comment-item-children .comment-item-avatar img {
width: 36px;
height: 36px;
margin-right: 6px
}
.comment-list .comment-form-textarea {
height: 32px;
padding: 5px;
line-height: 22px;
font-size: 15px
}
.comment-list .comment-item-main {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-box,.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-item-children {
margin-left: -42px
}
.comment-loadmore {
font-weight: 500;
display: block;
text-align: center;
padding: 11px 14px;
background-color: rgba(29,47,58,.6);
color: #fff!important;
line-height: 1.1;
border-radius: 3px;
-webkit-transition: background .2s;
transition: background .2s;
text-shadow: none
}
.comment-loadmore:hover {
background-color: rgba(29,47,58,.7);
border-bottom: none!important
}
.comment-loadmore.loading {
background-color: #edeff2;
color: #444!important;
cursor: wait
}
@media screen and (max-width:450px) {
.comment-item .comment-item-children .comment-box,.comment-item .comment-item-children .comment-item-children {
margin-left: 0!important
}
.comment-item .at,.comment-item .comment-avatar,.comment-item .comment-item-children .comment-item-avatar {
display: none
}
}
.emojione .tips {
display: none!important
}

1
public/css/disqus-proxy.min.css vendored Normal file

File diff suppressed because one or more lines are too long

479
public/css/duoshuo.css Normal file
View File

@ -0,0 +1,479 @@
#comments {
background-color: #eee;
padding: 2pc
}
#comments h4 {
font-size: 13px;
line-height: 18px;
color: #8a8a8a;
margin: 0
}
#ds-thread {
background-color: #eee;
display: flex;
box-sizing: border-box;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
position: relative
}
@media screen and (max-width:480px) {
#ds-thread {
padding: 0
}
}
#ds-thread #ds-reset .ds-comment-body p {
padding-bottom: 5px
}
#ds-thread #ds-reset .ds-replybox {
margin: 20px 0 20px 0;
padding: 0 0 0 40px
}
#ds-reset .ds-avatar,
#ds-reset .ds-avatar img {
background: 0;
width: 30px;
height: 30px;
-webkit-border-radius: 50%;
border-radius: 50%;
box-shadow: 0;
border: none
}
@media screen and (max-width:480px) {
width: auto;
height: auto
}
#ds-thread #ds-reset ul.ds-children .ds-avatar,
#ds-thread #ds-reset ul.ds-children .ds-avatar img {
width: 30px;
height: 30px;
border: none!important
}
#ds-thread #ds-reset .ds-replybox .ds-avatar {
top: 5px width: 30px;
height: 30px;
border: none
}
#ds-thread #ds-reset .ds-replybox .ds-avatar img {
width: 30px!important;
height: 30px!important;
border: none
}
#ds-thread #ds-reset .ds-user-name {
font-size: 13px
}
#ds-thread #ds-reset .ds-comment-body,
#ds-thread #ds-reset ul.ds-children .ds-comment-body {
padding-left: 60px
}
#ds-thread #ds-reset ul.ds-children {
margin-left: 3pc
}
#ds-reset .ds-highlight {
color: #000
}
#ds-thread #ds-reset li.ds-post,
#ds-thread #ds-reset .ds-post-self {
border-top: 0
}
#ds-thread #ds-reset .ds-post-toolbar span,
#ds-thread #ds-reset .ds-post-toolbar input,
#ds-thread #ds-reset .ds-post-toolbar label,
#ds-thread #ds-reset .ds-post-toolbar a {
display: none
}
#ds-thread #ds-reset .ds-account-control ul {
border: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
#ds-thread #ds-reset a.ds-like-thread-button {
height: 30px;
line-height: 30px;
margin: 0;
min-width: 50px;
padding: 0 14px;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
border: 0;
background: rgba(158, 158, 158, .2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
color: #fff;
background-color: #F06292;
text-shadow: 0
}
#ds-thread #ds-reset .ds-thread-liked{
background-color: #FF80AB !important;
}
#ds-thread #ds-reset li.ds-tab,
#ds-wrapper #ds-reset button {
height: 30px;
line-height: 30px;
margin: 0;
min-width: 50px;
padding: 0 14px;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
border: 0;
background: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
text-shadow: 0
}
#ds-thread #ds-reset li.ds-tab:hover,
#ds-wrapper #ds-reset button:hover {
background-color: rgba(102, 102, 102, 0.1)
}
#ds-thread #ds-reset li.ds-tab:active,
#ds-wrapper #ds-reset button:active {
background-color: rgba(102, 102, 102, 0.1);
-webkit-box-shadow: none;
box-shadow: none
}
#ds-thread #ds-reset li.ds-tab a.ds-current {
border: 0;
background-color: rgba(255, 255, 255, 0)
}
#ds-thread #ds-reset a.ds-like-thread-button span {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
color: #fff;
font-weight: 400
}
#ds-thread #ds-reset li.ds-tab a {
-webkit-border-radius: 0;
border-radius: 0;
text-shadow: 0
}
#ds-thread #ds-reset .ds-textarea-wrapper {
background: 0;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, .12);
width: 95%;
margin: 0;
padding: 0;
float: left
}
#ds-thread #ds-reset .ds-post-toolbar {
width: 5%;
padding: 0;
margin: 0;
box-shadow: 0;
float: left
}
#ds-thread #ds-reset .ds-post-options {
border: 0;
-webkit-border-bottom-left-radius: 0;
background: 0
}
#ds-thread #ds-reset .ds-post-button {
height: 35px;
width: 35px;
line-height: 36px;
margin: 0;
padding: 0;
border-radius: 50%;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 0;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
border: 0;
background: rgba(158, 158, 158, .2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
color: #fff;
}
#ds-thread #ds-reset .ds-post-button:hover {
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 3px 7px 0 rgba(0, 0, 0, .12);
color: #fff
}
#ds-thread #ds-reset .ds-meta {
border-bottom: 0
}
#ds-thread #ds-reset #ds-bubble {
border: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: rgba(255, 255, 255, .9);
border-radius: 3px
}
#ds-thread #ds-reset .ds-textarea-wrapper textarea {
height: 16px!important;
font-size: 16px!important;
line-height: 16px!important
}
#ds-thread #ds-reset .ds-like-tooltip {
box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 55px 0 rgba(0, 0, 0, .12);
border-radius: 2px;
background: #FFF;
border: 0
}
#ds-wrapper #ds-reset .ds-dialog-inner {
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 1px 3px 7px 0 rgba(0, 0, 0, .12), 0px 0 20px 5px rgba(0, 0, 0, .12);
border: 0;
background: #fff
}
#ds-wrapper #ds-reset .ds-dialog-body {
padding: 0;
}
#ds-thread #ds-reset .ds-powered-by {
display: none
}
#ds-thread #ds-reset .ds-comments,
#ds-thread #ds-reset .ds-paginator {
border-bottom: 0
}
#ds-wrapper #ds-reset .ds-icons-32 {
height: 100px
}
#ds-wrapper #ds-reset .ds-icons-32::before {
content: 'Welcome';
font-family: 'Roboto';
font-size: 24px;
color: #fff;
text-shadow: none;
position: relative;
float: left;
top: 60px;
left: 40px
}
#ds-wrapper #ds-reset .ds-service-list {
margin: 10px 0 10px 0;
text-align: center
}
#ds-wrapper #ds-reset .ds-actions {
padding-bottom: 30px;
padding-top: 12px;
margin: 10px 10px 20px 10px;
color: rgba(0, 0, 0, .5);
font-size: 13px
}
#ds-wrapper #ds-reset .ds-actions label {
margin-right: 12px
}
#ds-wrapper #ds-reset .ds-quote {
margin: 0;
padding: 20px 20px
}
#ds-reset .ds-service-icon,
#ds-reset .ds-service-icon-grey {
background: 0;
width: 5px!important
}
#ds-reset input[type='checkbox'] {
width: 12px
}
#ds-wrapper #ds-reset .ds-textarea-wrapper {
border: 0;
margin: 0
}
#ds-wrapper #ds-reset .ds-dialog-footer {
border-top: 1px solid rgba(0, 0, 0, .1);
display: none
}
#ds-wrapper #ds-reset .ds-control-group {
margin-left: 40px
}
#ds-thread #ds-reset .ds-post-liked a.ds-post-likes {
font-size: 12px
}
#ds-wrapper #ds-reset .ds-control-group input {
border: 0;
box-shadow: none;
border-bottom: 1px solid rgba(0, 0, 0, .12);
display: block;
font-size: 16px;
font-family: "Helvetica", "Arial", sans-serif;
margin: 0;
padding: 4px 0;
width: 100%;
background: 0;
text-align: left;
color: inherit
}
#ds-wrapper #ds-reset .ds-dialog-body button {
margin: 10px 0 20px 40px
}
#ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
margin: 0;
margin-left: 5px;
text-align: center
}
#ds-thread #ds-reset .ds-login-buttons .ds-service-list li a {
color: rgba(0, 0, 0, .6)!important
}
#ds-reset .ds-service-link {
background: 0;
padding-left: 0
}
#ds-reset .ds-icon {
background: 0;
display: none
}
#ds-thread #ds-reset .ds-comment-actions a {
font-size: 0;
color: rgba(0, 0, 0, .24)!important
}
#ds-thread #ds-reset .ds-comment-actions a:hover {
color: rgba(0, 0, 0, .4)!important
}
#ds-thread #ds-reset .ds-comment-footer {
line-height: normal
}
#ds-thread #ds-reset .ds-time {
font-size: 13px;
position: relative;
top: -8px
}
.ds-post-reply {
left: -20px
}
.ds-post-likes::before {
content: "\E8DC";
font-family: 'Material Icons';
font-size: 24px
}
.ds-post-reply::before {
content: "\E0BF";
font-family: 'Material Icons';
font-size: 24px
}
.ds-post-repost::before {
content: "\E80D";
font-family: 'Material Icons';
font-size: 24px
}
.ds-post-report {
color: rgba(0, 0, 0, .14)!important
}
.ds-post-report::before {
content: "\E8B2";
font-family: 'Material Icons';
font-size: 24px;
display: none
}
.ds-weixin::before {
content: "\f1d7";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-weibo::before {
content: "\f18a";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-qq::before {
content: "\f1d6";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-renren::before {
content: "\f18b";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-douban::before {
content: "\f10e";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-kaixin::before {
content: "\f004";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-baidu::before {
content: "\f1b0";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-google::before {
content: "\f1a0";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-qzone::before {
content: "\f005";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-meta .ds-like-panel {
margin-left: 10px!important
}
#ds-thread #ds-reset .ds-post-button::before {
content: '\E5CA';
font-family: 'Material Icons';
font-weight: 100;
font-size: 20px
}
.ds-icons-32 a {
background: none!important
}
.ds-dialog-body h2 {
display: none!important
}
#ds-thread.ds-narrow #ds-reset .ds-post-button {
width: 35px
}
.ds-comments-info{
display: none;
}
.ds-comments-info .ds-sort {
display: none!important
}
@media screen and (max-width:480px) {
.ds-comments-tabs,
.ds-comments-info {
display: none!important
}
}
#ds-reset #ds-ctx {
max-width: none
}
#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-content {
margin: 5px 0;
line-height: 20px
}
#ds-reset #ds-ctx .ds-comment-actions {
margin-top: 10px;
position: relative
}
#ds-reset #ds-ctx .ds-ctx-entry:hover .ds-comment-actions {
display: none
}
#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-head a {
top: 0
}
#ds-thread.ds-narrow #ds-reset .ds-avatar img {
border: none
}

1
public/css/duoshuo.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4
public/css/fontawesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
public/css/gallery.min.css vendored Normal file

File diff suppressed because one or more lines are too long

180
public/css/ie-blocker.css Normal file
View File

@ -0,0 +1,180 @@
@charset "utf-8";
body .demo-blog{
display: none;
}
h1{
background-color: #fff;
font-size: 48px;
line-height: 48px;
border-left: none;
width: auto;
margin: 0px !important;
}
#ib-container {
display: none;
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
position: fixed;
top: 0;
left: 0;
box-sizing: content-box !important;
z-index: 99999;
}
#ib-container * {
box-sizing: content-box !important;
}
.ib-modal {
height: 288px;
background: #fff;
border-left: 8px solid #4fc1e9;
position: absolute;
color: #434a54;
z-index: 99999;
width: 592px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
padding: 49px 30px 30px;
}
.ib-header {
height: 80px;
padding: 0;
}
.ib-header h1 {
margin: 0;
font-size: 24px;
text-align: left;
color: #434a54;
}
.ib-header p {
margin: 10px 0 0 0;
font-size: 14px;
line-height: 18px;
text-align: left;
color: #434a54;
}
.ib-header p strong {
font-weight: normal;
color: #3bafda;
}
.ib-browsers {
height: 80px;
list-style: none;
margin: 0;
padding: 0;
padding-top: 0;
margin-top: 49px;
}
.ib-browsers li {
float: left;
width: 148px;
height: 80px;
position: relative;
list-style: none;
}
.ib-browsers li a {
display: block;
width: 100%;
height: 100%;
position: absolute;
color: #434a54;
text-decoration: none;
cursor: pointer;
}
.ib-browsers li a:hover {
background-color: #F2F2F2;
}
.ib-browsers li a:hover .ib-browser-name {
background-color: #4fc1e9;
color: #fff;
}
.ib-browser-icon {
display: block;
width: 118px;
height: 90px;
margin: 0 auto;
margin-top: 20px;
}
.ib-browser-name {
line-height: 18px;
margin-top: 5px;
text-align: center;
font-size: 20px;
}
.ib-browser-description {
height: 50px;
line-height: 14px;
font-size: 12px;
margin-top: 10px;
padding: 0 5px;
}
.ib-footer {
height: 30px;
}
.ib-try {
float: right;
height: 30px;
padding: 0 15px;
color: #fff;
background-color: #3bafda;
font-size: 12px;
line-height: 30px;
cursor: pointer;
text-decoration: none;
margin-top: 49px;
}
.ib-try:hover {
background-color: #4fc1e9;
}
.ib-mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop) + 'px');
_left: expression(eval(document.documentElement.scrollLeft) + 'px');
_right: auto;
_bottom: auto;
_width: expression(eval(document.documentElement.clientWidth) + 'px');
_height: expression(eval(document.documentElement.clientHeight) + 'px');
z-index: 99999;
}
.ib-mask {
background: rgb(0, 0, 0);
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
z-index: 99998;
}
.zh-cn #ib-container {
font-family: 'Microsoft Yahei', sans-serif;
}
.zh-cn .ib-browser-description {
font-size: 12px;
}

6799
public/css/material.css Normal file

File diff suppressed because it is too large Load Diff

1
public/css/material.min.css vendored Normal file

File diff suppressed because one or more lines are too long

137
public/css/prism.css Normal file
View File

@ -0,0 +1,137 @@
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #a67f59;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}

2663
public/css/style.css Normal file

File diff suppressed because it is too large Load Diff

1
public/css/style.min.css vendored Normal file

File diff suppressed because one or more lines are too long

57
public/css/uc.css Normal file
View File

@ -0,0 +1,57 @@
#scheme-Paradox .mdl-grid{
display: block !important;
}
#scheme-Paradox .material-layout .mdl-card{
margin-left: 0;
margin-right: 0;
width: 100%;
}
#scheme-Paradox .material-layout .mdl-card{
display: block;
}
#scheme-Paradox .material-layout .mdl-card__media{
display: block;
}
#scheme-Paradox .index-top-block,
#scheme-Paradox footer{
display: none !important;
}
#scheme-Paradox .material-index{
padding-top: 80px !important;
}
#scheme-Paradox .material-layout .mdl-card__media{
height: 223px;
}
#scheme-Paradox .post_entry-content {
display: block !important;
}
#scheme-Paradox .material-layout .meta{
display: block !important;
}
#scheme-Paradox .article-headline-p{
position: relative;
top: 140px;
}
#scheme-Paradox #author-avatar{
width: 44px;
height: 44px;
float: left;
}
.fabs{
width: 56px;
}
#uc_recommend_ad{
display: none !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

476
public/gallery/index.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

984
public/hybird.html Normal file

File diff suppressed because one or more lines are too long

BIN
public/img/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB

BIN
public/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
public/img/daily_pic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

BIN
public/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.8 77.8c-7.8 2-32 17.8-38.8 25.6-9.6 10.6-18.4 25-21.2 34-4.2 14.2-4.2 723.6 0 733.6 8.4 20.2 29.4 41.6 53.2 54.2 6.8 3.6 18.8 3.8 370 3.8h363l9-4.2c14-6.8 31.6-22.4 42.6-38 9.4-13.8 10-15.2 11.6-32.6 1.2-10.4 1.6-166.8 1.4-365.6-.6-317.8-.8-348.2-3.8-354.6-9.2-19.2-20.8-33-38.6-45l-17.6-12-362.4-.4c-199.2 0-365 .4-368.4 1.2zM371.2 251c4.2 1.6 22.6 18.2 44.6 39.8 29.8 29.2 39 37.2 45.4 39 10.6 3 73.2 2.8 83.2-.2 6-1.8 15.8-10.4 43.4-37.8 19.8-19.6 39.4-37.4 44-39.6 15.2-7.8 31.6-4 41 9.4 10.4 15.2 8.8 28-6 44.6-15 16.8-11 24.4 14.2 26.8 18.8 1.6 25.2 3.8 43.8 14.8 19.2 11.2 28 21 40.6 44.8L775 411v250l-9.8 19.6c-10.4 20.6-23.8 35.6-43 47.6-18.8 12-18.6 12-226.2 11.4l-189-.6-11.8-4.8c-6.4-2.6-18.6-10.2-26.8-17-16-12.8-25.6-26.4-35-49.2-4.4-11-4.4-11.4-4.4-132.2V414.6l10.4-21c8.4-16.8 13-23.4 22.6-32.2 17.2-16 39.2-26.4 59.2-28.4 27.2-2.4 31.2-9.2 15.8-27.2-5-5.8-9.6-13.4-10.2-17.2-5.2-27.4 19.4-48.2 44.4-37.6z"/><path d="M330.2 400.4c-9 1.6-15 5.4-23 15-11.4 13.4-11.2 12-11.2 120.6s-.2 105.6 11.2 122.4C318 673.8 307 673 492 673.6c90.8.4 170.6 0 177.4-.6 15.6-1.6 23.6-6.8 32.2-21l6.4-10.8V537.8c0-68-.8-105.4-2.2-109.2-3-8-15.2-22.2-22.2-25.8-5.2-2.6-26.6-3.2-175.6-3.4-93.4-.2-173.4.2-177.8 1zm78.4 70.4c9.6 4 22.8 17.8 25.2 26.6 2.8 9.8 2.8 33.4 0 43.2-2.4 8.6-11.8 20.2-20 24.6-8 4-23.6 3.6-31-1-3.6-2.2-8.4-8-11-13.6-4.2-8.4-4.8-12.4-4.8-31.8 0-21 .2-22.6 6-31.8 4-6.4 9-11.2 14.8-14.4 10.2-5.4 12.2-5.6 20.8-1.8zm206 0c20 8.2 29.2 36.4 22.2 67.4-2.8 12-4.8 16.2-10.8 22.2-7 7-8.4 7.6-18.8 7.6-19 0-30.6-9.2-36.4-29.2-3.6-12.4-2.4-37.8 2.2-46.8 5-9.6 24-24 31.6-24 2 0 6.4 1.2 10 2.8z"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.6 78c-22.4 5.2-55.8 40.2-60.6 63.4-1.4 6.4-2 129.8-1.6 367.6.6 298.6 1 358.8 3.4 363 11 20.2 21.6 32.4 37.2 43 15 10.2 17.4 11.2 33 13 11.2 1.4 136 2 365 1.6 314-.6 348.6-1 355-3.8 15.8-7.2 33.8-22 43.2-35.4 5.2-7.4 10.8-16.6 12.6-20.4 2.8-6.4 3.2-40.8 3.8-354 .4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-8.6-12.6-14.2-18.4-25.2-25.8-7.8-5.4-17.4-11-21.6-12.4-6-2.2-72.8-2.6-365.4-2.6-196.8.2-361 .8-364.4 1.8zm657.6 87.8l4.8 3.8v55.2c0 54.6 0 55.2-4.6 59.6-4.4 4.4-6 4.6-50.2 5.6l-45.6 1-7.2 5.6c-10.4 8-16.8 17.2-19.2 27.4-1 5-1.8 24.8-1.8 44 .2 38 1.6 44.6 10.8 48 2.8 1.2 28.4 2 56.8 2 47.8 0 52 .2 56.2 3.8l4.8 3.8v55.2c0 54.6 0 55.2-4.6 59.6-4.4 4.6-5.4 4.6-57 5.2-28.8.2-54.4.8-56.8 1.4-2.4.6-5.6 3-6.8 5.4-1.8 3.2-2.4 41.4-2.6 143.2l-.2 138.8-5.6 4.8-5.6 4.8H609c-52.4 0-52.8 0-58.2-4.6l-5.4-4.6-.2-140.6-.2-140.6-4.8-3.8c-4.2-3.4-8-3.8-35.6-3.8-32.8 0-41-1.8-43.6-10-.6-2.2-1.2-25.4-1.2-51.4 0-60.8-.2-57 3.4-61.6 2.8-3.6 6-4 37.8-5 33-1 35.2-1.2 39.4-5.6 4.6-4.4 4.6-5.2 5.8-71 1.2-73.4.2-67.2 16.6-99.4 8-15.8 12.8-22 28-37 15.2-15.2 21.4-19.6 38.2-28 11-5.4 24-11 29-12.2 6.2-1.8 28.6-2.6 71.2-2.6 58.6-.2 62.6 0 67 3.6z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.4 78c-6.4 1.4-26.4 14.2-36 22.8-8 7.2-22 29.8-24.4 39.2-1.6 6.4-2 113.2-1.6 368 .6 299.4 1 359.8 3.4 364 11 20.2 21.6 32.4 37.2 43 15.6 10.6 17.2 11.2 34.2 13.2 10.6 1.2 63.4 1.6 127.6 1.4l109.6-.6 6-6.8 6.2-6.8-1.2-25.2c-.8-15.8-.2-33.4 1.4-47.2 3-25.4 1.4-36.2-6-43.2-5-4.6-6.2-4.8-30.6-4.2-27.6.8-24 1.6-68.8-16-8.6-3.4-22.6-18-28.4-29.8-11.4-22.8-27-45-39.2-55.6-14-12.2-19.8-20.8-19.8-28.6 0-11.6 13.6-12.6 33.2-2.4 16.6 8.8 20.8 12.4 40.8 36.2 24.2 28.6 31 33.6 54 39.6 15.2 4 42.2 3 51.4-1.8 9-4.6 18-15.2 24.4-29.2 11.4-24.2 7.4-31.2-20.6-36.8-9.8-2-29.2-8-43.4-13.4-40.4-15.8-64.6-37.4-85.4-76.2-11.6-21.8-15.4-33-18.2-53.6-4.2-32.2-4.8-60.2-1.4-84 3.4-23.8 6.8-32.8 20.2-54 4-6 8.8-15.6 11-21.4 3.8-10 3.8-11.6 1-30-5.2-34.2-3.2-52.4 7.6-70.2 7.2-12.2 15-17.2 24.2-15.8 12.8 2.2 52 17.4 66.8 26.2 26 15 29 15.4 82.4 7.2 24.6-3.8 33.8-4.2 60-3.2 17 .6 41.4 3 54 5.2 38.4 6.6 49.6 5.2 73-10 6.6-4.2 17.4-9.4 24-11.6 6.6-2.2 16-5.8 21-8.2 13-6 28-5.6 35.6.8 12.4 10.4 18.6 41.4 14.4 71.6-4.4 30.6-3 39.4 8.4 53.8 3.4 4.4 11.2 19.2 17.4 33.2L775 443v78l-10 28c-15.2 43.2-36.8 73.2-66.2 92.8-13.4 8.8-57 25.4-76.8 29-28.2 5.2-33.2 12.6-22 32.2 11.2 19.4 12.4 32.8 11.6 129.6l-.6 85.8 5.4 4.6c3.6 3 9.2 5.2 16 6 5.8.8 60.2 1 120.6.6 108.4-.6 110.2-.6 119-5 24-11.6 40-27.4 51.6-50.6l5.4-11 .6-347c.4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-10.6-15.4-22.8-26.2-43.2-37.2-4.2-2.4-64.6-2.8-366-3.2-198.6 0-364 .4-367.6 1.4z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.6 78c-22.4 5.2-55.8 40.2-60.6 63.4-1.4 6.4-2 129.8-1.6 367.6.6 298.6 1 358.8 3.4 363 11 20.2 21.6 32.4 37.2 43 15 10.2 17.4 11.2 33 13 11.2 1.4 136 2 365 1.6 314-.6 348.6-1 355-3.8 15.8-7.2 33.8-22 43.2-35.4 5.2-7.4 10.8-16.6 12.6-20.4 2.8-6.4 3.2-40.8 3.8-354 .4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-8.6-12.6-14.2-18.4-25.2-25.8-7.8-5.4-17.4-11-21.6-12.4-6-2.2-72.8-2.6-365.4-2.6-196.8.2-361 .8-364.4 1.8zM430 295.4c40.6 15.4 56.6 23.8 72.6 38.4 6.8 6.2 7.2 15.2 1 23.4-6.2 8-33.6 33.8-39 36.6-5.6 2.8-17.6 2.8-23.2-.2-2.4-1.2-8.2-5.2-13-8.8-11.2-8.6-24.6-11.2-55.2-11.2-27.4 0-40.6 2.6-52.2 10.4-4.4 2.8-12.2 7.6-17.2 10.6-23 13.2-51.4 55-55.8 82.4-2.6 15.6-2.4 34.8.2 51 2.8 17.4 19.8 48.8 35.2 65.2 16 16.6 45 33.6 62.8 36.6 26.8 4.4 65.8 1.6 79.4-5.8 20.6-11.4 31-19 41-30.4 18.8-21.6 23.4-34.2 15.6-43.8-3.8-4.8-4.4-4.8-51-5.8-60.8-1.2-56.2 2.2-56.2-43.2 0-32.4.2-33.2 4.8-37 4.4-3.6 9-3.8 92-3.8 79 0 87.8.4 94.2 3.6 11.2 5.6 13 11.4 12.8 43.4 0 25.4-.8 30.8-7.6 58-4 16.6-9.8 34-12.6 39-2.8 5-8.2 14.2-11.6 20.6-8.4 15.4-27.2 36.8-40.8 46.6-5.8 4.4-13.8 10.2-17.6 13.2-3.8 3-11 7-16.2 8.8-5.2 1.8-16.2 6.4-24.4 10-22.4 9.6-34.8 11.6-73 11.6-37.6.2-47-1.4-71-12-8.2-3.6-17.6-7.2-20.8-8-15.8-3.8-67-45.2-77.8-62.8-2.2-3.8-7.6-11.6-11.8-17.2-4.2-5.4-9-14-10.6-19-1.8-4.8-6.2-16-10-24.8-3.6-8.8-7.8-22.2-9.2-29.6-3.2-18.8-1.4-79.4 2.8-91.4 13.8-40.6 35.6-78 58.8-100.2 14-13.6 47.2-36.4 58-39.8 4.2-1.4 13.4-5.2 20.6-8.4 22-10 32.8-11.6 76-11 33.8.6 40.4 1.2 50 4.8zm340.8 80.8c8 3.6 9.6 11.2 9.2 39.2-.6 34.4-.6 34 5 39.6 4.8 5 5.4 5 37.6 5 43.4 0 44.4.8 43.2 36.2-.8 17-1.2 18.4-6.4 23-5.4 4.6-6.6 4.8-37.6 4.8-31.2 0-32 .2-36.8 5-5.6 5.4-5.6 4.4-5 41.2.4 26.4.2 27.4-4.6 33-4.8 5.6-6 5.8-24.4 6.4-20.8.8-29.6-1.4-33.4-8.4-1.4-2.6-2-15.6-1.8-35.6.4-31.2.4-31.6-4.6-36.6s-5.6-5-36-5c-18.8 0-33-.8-36-2.2-7.6-3.6-9.6-11.2-8.8-33.8.8-28.2.4-28 41-28 45.4 0 45.4 0 44.6-42.6-.6-33-.6-33 5-38.4 4.4-4.6 6.2-5 24.8-5 11 0 22.2 1 25 2.2z"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M140.6 78c-9.8 2.2-28.4 13.8-38.6 24-10.6 10.8-21.6 28.8-24.2 39.4-2.6 11.4-2.4 714.8.4 725.2 5.2 20.4 29 46.2 53.2 57.6 8.2 3.8 15.4 3.8 370.6 3.8 351.8 0 362.8-.2 371-3.8 21-9.2 38.8-27 50-49.2l5-10.2-.4-363.8-.6-364-4.4-8c-10.8-19.6-18-28.2-32.6-38.4-9.2-6.2-18.8-11.2-24.6-12.4-11.2-2.6-714.4-2.8-724.8-.2zM662 202.8c12.6 2.8 60.2 22.2 68.4 28 4.4 3 30.2 31.4 39 42.6 2.8 3.6 9.6 19.4 15.2 35l10 28.6.8 146c.6 106.4.4 149.2-1.4 157.8-1.2 6.6-6 22.2-10.4 34.6-9.8 27.8-23 46.6-48.2 68.8-22.2 19.4-36.8 26.8-61.4 30.8-10.4 1.6-22.6 4-27 5.2-15 3.8-140.6 6.2-213.4 4-37.8-1.2-73-3-78.6-4-5.4-1.2-16.2-2.8-23.8-4-26.8-4-68.8-33.6-89.8-63.8-10.2-14.8-19-36.2-27.6-68.4-3.2-12-3-292.4.2-307.2 4.6-21.2 16.6-53 23.6-63.2 4-5.8 15-18.4 24.4-27.8 14-14.2 20.4-19 35.8-26.8 27-13.4 42.8-17 84.2-19 57.2-2.8 264.4-.6 280 2.8z"/><path d="M356 262.2c-2.8 1-11.2 4.2-18.6 7.2-12.4 4.6-35.4 21-42.8 30.6-6.2 8-21 47.8-22.8 61-.8 7.6-1.4 70.2-1 139 .6 108.6 1.2 126.4 4 135.4 4.4 13.8 18.6 44.6 22.8 49.4 4.4 4.8 30.2 24 37.6 27.8 13 6.6 48 8.4 167.8 8.4 115.2 0 150.8-1.6 166-7.4 6.6-2.4 32.8-21.4 39.2-28.2 7.6-8.2 23.8-44 26-57.6 1.2-7.8 1.8-65 1.4-149l-.6-136.2-12-23.8c-11.4-22.8-12.6-24.4-27-35.2-8.2-6.4-20.8-14-28-17l-13-5.6-147-.4c-91.2-.2-149 .4-152 1.6zm315.6 41c12.2 6 19.6 14.2 22.4 24.8 6.4 24-18.8 51.6-43 47.2-9.8-2-23.6-14.8-30.2-28.4-4.6-9.2-4.8-11.4-3-17.4 2.6-7.8 16.4-22.4 26.4-27.6 9.4-5 15.2-4.6 27.4 1.4zM536.8 338c5 1 18.6 7 30.4 13.4 25 13.2 47.2 32.8 63 55.6 5.4 7.6 11.6 16.2 13.8 19 5.8 7.2 14.8 55 13.4 71-1.6 16.6-10 53.8-13.6 58.6-1.6 2.2-7.4 10.6-13.2 18.6-16.4 23.6-48.6 52-63.2 55.8-4.6 1.4-15.6 5.6-24.4 9.6-15.8 7.2-16.4 7.4-40 7.2-23.2-.2-24.4-.4-39-7.4-8.2-4-19.2-8.2-24.4-9.4-16.6-4.2-49-34-69.2-63.6-16.2-24-19-35-19-74.4 0-33 3.8-54.8 11.2-64.8 2.6-3.4 7.2-10.6 10.4-16 8.4-14.4 24.4-31.8 38.4-42 20.2-14.8 53.8-31.2 67.6-33 14.2-2 45.6-1 57.8 1.8z"/><path d="M491 398c-4.4.8-16.4 6-26.6 11.4-16 8.4-20 11.6-31.4 25.4-7.6 9.2-14 19.2-15.4 24-3.2 11.2-3.2 52 0 62.6 3.2 11 24.4 36.4 35 42 14.8 8 37 16.6 45.8 17.8 6.2.8 12 0 20.6-3.2 6.6-2.2 17.8-6.2 24.6-8.6 10.8-3.6 15-6.6 27.4-19.6 12-12.6 15-17 17.2-26 3.4-13.2 3.6-55.4.2-66.8-5-17.4-29.4-40.4-58.4-55.2-8.4-4.2-27.8-6.2-39-3.8z"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M141 77.8c-7.4 1.8-11.2 3.8-26.8 14.2-12.4 8.4-21.6 18.8-31.6 37L77 139l-.6 359c-.4 254.4.2 361.6 1.6 367.8 3.6 14.4 20.6 36.8 35.8 47.6 7.2 5 16.2 10.4 19.6 12 5.4 2.2 67.6 2.6 371.2 2.2l364.6-.6 11.8-7c15-9 30-24 39-39l7-11.8.6-362.6c.4-297 0-363.8-2.2-370-1.4-4.2-6.8-14-11.8-22-7.6-11.4-12.4-16.2-24.4-24.4-8.4-5.6-19-11-23.8-12.2-9.8-2.2-715-2.4-724.4-.2zM292.2 196c16 5.4 25.4 11.6 35.6 23.4 26.4 30.6 27.6 63.4 3.8 98-6.4 9.4-25.2 23.2-38.2 28-12.8 4.6-40.2 4.2-51.8-.8-43-19.2-62.8-64.6-45-103.4 18-39 57.8-57.8 95.6-45.2zm403 200c20.2 3.4 26 5.4 38.6 12.6 33.6 19.2 48.2 39.2 60 82.4 6.8 24.4 8 51 8.4 175.2.2 130.2.4 128.2-11.2 133.4-3.6 1.6-20.4 2.4-53.6 2.4-44.6 0-49-.4-54.8-4-3.6-2.2-7-6-7.6-8.4-.6-2.6-1.4-52.8-1.6-111.6-.6-101.2-1-107.8-4.8-121.4-7-24.6-19.6-41-38.2-49.8-17.2-8.2-47.8-4.8-66.8 7.4-18.6 12-31.4 33-35.6 58-1.2 7.6-2 53.8-2 113.4 0 109.2 0 109-11 114-3.6 1.6-20.6 2.4-54.8 2.4-47 0-50-.2-54.8-4-3-2.4-6-7-6.8-10.6-.8-3.6-1.2-90.4-.6-193l1-186.8 5.6-4.8c5.6-4.8 5.8-4.8 53.4-4.8 31.2 0 49.6.8 52.8 2.2 6 2.8 8.6 9 10.4 24.8 2.4 23 11.8 25.2 28.4 7 11.8-12.8 29.6-25.2 44.4-30.8 25.2-9.4 64.4-11.4 101.2-5.2zm-374.4 4c12 4.6 11.4-6.4 11.4 201 .2 180.8 0 189.6-3.6 193.4-2 2.2-5.8 4.8-8.4 5.8-2.6 1.2-26.2 2-52.6 2-51.8 0-56.6-1-61.4-11.6-1.6-3.4-2.2-61.4-2.2-190.8 0-170.4.2-186.6 3.4-191.8 1.8-3.2 5.2-6.6 7.4-7.8 5.4-2.6 99.2-2.8 106-.2z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M123.4 80.2c-10.6 5.6-39.2 35-43.6 44.8-3.6 7.6-3.8 23.6-3.8 377.6 0 327.2.4 370.4 3 376.8 3.6 8.4 35 40.4 45.2 45.8 6.6 3.6 19.8 3.8 377.8 3.8h371l9.4-5.6c12.2-7 34-28.8 41-41l5.6-9.4V502c0-359.2-.2-371.2-3.8-378-5.2-9.8-37.8-41.6-46.2-45.2-6-2.4-58.2-2.8-377.4-2.8-367.4.2-370.6.2-378.2 4.2zm675 164.6c2 2.2 4.2 7.4 5 11.2 1.8 9.2-3.4 44-13.2 90-4.4 20.4-9.4 48.4-11.2 62.2-2.2 18.2-5.2 31.8-11 48-5.4 16-8.4 28.8-9.8 43.2-1.4 13.8-4.6 27.8-10 44s-8.8 31.6-11 48.6c-1.6 13.8-6.8 42-11.2 62.6-4.4 20.8-9.4 48.8-11 62.6-3.2 26.8-5.6 33.6-15 41.6-12.6 10.6-20.4 9.6-38.4-4.8-7-5.6-18.4-14-25.6-19-30.4-20.8-54.4-38.4-70.2-51.4-13.2-10.8-36.2-23.6-42.4-23.6-9 0-26.6 11.6-54 35.4-38 33.2-47.2 37.4-59.4 27.4-8.4-7.2-11.2-13.2-15.8-34.6-2.6-11.4-6.8-23-11-30.8-4.6-8-8.2-18.4-10.2-28.4-1.6-8.8-6-22.4-9.8-30.2-3.8-7.8-7.4-17.4-8.2-21-2.8-14.6-7.4-25.4-12.6-30.4-7.6-7.2-32.2-18.2-52.4-23.4-9.4-2.4-22.4-7.4-28.8-11.2-6.4-3.8-16.8-8.2-23-9.6-14.2-3.4-22.8-7.6-27.8-14.2-10.6-13.6-6.4-27 10-32 5.6-1.6 14.4-5.6 19.4-8.8 5-3.2 15.8-7.8 24-9.8 8-2.2 17-5.8 20-8 9-6.6 17-10 33.6-14.2 8.8-2.2 22.4-6.8 30-10.2 7.8-3.2 21.2-7.8 29.8-10.2 8.8-2.2 21.6-7.6 28.8-11.8 7.2-4.2 18-8.6 24-10 6-1.4 16-5.6 22-9.2 6-3.6 18.6-8.8 28-11.4 9.4-2.8 24.2-7.8 33-11.4 8.8-3.6 22.8-8.2 31-10.2 8.2-2.2 20-7 26-10.6 6-3.8 16.8-8.4 24-10.2 7.2-2 18-6.6 24-10.2 6-3.8 19-9 28.8-11.8 9.8-2.8 24-7.8 31.8-11 7.6-3.4 21.2-8 30.2-10.2 9-2.2 21.2-7.2 27.4-11 6.2-4 17.6-8.8 25-10.8 7.6-2 16.6-4.6 19.8-5.6 7.6-2.6 13-1.2 17.4 4.4z"/><path d="M645.6 360.8c-23.4 12.6-33 18.2-37.6 22.4-2.8 2.6-11 8-18.4 12.2-33.6 19.2-63.4 37.8-83.6 52.2-6 4.4-16 10.4-22 13.4s-13.6 7.6-17 10c-3.2 2.6-11.2 7-17.6 10-6.2 3-14 7.4-17 10-3 2.6-11 7.8-17.6 11.8-11.4 6.6-23 18.4-28.4 28.6-3.6 6.6-2.8 19.2 1.6 30.6 2.2 5.6 6.8 23 10 38.6 6.8 31.8 9.6 38 17.4 37 8-1 12.2-8.6 18.4-34.2 3.6-14.8 7.8-26.4 11-31.2 7.6-10.8 77-77.4 118.2-113.2 10-8.6 27.6-24.6 39.4-35.6 11.8-11 24.6-22 28.4-24.6C639.4 393 660 367 660 362c0-5.8-5-6.2-14.4-1.2z"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.4 78c-6.2 1.4-26.2 14.2-36.2 22.8-2.6 2.4-9 10.8-14.2 18.8-7.4 11-10 17.2-11 25-.6 5.8-1 170.6-.6 366.4.6 296.8 1 356.8 3.4 361 11 20.2 21.6 32.4 37.2 43 15.6 10.6 17.2 11.2 34.2 13.2 11.4 1.2 143.2 1.8 364.8 1.4 313.8-.6 347.6-1 354-3.8 23.2-10.6 42.4-29.2 53.6-51.8l5.4-11 .6-347c.4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13.2-34.2-10.6-15.8-22.4-25.8-43-37-4.2-2.4-65.4-2.8-366-3.2-198.6 0-364 .4-367.6 1.4zm400.4 131.8l5.2 4.8v47.8c0 35.4.6 49.4 2.6 54.2 5.4 12.4 4.8 12.4 62.6 12.6 57.6.2 57 0 62.2 12.2 3.2 8 3.8 93.6.6 105-1.2 4-4.6 9.4-7.4 11.6-5.2 4-7.2 4.2-56 3.6L558 461l-6 6.2c-9.2 9.2-10.4 22.6-9.6 113.6.6 71.4 1 78.8 4.2 85 5 9 18.8 23.8 25.6 27.4 6.6 3.2 42.6 4 50.8.8 2.8-1 9.6-6 15-11.2 8.4-7.8 10.6-9 17.2-8.4 9.2.8 14.8 7.6 17 21 2.8 16.8 2.2 68-1 75.2-4 9.6-25.2 28.8-33.4 30.4-3.8.6-41.4.8-83.8.6-83.6-.6-80.8-.2-94-12.6-3.8-3.6-12-8.2-18-10-18.2-6-27-18.6-29.8-43.6-1.2-8.6-4-19.2-7.4-26.4-7-14.8-7-16.6-7.8-145.8-.6-108.8.8-101.2-17.4-101.2-5.4 0-12.2-1.2-15.2-2.8-10.4-5.4-11.4-10-11.4-55.2 0-35.6.6-42 3.6-46.6 5-7.6 11-13 23.4-21 11.6-7.4 29.2-24.6 37-36.4 2.4-3.8 7.8-10.2 11.8-13.8 6.6-6.4 7.2-8 7.2-18.2 0-6.2 1.2-15.8 2.8-21.2 1.6-5.4 3.4-13.8 4.2-18.8 3.2-21.6 9-24.2 55.4-23.4 34.2.4 35.4.6 40.4 5.2z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.6 78c-22.4 5.2-55.8 40.2-60.6 63.4-1.4 6.4-2 129.8-1.6 367.6.6 298.6 1 358.8 3.4 363 11 20.2 21.6 32.4 37.2 43 15 10.2 17.4 11.2 33 13 11.2 1.4 136 2 365 1.6 314-.6 348.6-1 355-3.8 15.8-7.2 33.8-22 43.2-35.4 5.2-7.4 10.8-16.6 12.6-20.4 2.8-6.4 3.2-40.8 3.8-354 .4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-8.6-12.6-14.2-18.4-25.2-25.8-7.8-5.4-17.4-11-21.6-12.4-6-2.2-72.8-2.6-365.4-2.6-196.8.2-361 .8-364.4 1.8zm532.8 205c10 4 23 10.8 28.8 15.2 12.6 9.2 16.6 10.6 29.4 9.4 6.6-.6 13-3.2 20.4-8.2 11.2-7.6 19.4-9.2 23.6-5 3.6 3.6 2.8 9-2.8 18.6-7.2 12.4-6 18.8 4.2 24.2 4.4 2.2 8.2 5.6 8.6 7.4 1 4.8-12.6 24.2-22 31.8-11.8 9.2-17.2 22.6-19.6 47.8-4.8 50.4-7.8 66.6-16.4 85.4-3 7-7 17.8-8.8 24-1.8 6.4-5 14.6-7.4 18.4-2.2 3.8-7.4 13-11.4 20.4-17.2 30.8-43.4 61.4-71.4 83.8-25.6 20.4-46 33.2-64.2 40.2-8.4 3.2-18 7.6-21.4 9.6-7.4 4.6-22.4 8.6-57.2 15-62.2 11.6-79.2 11.4-135.6-1-32.4-7-38.6-9-52-16.8-21.4-12.6-24.2-14.8-24.2-19.4 0-6.2 10.2-9.2 35-10.4 22.4-1 28.6-2.6 57-14.2 23.8-9.8 29.4-12.8 30.4-16.8 2.2-8.2-3-13.2-26.8-25.4-25.8-13.2-32.2-18.4-43.8-35.8-9-13.6-10-21.2-3.6-33.6 5.4-10.8 3.6-15-11.8-25.4-9-6-14-11.6-20.8-22.6-23.4-37.8-25-50.8-7.2-59.8 4.8-2.4 9.4-5.4 10.2-6.6 2.8-4.2-.4-15.6-8.4-29-11.6-19.6-13.2-25.8-13.2-55.2 0-28.8 2.6-37.8 12-40.2 9-2.2 14.8 1 35.6 20.2 24.8 22.8 43.6 36.6 62.8 45.8 8 3.8 17.8 9.2 22 12 4.2 2.8 14.8 7 23.4 9.2 8.6 2.2 24.2 6.8 34.8 10.2 13.4 4.4 23.6 6.4 33 6.6 12.8.2 14.2-.2 18.6-5.4 4-4.8 4.8-7.8 4.8-19.2 0-14.4 5.6-39.6 11.2-50.6 4.2-8.4 29.2-34.2 39.8-41.4 7.8-5.4 35.6-16 52-20 14.2-3.6 32.6-1.2 52.4 6.8z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M135.2 79c-8.6 3-22.8 12.4-32.8 21.8-8.2 7.8-22.2 31-24.6 40.6-1 4.2-1.6 167-1.6 364.6 0 284.8.4 358.4 2.6 364 1.4 3.8 6.8 13 12 20.4 8.8 12.8 24 25.4 41.8 35 6 3.4 27 3.6 367.4 3.6 286.2 0 362.6-.6 369-2.6 19.8-6.2 51.2-37.6 57.4-57.4 2-6.4 2.6-82.6 2.6-368V141l-4.2-9c-11.6-24-39.2-49.8-58.2-54.2-4.2-1-168.6-1.6-365.6-1.6-300 0-359.2.4-365.8 2.8zm558.6 169c8.6 1.2 16.4 4 24 8.6 6.2 3.6 15.2 8.2 20.2 10.2 5.8 2.2 14.6 8.8 25 18.8 25.4 24.8 32.8 34.8 37.8 51 2.6 8 7.4 19.8 10.8 26.4 7.8 14.6 11.6 42.6 9.4 69-1 14.2-2.2 18.6-7.4 26.4-3.2 5.2-9 12.2-12.8 15.6-13.8 12-34 5.8-38.8-12-1.6-6-1.4-11.4 1.2-23.4 4.2-20 3-46-2.6-58.6-2.2-5-8-12.6-12.8-16.8-4.8-4.2-14.6-16.4-21.8-26.8-7.2-10.6-15.2-20.8-18-22.8-2.8-2-12.6-6-22-9-14.4-4.4-20.8-5.4-43-5.6-28-.2-31.4-1.2-42.4-11.6-7.4-7-8.6-15.6-3.8-25.2 7-13.2 16.4-16 54.2-16 16.6 0 35.8.8 42.8 1.8zm-213.6 75.6c20.2 15.4 20.6 16.4 22 48 .6 15 1.8 29 2.6 31 2.8 6.2 11 6.6 21.6.6 5.4-3.2 14-5.8 20-6.4 5.8-.6 18.8-2.4 29-4.2 17.2-3 19.4-3 36 .4 32 6.6 35.8 9.2 44.2 31.6 5.2 14 5.4 21.4 1.2 32.8-2.2 5.4-2.8 11-2 15.4 1.8 10 17.6 23.4 35 30.2 11.2 4.2 16.2 7.6 27 19 19.2 19.8 20.2 23 20 59-.2 35-.4 35.4-19.8 63.6-13.8 19.8-32.4 38.6-49 50-5 3.4-12.2 8.8-15.8 12-3.8 3.2-11.6 8-17.2 10.4-5.6 2.6-14.6 7.4-19.8 10.6-5.2 3.4-15.8 7.6-23.8 9.4-8 2-21.2 6.6-29.6 10.2-22.4 10-36.2 11.2-121.8 10.4l-75-.6-19-8.4c-10.6-4.6-25.4-9.8-33-11.6-7.6-1.6-18-5.8-23-9s-14.2-8-20.4-10.8c-18-8-59.4-46.2-66-61.2-2.2-5-7.4-14.4-11.4-20.8l-7.2-12V549l7.6-13.6c4.2-7.4 9.4-18.6 11.6-24.8 3.8-11.4 13.4-27.8 24.8-42.6 20.2-26.2 38.4-46.8 53-60 9.2-8.2 21-18.6 26-23.2 5-4.4 13.2-11 18.6-14.6 5.2-3.4 9.4-7.2 9.4-8 0-1 5.6-4.6 12.6-8.2 6.8-3.8 16.4-9.6 21.4-13.2 5-3.6 14.4-8 21-9.8 6.6-2 17.8-6.6 25-10.2 12-6.2 14.4-6.8 32.4-6.8h19.4l12.4 9.6zm203.6 13.2c3 1.6 6.6 4.4 8 6 1.6 1.8 9.4 7 17.4 11.6 17 9.6 19 13 24 42 3.4 20.4 2.6 32.2-3.4 43.8-7.6 15.2-22.8 20.6-31.2 11.2-7-7.6-9.2-13.8-10.6-29.6-1.2-13.2-2.4-16.4-9.6-27.2-11-16-16.8-20.6-27.2-20.6-10 0-24-6.2-27-11.6-5.8-10.8.4-24.6 12.4-28.4 8.6-2.6 40.2-.8 47.2 2.8z"/><path d="M424 477.4c-32.6 3.6-47.8 7-61.8 13.8-8 4-19 8.4-24.2 10-5.2 1.6-12.4 5-16.2 7.8-3.8 2.6-11 7.6-16.2 11-13.4 8.8-35 33.2-38.8 44-1.8 5-5.4 14.4-8.2 21-8.8 21.2-8.2 26.8 4 53 10.6 22.6 11 23.2 27.6 36.4 21 16.8 23.6 18.4 50.8 28.2 20.2 7.2 24.6 8 54 10 17.6 1.2 45.6 2.2 62 2.2l30 .2 17.4-8.4c9.6-4.6 22.4-9.6 28.2-11.4 6-1.8 15.4-6.2 20.8-10 5.4-3.6 13.4-8.6 17.6-10.8 9.2-4.6 39-34.4 39-39 0-1.6 3.8-10.2 8.4-18.8 7.8-14.2 8.6-16.8 8.4-29.6-.2-12.8-1-15.8-10.6-34.6-13.4-26.2-30.4-43.6-50.2-51.4-7.2-2.8-16.2-7-20-9.6-11.4-7.6-17.6-9.2-48.8-12.4-27.6-2.8-56.6-3.4-73.2-1.6zm39.4 44.4c11.2 2.2 22.6 5 25 6.4 7 3.6 26 21.8 30.8 29.4 8.6 13.4 11 54 4.6 77-2.6 9.6-18.8 27.6-39.4 44.2-15.6 12.4-17 13-29.8 14-7.6.8-22.4 2.2-33 3.6-22.6 2.6-45.6 1-53.8-3.8-3.2-2-8-6.8-10.8-10.8-2.6-4.2-8.4-10.4-12.8-13.8-8.2-6.8-13.4-16.4-19.4-37-3.8-13.2-2.8-21.8 5.2-47.6 3.2-10.4 6-14.6 17.4-25.8 12.4-12.2 23.8-22.2 33.2-29.6 4-3 38.6-9.4 53.4-9.8 5 0 18.2 1.6 29.4 3.6z"/><path d="M387.2 606c-12.2 3.8-18.2 13.4-15 24.6 5.8 21.2 27.8 25.8 40.6 8.6 6.6-8.8 7.8-16.2 4.2-24-4.8-10.2-15.4-13.4-29.8-9.2z"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M136.8 78.8c-8.6 2.8-24 12.4-33.6 21-8.6 7.8-21.4 27.8-24.4 37.8-4.2 14-4 723.4 0 733.4 8.6 20.6 36.8 48.6 56 55.6 9 3.4 747.4 3.4 756.4 0 19.8-7.2 49-36.6 56-56.2 2.2-6 2.6-75.6 2.8-366.4 0-233.8-.6-361.4-2-366-1.2-3.8-6.6-13.8-12.2-22.2-8.2-12.2-13.4-17.4-25.8-25.6-8.4-5.8-19-11.4-23.2-12.2-4.6-1.2-163.2-1.8-374.8-1.8-293 0-368.6.6-375.2 2.6zm190 145.6c5.4 7.6 4 17.4-4.8 31.6-9.8 16-10.8 27.4-3 35 2.6 2.8 6.4 5 8.4 5s37.8.4 79.6.6c68 .4 76.6.8 82.4 3.8 9.2 5 12.6 11 12.6 22 0 7-1.2 10.8-4.8 15l-4.8 5.4-38 .2c-53.8 0-53.8 0-55.4 51.2-.6 18-1.6 42.8-2.2 55-1.2 22.8.6 31.6 7.6 36.2 1.4.8 22.2 2 46 2.6l43.2 1 8.8 6c15.4 10.8 17.8 29.2 5 37-5.8 3.6-10.2 4-51.8 4-31 0-47 .8-50.6 2.4-7 3.2-14.2 17.6-17.2 34.4-3.2 16.6-1 21.8 9.6 25.2 13.4 4.2 21.8 11.2 49 41.4 35 38.8 36.6 41 41.8 58.8 7 23.8 2.2 41.8-11.4 41.8-7.6 0-12-3-21-14.6-13.8-17.4-54.4-65.8-62-73.8-15.2-16-29.4-5.8-38.8 27.4-1.8 6.6-8.8 23.2-15.6 37-10.8 22-14 26.8-27.4 39.6-19.6 19.2-26.4 23-53.6 29.6-27.2 6.4-37 5.6-38-3.6-1-8.4 4.4-16.4 20-29 16-13 36.8-36.6 45.2-51.4 3-5.2 8.2-13.8 11.6-19 3.4-5 11.8-20.4 18.6-34.2 10-20 13.6-29.4 17.2-47 2.6-12.2 6.2-25.4 7.8-29.4 4-9.4 4-21.4.2-27-5.2-7.4-16-8.8-62.6-8.4-50.4.4-55.2-.8-57.6-13.2-1.8-10.4 5.8-24.4 16.2-29.8 7.4-3.8 11.8-4.2 56.2-4.8l48.4-.8 4.6-5c4.8-5 4.8-5 5-61.6 0-35.2-.8-59.2-2-63.2-3.8-11.2-11-14.8-30.2-14.8s-21.4 1.4-31.2 18.2c-8.2 14.4-20.6 28.8-33.2 38.8-13.2 10.4-21.6 13-28 9-8.4-5.6-5.2-23.2 8.2-43.2 4-6.4 9.2-18.6 12.2-29.6 3-10.2 7.4-23.2 10-29 2.4-5.6 6-16.8 8-24.6 5.6-23.6 24-50.8 39.4-58.4 11.2-5.4 18.6-5.4 22.4.2zm452 68.2c11.8 7.8 11.4-.8 10.8 216-.6 181-.8 198.8-4 203-7.6 10.8-9.8 11.4-53.6 12.4l-41 1-14 7.8c-7.6 4.2-21.2 13-29.8 19.4-25.8 19.2-35 19.8-43.4 3.2-11.8-23.2-23.6-33.2-39.4-33.4-8.8 0-13.6-2.8-17.2-9.8-2.6-4.8-3-33.8-2.6-208.8.4-199.8.4-203 4.4-207.4 2.2-2.4 5.8-5.2 8-6.2 2.2-.8 51.8-1.4 110-1.2 99 .4 106.6.6 111.8 4z"/><path d="M606.8 337.4c-2.4.4-6.4 3-9 5.8l-4.8 5.2-.6 156.4-.4 156.4 6.4 9.4c3.6 5.2 9.8 15.2 13.6 21.8 8 14.2 16.8 20.6 25.6 18.6 3.2-.6 13.8-7 23.6-14.2 23-17 27.8-19 50.2-20.2 16.4-1 19.2-1.8 23.6-6.2 2.8-2.8 5-6.4 5.2-8.2V505.6c0-116-.6-154.4-2.6-158.6-4.8-10.4-8.4-11-70-10.8-31.2.2-58.6.8-60.8 1.2z"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable">
<style>
line {
stroke: #fff;
stroke-width: 1px;
}
</style>
<line x1="32" y1="16" x2="64" y2="48" />
<line x1="32" y1="80" x2="64" y2="48" />
</svg>

After

Width:  |  Height:  |  Size: 330 B

Some files were not shown because too many files have changed in this diff Show More