更新
This commit is contained in:
parent
f06c934586
commit
9ad9f17994
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
*{margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:4px;background:var(--seat)}::-webkit-scrollbar-track{background:transparent}body{font-size:14px;font-family:'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif}body::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;z-index:-520;pointer-events:none}input[type='text']{-webkit-appearance:none;border-radius:0;font-size:13px;font-weight:500}textarea{resize:none;-webkit-appearance:none}li{list-style:none}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:500}img{border:0;vertical-align:middle}img[src=''],img:not([src]){border:0;opacity:0}svg,canvas{vertical-align:middle}button{cursor:pointer;-webkit-appearance:none;font-size:13px}table{border-collapse:collapse;border-spacing:0}.joe_main{min-width:0;flex:1;padding:15px 0}.joe_container{display:flex;width:100%;margin:0 auto;padding:0 15px}@media (min-width: 576px){.joe_container{max-width:540px}}@media (min-width: 768px){.joe_container{max-width:720px}}@media (min-width: 992px){.joe_container{max-width:960px}}@media (min-width: 1200px){.joe_container{max-width:1140px}}@media (min-width: 1400px){.joe_container{max-width:1320px}}html{--background: #fff;--theme: #f24e4e;--main: #303133;--routine: #606266;--minor: #909399;--seat: #c0c4cc;--classA: #dcdfe6;--classB: #e4e7ed;--classC: #ebeef5;--classD: #f2f6fc;--text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);--box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22)}html[data-night='night']{--background: #303133;--box-shadow: none}
|
*{margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:4px;background:var(--seat)}::-webkit-scrollbar-track{background:transparent}body{font-size:14px;font-family:'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif}body::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;z-index:-520;pointer-events:none}input[type='text']{-webkit-appearance:none;border-radius:0;font-size:13px;font-weight:500}textarea{resize:none;-webkit-appearance:none}li{list-style:none}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:500}img{border:0;vertical-align:middle}img[src=''],img:not([src]){border:0;opacity:0}svg,canvas{vertical-align:middle}button{cursor:pointer;-webkit-appearance:none;font-size:13px}table{border-collapse:collapse;border-spacing:0}.joe_main{min-width:0;flex:1;padding:15px 0}.joe_container{display:flex;width:100%;margin:0 auto;padding:0 15px}@media (min-width: 576px){.joe_container{max-width:540px}}@media (min-width: 768px){.joe_container{max-width:720px}}@media (min-width: 992px){.joe_container{max-width:960px}}@media (min-width: 1200px){.joe_container{max-width:1140px}}@media (min-width: 1400px){.joe_container{max-width:1320px}}
|
||||||
|
@ -1,59 +1,60 @@
|
|||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
outline: none;
|
outline: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: var(--seat);
|
background: var(--seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
/* 我们对字体进行统一规范,力求在各个操作系统下都有最佳展示效果。 */
|
||||||
|
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::before {
|
body::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: -520;
|
z-index: -520;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
@ -62,91 +63,71 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
img[src=''],
|
img[src=''],
|
||||||
img:not([src]) {
|
img:not([src]) {
|
||||||
border: 0;
|
border: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
canvas {
|
canvas {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.joe_main {
|
.joe_main {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.joe_container {
|
.joe_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.joe_container {
|
.joe_container {
|
||||||
max-width: 540px;
|
max-width: 540px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.joe_container {
|
.joe_container {
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.joe_container {
|
.joe_container {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.joe_container {
|
.joe_container {
|
||||||
max-width: 1140px;
|
max-width: 1140px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1400px) {
|
@media (min-width: 1400px) {
|
||||||
.joe_container {
|
.joe_container {
|
||||||
max-width: 1320px;
|
max-width: 1320px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
|
||||||
--background: #fff;
|
|
||||||
--theme: #f24e4e;
|
|
||||||
--main: #303133;
|
|
||||||
--routine: #606266;
|
|
||||||
--minor: #909399;
|
|
||||||
--seat: #c0c4cc;
|
|
||||||
--classA: #dcdfe6;
|
|
||||||
--classB: #e4e7ed;
|
|
||||||
--classC: #ebeef5;
|
|
||||||
--classD: #f2f6fc;
|
|
||||||
--text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
|
|
||||||
--box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
|
|
||||||
}
|
|
||||||
|
|
||||||
html[data-night='night'] {
|
|
||||||
--background: #303133;
|
|
||||||
--box-shadow: none;
|
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
|
|
||||||
/* 初始化首页列表功能 */
|
/* 初始化首页列表功能 */
|
||||||
{
|
{
|
||||||
let queryData = { page: 1, pageSize: 10, type: 'created' }
|
let queryData = { page: 1, pageSize: 12, type: 'created' }
|
||||||
const initDom = () => {
|
const initDom = () => {
|
||||||
$('.joe_index__list .joe_list').html('')
|
$('.joe_index__list .joe_list').html('')
|
||||||
let activeItem = $('.joe_index__title-title .item[data-type="' + queryData.type + '"]')
|
let activeItem = $('.joe_index__title-title .item[data-type="' + queryData.type + '"]')
|
||||||
@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
pushDom()
|
pushDom()
|
||||||
$('.joe_index__title-title .item').on('click', async function () {
|
$('.joe_index__title-title .item').on('click', async function () {
|
||||||
if ($(this).attr('data-type') === queryData.type) return
|
if ($(this).attr('data-type') === queryData.type) return
|
||||||
queryData = { page: 1, pageSize: 10, type: $(this).attr('data-type') }
|
queryData = { page: 1, pageSize: 12, type: $(this).attr('data-type') }
|
||||||
initDom()
|
initDom()
|
||||||
pushDom()
|
pushDom()
|
||||||
})
|
})
|
||||||
|
@ -11,7 +11,7 @@ function themeInit($self)
|
|||||||
{
|
{
|
||||||
Helper::options()->commentsThreaded = true;
|
Helper::options()->commentsThreaded = true;
|
||||||
/* 强制显示一页15篇文章 */
|
/* 强制显示一页15篇文章 */
|
||||||
$self->parameter->pageSize = 15;
|
$self->parameter->pageSize = 12;
|
||||||
|
|
||||||
/* 主题开放API 路由规则 */
|
/* 主题开放API 路由规则 */
|
||||||
$path_info = $self->request->getPathinfo();
|
$path_info = $self->request->getPathinfo();
|
||||||
|
42
friends.php
42
friends.php
@ -32,20 +32,44 @@
|
|||||||
<?php
|
<?php
|
||||||
$friends = [];
|
$friends = [];
|
||||||
$friends_color = [
|
$friends_color = [
|
||||||
'#0396ff',
|
'#F8D800',
|
||||||
'#ea5455',
|
'#0396FF',
|
||||||
'#7367f0',
|
'#EA5455',
|
||||||
'#28c76f',
|
'#7367F0',
|
||||||
'#9f44d3',
|
'#32CCBC',
|
||||||
|
'#F6416C',
|
||||||
|
'#28C76F',
|
||||||
|
'#9F44D3',
|
||||||
|
'#F55555',
|
||||||
|
'#736EFE',
|
||||||
|
'#E96D71',
|
||||||
|
'#DE4313',
|
||||||
|
'#D939CD',
|
||||||
|
'#4C83FF',
|
||||||
|
'#F072B6',
|
||||||
|
'#C346C2',
|
||||||
|
'#5961F9',
|
||||||
|
'#FD6585',
|
||||||
|
'#465EFB',
|
||||||
|
'#FFC600',
|
||||||
|
'#FA742B',
|
||||||
|
'#5151E5',
|
||||||
|
'#BB4E75',
|
||||||
|
'#FF52E5',
|
||||||
|
'#49C628',
|
||||||
|
'#00EAFF',
|
||||||
|
'#F067B4',
|
||||||
|
'#F067B4',
|
||||||
|
'#ff9a9e',
|
||||||
|
'#00f2fe',
|
||||||
|
'#4facfe',
|
||||||
|
'#f093fb',
|
||||||
'#6fa3ef',
|
'#6fa3ef',
|
||||||
'#bc99c4',
|
'#bc99c4',
|
||||||
'#46c47c',
|
'#46c47c',
|
||||||
'#f9bb3c',
|
'#f9bb3c',
|
||||||
'#e8583d',
|
'#e8583d',
|
||||||
'#f68e5f',
|
'#f68e5f',
|
||||||
'#67c23a',
|
|
||||||
'#e6a23c',
|
|
||||||
'#f56c6c'
|
|
||||||
];
|
];
|
||||||
$friends_text = $this->options->JFriends;
|
$friends_text = $this->options->JFriends;
|
||||||
if ($friends_text) {
|
if ($friends_text) {
|
||||||
@ -68,7 +92,7 @@
|
|||||||
<a class="contain" href="http://ae.js.cn" target="_blank" rel="noopener noreferrer" style="background: <?php echo $friends_color[rand(0, count($friends_color) - 1)] ?>">
|
<a class="contain" href="http://ae.js.cn" target="_blank" rel="noopener noreferrer" style="background: <?php echo $friends_color[rand(0, count($friends_color) - 1)] ?>">
|
||||||
<span class="title"><?php echo $item['name']; ?></span>
|
<span class="title"><?php echo $item['name']; ?></span>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p class="desc"><?php echo $item['desc']; ?></p>
|
<div class="desc"><?php echo $item['desc']; ?></div>
|
||||||
<img class="avatar" src="<?php echo $item['avatar']; ?>" alt="<?php echo $item['name']; ?>" />
|
<img class="avatar" src="<?php echo $item['avatar']; ?>" alt="<?php echo $item['name']; ?>" />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
@ -588,7 +588,7 @@ function themeConfig($form)
|
|||||||
'Joe的博客 || https://ae.js.cn || https://cdn.jsdelivr.net/npm/typecho_joe_theme@4.3.5/assets/img/link.png || Joe主题作者',
|
'Joe的博客 || https://ae.js.cn || https://cdn.jsdelivr.net/npm/typecho_joe_theme@4.3.5/assets/img/link.png || Joe主题作者',
|
||||||
'友情链接(非必填)',
|
'友情链接(非必填)',
|
||||||
'介绍:用于填写友情链接 <br />
|
'介绍:用于填写友情链接 <br />
|
||||||
注意:您需要先增加友联链接页面,该项才会生效 <br />
|
注意:您需要先增加友联链接页面(新增独立页面-右侧模板选择友联),该项才会生效 <br />
|
||||||
格式:博客名称 || 博客地址 || 博客头像 || 博客简介 <br />
|
格式:博客名称 || 博客地址 || 博客头像 || 博客简介 <br />
|
||||||
其他:一行一个,一行代表一个友联'
|
其他:一行一个,一行代表一个友联'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user