mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -1 +1 @@
|
||||
.joe_archive{border-radius:8px;padding:0 15px;background:var(--background);box-shadow:var(--box-shadow)}.joe_archive__title{display:flex;align-items:center;height:45px;line-height:45px;color:var(--main);border-bottom:1px solid var(--classC)}.joe_archive__title-icon{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:5px}.joe_archive__title-title{display:flex;align-items:center}.joe_archive__title-title .muted{color:var(--theme);margin:0 5px}.joe_archive__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 0;color:var(--routine)}.joe_archive__empty-icon{margin-bottom:30px;fill:var(--routine)}
|
||||
.joe_archive{border-radius:var(--radius-wrap);padding:0 15px;background:var(--background);box-shadow:var(--box-shadow)}.joe_archive__title{display:flex;align-items:center;height:45px;line-height:45px;color:var(--main);border-bottom:1px solid var(--classC)}.joe_archive__title-icon{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:5px}.joe_archive__title-title{display:flex;align-items:center}.joe_archive__title-title .muted{color:var(--theme);margin:0 5px}.joe_archive__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 0;color:var(--routine)}.joe_archive__empty-icon{margin-bottom:30px;fill:var(--routine)}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* 搜索页的样式 */
|
||||
.joe_archive {
|
||||
border-radius: 8px;
|
||||
border-radius: var(--radius-wrap);
|
||||
padding: 0 15px;
|
||||
background: var(--background);
|
||||
box-shadow: var(--box-shadow);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* 后台设置的样式 */
|
||||
.col-mb-12.col-tb-8.col-tb-offset-2 {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1108,6 +1108,13 @@ html[data-night='night'] {
|
||||
background: #9f44d3;
|
||||
}
|
||||
}
|
||||
.edit {
|
||||
color: var(--minor);
|
||||
margin-left: auto;
|
||||
&:hover {
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
}
|
||||
&__title {
|
||||
font-size: 24px;
|
||||
@@ -1123,7 +1130,7 @@ html[data-night='night'] {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid var(--classB);
|
||||
border-bottom: 1px solid var(--classC);
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@@ -1472,6 +1479,45 @@ html[data-night='night'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
&-protected {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: repeating-linear-gradient(145deg, var(--classB), var(--classB) 15px, var(--background) 0, var(--background) 30px);
|
||||
padding: 20px 0;
|
||||
margin-bottom: 15px;
|
||||
.contain {
|
||||
position: relative;
|
||||
box-shadow: var(--box-shadow);
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 15px;
|
||||
}
|
||||
.password {
|
||||
width: 300px;
|
||||
height: 44px;
|
||||
border: none;
|
||||
border-radius: var(--radius-inner);
|
||||
color: var(--routine);
|
||||
padding-left: 50px;
|
||||
background: var(--background);
|
||||
}
|
||||
.submit {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
width: 44px;
|
||||
transition: opacity 0.35s;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: var(--main);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__agree {
|
||||
display: flex;
|
||||
@@ -1515,7 +1561,7 @@ html[data-night='night'] {
|
||||
}
|
||||
&__copyright {
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid var(--classB);
|
||||
border-top: 1px solid var(--classC);
|
||||
.content {
|
||||
background: var(--classD);
|
||||
padding: 15px;
|
||||
@@ -1721,20 +1767,10 @@ html[data-night='night'] {
|
||||
font-size: 24px;
|
||||
color: var(--main);
|
||||
text-shadow: var(--text-shadow);
|
||||
border-bottom: 1px solid var(--classB);
|
||||
border-bottom: 1px solid var(--classC);
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
&__empty {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
color: var(--routine);
|
||||
&-icon {
|
||||
fill: var(--routine);
|
||||
}
|
||||
}
|
||||
&__close {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1756,6 +1792,7 @@ html[data-night='night'] {
|
||||
height: 32px;
|
||||
color: var(--main);
|
||||
border: none;
|
||||
transition: color 0.35s, background 0.35s;
|
||||
&:first-child {
|
||||
border-top-left-radius: var(--radius-inner);
|
||||
}
|
||||
@@ -1811,7 +1848,7 @@ html[data-night='night'] {
|
||||
padding: 15px;
|
||||
.text {
|
||||
width: 100%;
|
||||
height: 180px;
|
||||
height: 200px;
|
||||
border: none;
|
||||
resize: none;
|
||||
vertical-align: middle;
|
||||
@@ -1833,6 +1870,7 @@ html[data-night='night'] {
|
||||
cursor: pointer;
|
||||
margin-right: 10px;
|
||||
color: var(--main);
|
||||
transition: color 0.35s;
|
||||
&.active {
|
||||
color: var(--theme);
|
||||
}
|
||||
@@ -1851,6 +1889,7 @@ html[data-night='night'] {
|
||||
border-radius: 50%;
|
||||
margin: 0 5px;
|
||||
cursor: pointer;
|
||||
transition: box-shadow 0.35s;
|
||||
&.active {
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
@@ -1887,6 +1926,23 @@ html[data-night='night'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.foot {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding: 0 15px 15px;
|
||||
.submit {
|
||||
button {
|
||||
border-radius: 3px;
|
||||
height: 32px;
|
||||
padding: 0 15px;
|
||||
border: none;
|
||||
background: var(--theme);
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__list {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,6 @@
|
||||
/* 首页样式 */
|
||||
.joe_index {
|
||||
border-radius: 8px;
|
||||
border-radius: var(--radius-wrap);
|
||||
padding: 0 15px;
|
||||
background: var(--background);
|
||||
box-shadow: var(--box-shadow);
|
||||
@@ -28,7 +29,7 @@
|
||||
width: 100%;
|
||||
height: 160px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
overflow: hidden;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
@@ -103,7 +104,7 @@
|
||||
width: 100%;
|
||||
height: 125px;
|
||||
object-fit: cover;
|
||||
border-radius: 4px 4px 0 0;
|
||||
border-radius: var(--radius-inner) var(--radius-inner) 0 0;
|
||||
transition: opacity 0.35s;
|
||||
}
|
||||
.title {
|
||||
@@ -148,7 +149,7 @@
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
object-fit: cover;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
transition: opacity 0.35s;
|
||||
&:hover {
|
||||
opacity: 0.85;
|
||||
@@ -232,11 +233,11 @@
|
||||
flex: 1;
|
||||
height: 335px;
|
||||
--swiper-theme-color: #fff;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
.item {
|
||||
display: block;
|
||||
height: 335px;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
.thumbnail {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
1
assets/css/joe.owo.css
Normal file
1
assets/css/joe.owo.css
Normal file
File diff suppressed because one or more lines are too long
430
assets/css/joe.owo.scss
Normal file
430
assets/css/joe.owo.scss
Normal file
@@ -0,0 +1,430 @@
|
||||
.OwO {
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
.OwO:hover .OwO-logo {
|
||||
color: rgb(68, 68, 68);
|
||||
}
|
||||
.OwO.OwO-open .OwO-logo {
|
||||
border-bottom: none;
|
||||
color: rgb(68, 68, 68);
|
||||
margin-bottom: 10px;
|
||||
span {
|
||||
animation: 5s ease-in-out 0s infinite normal none running a;
|
||||
}
|
||||
}
|
||||
.OwO.OwO-open .OwO-body {
|
||||
display: block;
|
||||
}
|
||||
.OwO.OwO-up .OwO-body {
|
||||
top: inherit;
|
||||
bottom: 21px;
|
||||
border-radius: 4px 4px 4px 0px;
|
||||
}
|
||||
.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.OwO.OwO-up.OwO-open .OwO-logo {
|
||||
border-right: 1px solid rgb(221, 221, 221);
|
||||
border-bottom: 1px solid rgb(221, 221, 221);
|
||||
border-left: 1px solid rgb(221, 221, 221);
|
||||
border-image: initial;
|
||||
border-top: none;
|
||||
}
|
||||
.OwO .OwO-logo {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: rgb(136, 136, 136);
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.OwO .OwO-body {
|
||||
display: none;
|
||||
background: #fff;
|
||||
z-index: 1;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items {
|
||||
user-select: none;
|
||||
display: none;
|
||||
padding: 10px;
|
||||
margin: 0px;
|
||||
overflow-y: auto;
|
||||
font-size: 0px;
|
||||
overscroll-behavior: none;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items .OwO-item {
|
||||
width: calc(100% / 12);
|
||||
list-style-type: none;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items .OwO-item:hover {
|
||||
background: rgb(238, 238, 238);
|
||||
box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
|
||||
animation: 5s ease-in-out 0s infinite normal none running a;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-emoji .OwO-item {
|
||||
font-size: 20px;
|
||||
line-height: 19px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-image .OwO-item img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-emoticon .OwO-item {
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-show {
|
||||
display: block;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
border-top: 1px solid rgb(221, 221, 221);
|
||||
background: rgb(255, 255, 255);
|
||||
border-radius: 0px 0px 4px 4px;
|
||||
color: rgb(68, 68, 68);
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 0px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages li {
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
line-height: 29px;
|
||||
font-size: 14px;
|
||||
padding: 0px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
|
||||
border-radius: 0px 0px 0px 3px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
|
||||
background: rgb(238, 238, 238);
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
|
||||
background: rgb(238, 238, 238);
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
@-webkit-keyframes a {
|
||||
2% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
4% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
6% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
8% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
10% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
12% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
14% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
16% {
|
||||
transform: translateY(-0.5px) rotate(-1.5deg);
|
||||
}
|
||||
18% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
20% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
22% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
24% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
26% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
28% {
|
||||
transform: translateY(0.5px) rotate(1.5deg);
|
||||
}
|
||||
30% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
32%,
|
||||
34% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
36% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
38% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
40% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
42% {
|
||||
transform: translateY(2.5px) rotate(-1.5deg);
|
||||
}
|
||||
44% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
46% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
48% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
52% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
54% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
56% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
58% {
|
||||
transform: translateY(0.5px) rotate(2.5deg);
|
||||
}
|
||||
60% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
62% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
64% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
66% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
68% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
70% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
72% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
74% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
76% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
78% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
80% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
82% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
84% {
|
||||
transform: translateY(1.5px) rotate(2.5deg);
|
||||
}
|
||||
86% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
88% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
90% {
|
||||
transform: translateY(2.5px) rotate(-0.5deg);
|
||||
}
|
||||
92% {
|
||||
transform: translateY(0.5px) rotate(-0.5deg);
|
||||
}
|
||||
94% {
|
||||
transform: translateY(2.5px) rotate(0.5deg);
|
||||
}
|
||||
96% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
98% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
0%,
|
||||
100% {
|
||||
transform: translate(0px) rotate(0deg);
|
||||
}
|
||||
}
|
||||
@keyframes a {
|
||||
2% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
4% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
6% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
8% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
10% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
12% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
14% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
16% {
|
||||
transform: translateY(-0.5px) rotate(-1.5deg);
|
||||
}
|
||||
18% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
20% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
22% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
24% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
26% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
28% {
|
||||
transform: translateY(0.5px) rotate(1.5deg);
|
||||
}
|
||||
30% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
32%,
|
||||
34% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
36% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
38% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
40% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
42% {
|
||||
transform: translateY(2.5px) rotate(-1.5deg);
|
||||
}
|
||||
44% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
46% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
48% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
52% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
54% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
56% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
58% {
|
||||
transform: translateY(0.5px) rotate(2.5deg);
|
||||
}
|
||||
60% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
62% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
64% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
66% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
68% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
70% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
72% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
74% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
76% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
78% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
80% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
82% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
84% {
|
||||
transform: translateY(1.5px) rotate(2.5deg);
|
||||
}
|
||||
86% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
88% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
90% {
|
||||
transform: translateY(2.5px) rotate(-0.5deg);
|
||||
}
|
||||
92% {
|
||||
transform: translateY(0.5px) rotate(-0.5deg);
|
||||
}
|
||||
94% {
|
||||
transform: translateY(2.5px) rotate(0.5deg);
|
||||
}
|
||||
96% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
98% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
0%,
|
||||
100% {
|
||||
transform: translate(0px) rotate(0deg);
|
||||
}
|
||||
}
|
||||
@@ -1,34 +1,35 @@
|
||||
/* 文章页面的样式 */
|
||||
.joe_bread {
|
||||
padding-top: 15px;
|
||||
&__bread {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.line {
|
||||
color: var(--seat);
|
||||
padding: 0 8px;
|
||||
}
|
||||
.item {
|
||||
color: var(--minor);
|
||||
white-space: nowrap;
|
||||
.link {
|
||||
color: var(--routine);
|
||||
transition: color 0.35s;
|
||||
&:hover {
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
min-width: 15px;
|
||||
min-height: 15px;
|
||||
fill: var(--routine);
|
||||
margin-right: 2px;
|
||||
}
|
||||
&:first-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
padding-top: 15px;
|
||||
&__bread {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.line {
|
||||
color: var(--seat);
|
||||
padding: 0 8px;
|
||||
}
|
||||
.item {
|
||||
color: var(--minor);
|
||||
white-space: nowrap;
|
||||
.link {
|
||||
color: var(--routine);
|
||||
transition: color 0.35s;
|
||||
&:hover {
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
min-width: 15px;
|
||||
min-height: 15px;
|
||||
fill: var(--routine);
|
||||
margin-right: 2px;
|
||||
}
|
||||
&:first-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
console.time('Global.js执行时长');
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
/* 昼夜模式 */
|
||||
/* 初始化昼夜模式 */
|
||||
{
|
||||
if (localStorage.getItem('data-night')) {
|
||||
$('html').attr('data-night', 'night');
|
||||
$('.joe_action_item.mode .icon-1').addClass('active');
|
||||
$('.joe_action_item.mode .icon-2').removeClass('active');
|
||||
} else {
|
||||
@@ -226,15 +225,33 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
/* 激活画图功能 */
|
||||
{
|
||||
if ($('#joe_comment_draw').length !== 0) {
|
||||
window.sketchpad = new Sketchpad({
|
||||
element: '#joe_comment_draw',
|
||||
height: 300,
|
||||
penSize: 5,
|
||||
color: '303133'
|
||||
/* 激活画板 */
|
||||
window.sketchpad = new Sketchpad({ element: '#joe_comment_draw', height: 300, penSize: 5, color: '303133' });
|
||||
/* 撤销上一步 */
|
||||
$('.joe_comment__respond-form .body .draw .icon-undo').on('click', () => window.sketchpad.undo());
|
||||
/* 动画预览 */
|
||||
$('.joe_comment__respond-form .body .draw .icon-animate').on('click', () => window.sketchpad.animate(10));
|
||||
/* 更改画板的线宽 */
|
||||
$('.joe_comment__respond-form .body .draw .line li').on('click', function () {
|
||||
window.sketchpad.penSize = $(this).attr('data-line');
|
||||
$(this).addClass('active').siblings().removeClass('active');
|
||||
});
|
||||
/* 更改画板的颜色 */
|
||||
$('.joe_comment__respond-form .body .draw .color li').on('click', function () {
|
||||
window.sketchpad.color = $(this).attr('data-color');
|
||||
$(this).addClass('active').siblings().removeClass('active');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/* 激活点击回复可见的回复按钮,页面滚动到评论区 */
|
||||
{
|
||||
$('.joe_detail__article-hide i').on('click', function () {
|
||||
const top = $('.joe_comment').offset().top - $('.joe_header').height() - 15;
|
||||
window.scrollTo({ top, behavior: 'smooth' });
|
||||
});
|
||||
}
|
||||
|
||||
/* 懒加载 */
|
||||
new LazyLoad('.lazyload');
|
||||
|
||||
|
||||
145
assets/js/joe.owo.js
Normal file
145
assets/js/joe.owo.js
Normal file
@@ -0,0 +1,145 @@
|
||||
(() => {
|
||||
class OwO {
|
||||
constructor(option) {
|
||||
const defaultOption = {
|
||||
container: document.getElementsByClassName('OwO')[0],
|
||||
target: document.getElementsByTagName('textarea')[0],
|
||||
position: 'down',
|
||||
width: '100%',
|
||||
maxHeight: '250px',
|
||||
api: 'https://api.anotherhome.net/OwO/OwO.json'
|
||||
};
|
||||
for (let defaultKey in defaultOption) {
|
||||
if (defaultOption.hasOwnProperty(defaultKey) && !option.hasOwnProperty(defaultKey)) {
|
||||
option[defaultKey] = defaultOption[defaultKey];
|
||||
}
|
||||
}
|
||||
this.container = option.container;
|
||||
this.target = option.target;
|
||||
if (option.position === 'up') {
|
||||
this.container.classList.add('OwO-up');
|
||||
}
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.onreadystatechange = () => {
|
||||
if (xhr.readyState === 4) {
|
||||
if ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {
|
||||
this.odata = JSON.parse(xhr.responseText);
|
||||
this.init(option);
|
||||
} else {
|
||||
console.log('OwO data request was unsuccessful: ' + xhr.status);
|
||||
}
|
||||
}
|
||||
};
|
||||
xhr.open('get', option.api, true);
|
||||
xhr.send(null);
|
||||
}
|
||||
|
||||
init(option) {
|
||||
this.area = option.target;
|
||||
this.packages = Object.keys(this.odata);
|
||||
|
||||
// fill in HTML
|
||||
let html = `
|
||||
<div class="OwO-logo"><span><svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line></svg>表情</span></div>
|
||||
<div class="OwO-body" style="width: ${option.width}"><div class="OwO-jio"></div>`;
|
||||
|
||||
for (let i = 0; i < this.packages.length; i++) {
|
||||
html += `
|
||||
<ul class="OwO-items OwO-items-${this.odata[this.packages[i]].type}" style="max-height: ${parseInt(option.maxHeight) - 53 + 'px'};">`;
|
||||
var type = this.odata[this.packages[i]].type;
|
||||
let opackage = this.odata[this.packages[i]].container;
|
||||
for (let i = 0; i < opackage.length; i++) {
|
||||
if (type == 'image') {
|
||||
html += `
|
||||
<li class="OwO-item" data-id="${opackage[i].data}" title="${opackage[i].text}">${opackage[i].icon}</li>`;
|
||||
} else {
|
||||
html += `
|
||||
<li class="OwO-item" data-id="not-given" title="${opackage[i].text}">${opackage[i].icon}</li>`;
|
||||
}
|
||||
}
|
||||
|
||||
html += `
|
||||
</ul>`;
|
||||
}
|
||||
|
||||
html += `
|
||||
<div class="OwO-bar">
|
||||
<ul class="OwO-packages">`;
|
||||
|
||||
for (let i = 0; i < this.packages.length; i++) {
|
||||
html += `
|
||||
<li><span>${this.packages[i]}</span></li>`;
|
||||
}
|
||||
|
||||
html += `
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
this.container.innerHTML = html;
|
||||
|
||||
// bind event
|
||||
this.logo = document.getElementsByClassName('OwO-logo')[0];
|
||||
this.logo.addEventListener('click', e => {
|
||||
e.stopPropagation();
|
||||
this.toggle();
|
||||
});
|
||||
|
||||
this.container.getElementsByClassName('OwO-body')[0].addEventListener('click', e => {
|
||||
let target = null;
|
||||
if (e.target.classList.contains('OwO-item')) {
|
||||
target = e.target;
|
||||
} else if (e.target.parentNode.classList.contains('OwO-item')) {
|
||||
target = e.target.parentNode;
|
||||
}
|
||||
if (target) {
|
||||
const cursorPos = this.area.selectionEnd;
|
||||
let areaValue = this.area.value;
|
||||
//this.area.value = areaValue.slice(0, cursorPos) + target.innerHTML + areaValue.slice(cursorPos);
|
||||
if (target.dataset.id == 'not-given') {
|
||||
this.area.value = areaValue.slice(0, cursorPos) + target.innerHTML + areaValue.slice(cursorPos);
|
||||
} else {
|
||||
this.area.value = areaValue.slice(0, cursorPos) + target.dataset.id + areaValue.slice(cursorPos);
|
||||
}
|
||||
this.area.focus();
|
||||
this.toggle();
|
||||
}
|
||||
});
|
||||
this.packagesEle = this.container.getElementsByClassName('OwO-packages')[0];
|
||||
for (let i = 0; i < this.packagesEle.children.length; i++) {
|
||||
(index => {
|
||||
this.packagesEle.children[i].addEventListener('click', e => {
|
||||
e.stopPropagation();
|
||||
this.tab(index);
|
||||
});
|
||||
})(i);
|
||||
}
|
||||
this.tab(0);
|
||||
}
|
||||
toggle() {
|
||||
if (this.container.classList.contains('OwO-open')) {
|
||||
this.container.classList.remove('OwO-open');
|
||||
} else {
|
||||
this.container.classList.add('OwO-open');
|
||||
}
|
||||
}
|
||||
tab(index) {
|
||||
const itemsShow = this.container.getElementsByClassName('OwO-items-show')[0];
|
||||
if (itemsShow) {
|
||||
itemsShow.classList.remove('OwO-items-show');
|
||||
}
|
||||
this.container.getElementsByClassName('OwO-items')[index].classList.add('OwO-items-show');
|
||||
|
||||
const packageActive = this.container.getElementsByClassName('OwO-package-active')[0];
|
||||
if (packageActive) {
|
||||
packageActive.classList.remove('OwO-package-active');
|
||||
}
|
||||
this.packagesEle.getElementsByTagName('li')[index].classList.add('OwO-package-active');
|
||||
}
|
||||
}
|
||||
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
|
||||
module.exports = OwO;
|
||||
} else {
|
||||
window.OwO = OwO;
|
||||
}
|
||||
})();
|
||||
@@ -12,8 +12,32 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
$('#Joe_Baidu_Record').css('color', '#67C23A');
|
||||
$('#Joe_Baidu_Record').html('已收录');
|
||||
} else {
|
||||
const url = `https://ziyuan.baidu.com/linksubmit/url?sitename=${encodeURI(window.location.href)}`;
|
||||
$('#Joe_Baidu_Record').html(`<a target="_blank" href="${url}" rel="noopener noreferrer nofollow" style="color: #F56C6C">未收录,提交收录</a>`);
|
||||
/* 如果填写了Token,则自动推送给百度 */
|
||||
if (Joe.BAIDU_PUSH) {
|
||||
$('#Joe_Baidu_Record').html('<span style="color: #E6A23C">未收录,推送中...</span>');
|
||||
const _timer = setTimeout(function () {
|
||||
$.ajax({
|
||||
url: Joe.BASE_API,
|
||||
type: 'POST',
|
||||
data: {
|
||||
routeType: 'baidu_push',
|
||||
domain: encodeURI(window.location.hostname),
|
||||
url: encodeURI(window.location.href)
|
||||
},
|
||||
success(res) {
|
||||
if (res.error) {
|
||||
$('#Joe_Baidu_Record').html('<span style="color: #F56C6C">推送失败,请检查!</span>');
|
||||
} else {
|
||||
$('#Joe_Baidu_Record').html('<span style="color: #67C23A">推送成功!</span>');
|
||||
}
|
||||
}
|
||||
});
|
||||
clearTimeout(_timer);
|
||||
}, 1000);
|
||||
} else {
|
||||
const url = `https://ziyuan.baidu.com/linksubmit/url?sitename=${encodeURI(window.location.href)}`;
|
||||
$('#Joe_Baidu_Record').html(`<a target="_blank" href="${url}" rel="noopener noreferrer nofollow" style="color: #F56C6C">未收录,提交收录</a>`);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
259
assets/json/owo.json
Normal file
259
assets/json/owo.json
Normal file
@@ -0,0 +1,259 @@
|
||||
{
|
||||
"泡泡": {
|
||||
"type": "image",
|
||||
"container": [
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E591B5E591B5_2x.png\">", "data": "::(呵呵)", "text": "呵呵" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E59388E59388_2x.png\">", "data": "::(哈哈)", "text": "哈哈" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E59090E8888C_2x.png\">", "data": "::(吐舌)", "text": "吐舌" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5A4AAE5BC80E5BF83_2x.png\">", "data": "::(太开心)", "text": "太开心" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E7AC91E79CBC_2x.png\">", "data": "::(笑眼)", "text": "笑眼" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E88AB1E5BF83_2x.png\">", "data": "::(花心)", "text": "花心" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5B08FE4B996_2x.png\">", "data": "::(小乖)", "text": "小乖" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E4B996_2x.png\">", "data": "::(乖)", "text": "乖" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E68D82E598B4E7AC91_2x.png\">", "data": "::(捂嘴笑)", "text": "捂嘴笑" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6BB91E7A8BD_2x.png\">", "data": "::(滑稽)", "text": "滑稽" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E4BDA0E68782E79A84_2x.png\">", "data": "::(你懂的)", "text": "你懂的" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E4B88DE9AB98E585B4_2x.png\">", "data": "::(不高兴)", "text": "不高兴" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E68092_2x.png\">", "data": "::(怒)", "text": "怒" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6B197_2x.png\">", "data": "::(汗)", "text": "汗" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E9BB91E7BABF_2x.png\">", "data": "::(黑线)", "text": "黑线" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6B3AA_2x.png\">", "data": "::(泪)", "text": "泪" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E79C9FE6A392_2x.png\">", "data": "::(真棒)", "text": "真棒" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E596B7_2x.png\">", "data": "::(喷)", "text": "喷" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6838AE593AD_2x.png\">", "data": "::(惊哭)", "text": "惊哭" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E998B4E999A9_2x.png\">", "data": "::(阴险)", "text": "阴险" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E98499E8A786_2x.png\">", "data": "::(鄙视)", "text": "鄙视" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E985B7_2x.png\">", "data": "::(酷)", "text": "酷" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5958A_2x.png\">", "data": "::(啊)", "text": "啊" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E78B82E6B197_2x.png\">", "data": "::(狂汗)", "text": "狂汗" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/what_2x.png\">", "data": "::(what)", "text": "what" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E79691E997AE_2x.png\">", "data": "::(疑问)", "text": "疑问" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E985B8E788BD_2x.png\">", "data": "::(酸爽)", "text": "酸爽" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E59180E592A9E788B9_2x.png\">", "data": "::(呀咩爹)", "text": "呀咩爹" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5A794E5B188_2x.png\">", "data": "::(委屈)", "text": "委屈" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6838AE8AEB6_2x.png\">", "data": "::(惊讶)", "text": "惊讶" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E79DA1E8A789_2x.png\">", "data": "::(睡觉)", "text": "睡觉" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E7AC91E5B0BF_2x.png\">", "data": "::(笑尿)", "text": "笑尿" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E68C96E9BCBB_2x.png\">", "data": "::(挖鼻)", "text": "挖鼻" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E59090_2x.png\">", "data": "::(吐)", "text": "吐" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E78A80E588A9_2x.png\">", "data": "::(犀利)", "text": "犀利" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5B08FE7BAA2E884B8_2x.png\">", "data": "::(小红脸)", "text": "小红脸" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E68792E5BE97E79086_2x.png\">", "data": "::(懒得理)", "text": "懒得理" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E58B89E5BCBA_2x.png\">", "data": "::(勉强)", "text": "勉强" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E788B1E5BF83_2x.png\">", "data": "::(爱心)", "text": "爱心" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5BF83E7A28E_2x.png\">", "data": "::(心碎)", "text": "心碎" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E78EABE791B0_2x.png\">", "data": "::(玫瑰)", "text": "玫瑰" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E7A4BCE789A9_2x.png\">", "data": "::(礼物)", "text": "礼物" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5BDA9E899B9_2x.png\">", "data": "::(彩虹)", "text": "彩虹" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5A4AAE998B3_2x.png\">", "data": "::(太阳)", "text": "太阳" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6989FE6989FE69C88E4BAAE_2x.png\">", "data": "::(星星月亮)", "text": "星星月亮" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E992B1E5B881_2x.png\">", "data": "::(钱币)", "text": "钱币" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E88CB6E69DAF_2x.png\">", "data": "::(茶杯)", "text": "茶杯" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E89B8BE7B395_2x.png\">", "data": "::(蛋糕)", "text": "蛋糕" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5A4A7E68B87E68C87_2x.png\">", "data": "::(大拇指)", "text": "大拇指" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E8839CE588A9_2x.png\">", "data": "::(胜利)", "text": "胜利" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/haha_2x.png\">", "data": "::(haha)", "text": "haha" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/OK_2x.png\">", "data": "::(OK)", "text": "OK" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6B299E58F91_2x.png\">", "data": "::(沙发)", "text": "沙发" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E6898BE7BAB8_2x.png\">", "data": "::(手纸)", "text": "手纸" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E9A699E89589_2x.png\">", "data": "::(香蕉)", "text": "香蕉" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E4BEBFE4BEBF_2x.png\">", "data": "::(便便)", "text": "便便" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E88DAFE4B8B8_2x.png\">", "data": "::(药丸)", "text": "药丸" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E7BAA2E9A286E5B7BE_2x.png\">", "data": "::(红领巾)", "text": "红领巾" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E89CA1E7839B_2x.png\">", "data": "::(蜡烛)", "text": "蜡烛" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E99FB3E4B990_2x.png\">", "data": "::(音乐)", "text": "音乐" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E781AFE6B3A1_2x.png\">", "data": "::(灯泡)", "text": "灯泡" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5BC80E5BF83_2x.png\">", "data": "::(开心)", "text": "开心" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E992B1_2x.png\">", "data": "::(钱)", "text": "钱" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E592A6_2x.png\">", "data": "::(咦)", "text": "咦" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E591BC_2x.png\">", "data": "::(呼)", "text": "呼" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E586B7_2x.png\">", "data": "::(冷)", "text": "冷" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E7949FE6B094_2x.png\">", "data": "::(生气)", "text": "生气" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/paopao/E5BCB1_2x.png\">", "data": "::(弱)", "text": "弱" }
|
||||
]
|
||||
},
|
||||
"阿鲁": {
|
||||
"type": "image",
|
||||
"container": [
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E9AB98E585B4_2x.png\">", "data": ":@(高兴)", "text": "高兴" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5B08FE68092_2x.png\">", "data": ":@(小怒)", "text": "小怒" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E884B8E7BAA2_2x.png\">", "data": ":@(脸红)", "text": "脸红" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E58685E4BCA4_2x.png\">", "data": ":@(内伤)", "text": "内伤" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E8A385E5A4A7E6ACBE_2x.png\">", "data": ":@(装大款)", "text": "装大款" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E8B59EE4B880E4B8AA_2x.png\">", "data": ":@(赞一个)", "text": "赞一个" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5AEB3E7BE9E_2x.png\">", "data": ":@(害羞)", "text": "害羞" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E6B197_2x.png\">", "data": ":@(汗)", "text": "汗" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E59090E8A180E58092E59CB0_2x.png\">", "data": ":@(吐血倒地)", "text": "吐血倒地" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E6B7B1E6809D_2x.png\">", "data": ":@(深思)", "text": "深思" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4B88DE9AB98E585B4_2x.png\">", "data": ":@(不高兴)", "text": "不高兴" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E697A0E8AFAD_2x.png\">", "data": ":@(无语)", "text": "无语" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4BAB2E4BAB2_2x.png\">", "data": ":@(亲亲)", "text": "亲亲" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E58FA3E6B0B4_2x.png\">", "data": ":@(口水)", "text": "口水" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5B0B4E5B0AC_2x.png\">", "data": ":@(尴尬)", "text": "尴尬" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4B8ADE68C87_2x.png\">", "data": ":@(中指)", "text": "中指" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E683B3E4B880E683B3_2x.png\">", "data": ":@(想一想)", "text": "想一想" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E593ADE6B3A3_2x.png\">", "data": ":@(哭泣)", "text": "哭泣" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4BEBFE4BEBF_2x.png\">", "data": ":@(便便)", "text": "便便" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E78CAEE88AB1_2x.png\">", "data": ":@(献花)", "text": "献花" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E79AB1E79C89_2x.png\">", "data": ":@(皱眉)", "text": "皱眉" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E582BBE7AC91_2x.png\">", "data": ":@(傻笑)", "text": "傻笑" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E78B82E6B197_2x.png\">", "data": ":@(狂汗)", "text": "狂汗" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E59090_2x.png\">", "data": ":@(吐)", "text": "吐" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E596B7E6B0B4_2x.png\">", "data": ":@(喷水)", "text": "喷水" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E79C8BE4B88DE8A781_2x.png\">", "data": ":@(看不见)", "text": "看不见" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E9BC93E68E8C_2x.png\">", "data": ":@(鼓掌)", "text": "鼓掌" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E998B4E69A97_2x.png\">", "data": ":@(阴暗)", "text": "阴暗" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E995BFE88D89_2x.png\">", "data": ":@(长草)", "text": "长草" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E78CAEE9BB84E7939C_2x.png\">", "data": ":@(献黄瓜)", "text": "献黄瓜" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E982AAE681B6_2x.png\">", "data": ":@(邪恶)", "text": "邪恶" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E69C9FE5BE85_2x.png\">", "data": ":@(期待)", "text": "期待" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5BE97E6848F_2x.png\">", "data": ":@(得意)", "text": "得意" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E59090E8888C_2x.png\">", "data": ":@(吐舌)", "text": "吐舌" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E596B7E8A180_2x.png\">", "data": ":@(喷血)", "text": "喷血" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E697A0E68980E8B093_2x.png\">", "data": ":@(无所谓)", "text": "无所谓" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E8A782E5AF9F_2x.png\">", "data": ":@(观察)", "text": "观察" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E69A97E59CB0E8A782E5AF9F_2x.png\">", "data": ":@(暗地观察)", "text": "暗地观察" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E882BFE58C85_2x.png\">", "data": ":@(肿包)", "text": "肿包" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4B8ADE69EAA_2x.png\">", "data": ":@(中枪)", "text": "中枪" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5A4A7E59BA7_2x.png\">", "data": ":@(大囧)", "text": "大囧" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E591B2E78999_2x.png\">", "data": ":@(呲牙)", "text": "呲牙" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E68AA0E9BCBB_2x.png\">", "data": ":@(抠鼻)", "text": "抠鼻" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4B88DE8AFB4E8AF9D_2x.png\">", "data": ":@(不说话)", "text": "不说话" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E592BDE6B094_2x.png\">", "data": ":@(咽气)", "text": "咽气" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E6ACA2E591BC_2x.png\">", "data": ":@(欢呼)", "text": "欢呼" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E99481E79C89_2x.png\">", "data": ":@(锁眉)", "text": "锁眉" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E89CA1E7839B_2x.png\">", "data": ":@(蜡烛)", "text": "蜡烛" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E59D90E7AD89_2x.png\">", "data": ":@(坐等)", "text": "坐等" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E587BBE68E8C_2x.png\">", "data": ":@(击掌)", "text": "击掌" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E6838AE5969C_2x.png\">", "data": ":@(惊喜)", "text": "惊喜" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5969CE69E81E8808CE6B3A3_2x.png\">", "data": ":@(喜极而泣)", "text": "喜极而泣" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E68ABDE7839F_2x.png\">", "data": ":@(抽烟)", "text": "抽烟" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4B88DE587BAE68980E69699_2x.png\">", "data": ":@(不出所料)", "text": "不出所料" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E684A4E68092_2x.png\">", "data": ":@(愤怒)", "text": "愤怒" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E697A0E5A588_2x.png\">", "data": ":@(无奈)", "text": "无奈" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E9BB91E7BABF_2x.png\">", "data": ":@(黑线)", "text": "黑线" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E68A95E9998D_2x.png\">", "data": ":@(投降)", "text": "投降" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E79C8BE783ADE997B9_2x.png\">", "data": ":@(看热闹)", "text": "看热闹" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E68987E880B3E58589_2x.png\">", "data": ":@(扇耳光)", "text": "扇耳光" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E5B08FE79CBCE79D9B_2x.png\">", "data": ":@(小眼睛)", "text": "小眼睛" },
|
||||
{ "icon": "<img class=\"biaoqing\" src=\"/usr/themes/Typecho-Joe-Theme/assets/owo/aru/E4B8ADE58880_2x.png\">", "data": ":@(中刀)", "text": "中刀" }
|
||||
]
|
||||
},
|
||||
"颜文字": {
|
||||
"type": "emoticon",
|
||||
"container": [
|
||||
{
|
||||
"icon": "OωO",
|
||||
"text": "Author: DIYgod"
|
||||
},
|
||||
{
|
||||
"icon": "|´・ω・)ノ",
|
||||
"text": "Hi"
|
||||
},
|
||||
{
|
||||
"icon": "ヾ(≧∇≦*)ゝ",
|
||||
"text": "开心"
|
||||
},
|
||||
{
|
||||
"icon": "(☆ω☆)",
|
||||
"text": "星星眼"
|
||||
},
|
||||
{
|
||||
"icon": "(╯‵□′)╯︵┴─┴",
|
||||
"text": "掀桌"
|
||||
},
|
||||
{
|
||||
"icon": " ̄﹃ ̄",
|
||||
"text": "流口水"
|
||||
},
|
||||
{
|
||||
"icon": "(/ω\)",
|
||||
"text": "捂脸"
|
||||
},
|
||||
{
|
||||
"icon": "∠( ᐛ 」∠)_",
|
||||
"text": "给跪"
|
||||
},
|
||||
{
|
||||
"icon": "(๑•̀ㅁ•́ฅ)",
|
||||
"text": "Hi"
|
||||
},
|
||||
{
|
||||
"icon": "→_→",
|
||||
"text": "斜眼"
|
||||
},
|
||||
{
|
||||
"icon": "୧(๑•̀⌄•́๑)૭",
|
||||
"text": "加油"
|
||||
},
|
||||
{
|
||||
"icon": "٩(ˊᗜˋ*)و",
|
||||
"text": "有木有WiFi"
|
||||
},
|
||||
{
|
||||
"icon": "(ノ°ο°)ノ",
|
||||
"text": "前方高能预警"
|
||||
},
|
||||
{
|
||||
"icon": "(´இ皿இ`)",
|
||||
"text": "我从未见过如此厚颜无耻之人"
|
||||
},
|
||||
{
|
||||
"icon": "⌇●﹏●⌇",
|
||||
"text": "吓死宝宝惹"
|
||||
},
|
||||
{
|
||||
"icon": "(ฅ´ω`ฅ)",
|
||||
"text": "已阅留爪"
|
||||
},
|
||||
{
|
||||
"icon": "(╯°A°)╯︵○○○",
|
||||
"text": "去吧大师球"
|
||||
},
|
||||
{
|
||||
"icon": "φ( ̄∇ ̄o)",
|
||||
"text": "太萌惹"
|
||||
},
|
||||
{
|
||||
"icon": "ヾ(´・ ・`。)ノ\"",
|
||||
"text": "咦咦咦"
|
||||
},
|
||||
{
|
||||
"icon": "( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃",
|
||||
"text": "气呼呼"
|
||||
},
|
||||
{
|
||||
"icon": "(ó﹏ò。)",
|
||||
"text": "我受到了惊吓"
|
||||
},
|
||||
{
|
||||
"icon": "Σ(っ °Д °;)っ",
|
||||
"text": "什么鬼"
|
||||
},
|
||||
{
|
||||
"icon": "( ,,´・ω・)ノ\"(´っω・`。)",
|
||||
"text": "摸摸头"
|
||||
},
|
||||
{
|
||||
"icon": "╮(╯▽╰)╭ ",
|
||||
"text": "无奈"
|
||||
},
|
||||
{
|
||||
"icon": "o(*////▽////*)q ",
|
||||
"text": "脸红"
|
||||
},
|
||||
{
|
||||
"icon": ">﹏<",
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"icon": "( ๑´•ω•) \"(ㆆᴗㆆ)",
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"icon": "(。•ˇ‸ˇ•。)",
|
||||
"text": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user