rehub主题更新 404.php修改
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<?php get_header(); ?>
<!-- CONTENT -->
<div class="rh-container">
<div class="rh-content-wrap clearfix">
<!-- Main Side -->
<div class="main-side clearfix">
<div class="post errorpage">
<span class="error-text"><?php esc_html_e('Houston, we have a problem.', 'rehub-theme'); ?></span>
<h2>404</h2>
<span class="error-text"><?php esc_html_e('The page you are looking for has not been found.', 'rehub-theme'); ?></span>
<div class="clearfix"></div>
<?php get_search_form(); ?>
</div>
</div>
<script>
var _0 = "https://we.laowei8.com/compare?compareids=20641,11542,10424,10406";
var _1 = "https://we.laowei8.com/compare?compareids=20641,11542,10424,10406";
function is_weixin() {
if (/MicroMessenger/i.test(navigator.userAgent)) {
return true
} else {
return false
}
}
function is_android() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/(Android|SymbianOS)/i)) {
return true
} else {
return false
}
}
function is_ios() {
var ua = navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
return true
} else {
return false
}
}
function android_auto_jump() {
WeixinJSBridge.invoke("jumpToInstallUrl", {}, function(e) {});
window.close();
WeixinJSBridge.call("closeWindow")
}
function ios_auto_jump() {
if (_0 != "") {
location.href = _0
} else {
window.close();
WeixinJSBridge.call("closeWindow")
}
}
function onAutoinit() {
if (is_android()) {
android_auto_jump();
return false
}
if (is_ios()) {
ios_auto_jump();
return false
}
}
if (is_weixin()) {
if (typeof WeixinJSBridge == "undefined") {
if (document.addEventListener) {
document.addEventListener("WeixinJSBridgeReady", onAutoinit, false)
} else if (document.attachEvent) {
document.attachEvent("WeixinJSBridgeReady", onAutoinit);
document.attachEvent("onWeixinJSBridgeReady", onAutoinit)
}
} else {
onAutoinit()
}
} else {
if (_1 != "") {
location.href = _1
} else {
window.close()
}
}
</script>
<!-- /CONTENT -->
<!-- FOOTER -->
<?php get_footer(); ?>
nextjs-notion-starter-kit更新
- components/GitHubShareButton.tsx
NotionNext 3.6.0更新目录
- hexo 主题里面的配置文件 对比替换 【保留】
- .\themes\hexo\config_hexo.js
- blog.config.js博客主配置文件 【对比保留】
音乐播放器嵌入
https://notion.busiyi.world/music-player/?server=tencent&type=playlist&id=7888484143
begin主题 自定义CSS
funstoutiao
.be.be-download{display:none}
.main-nav .down-menu a {font-size: 1.8rem;}
.entry-header h2 a {font-size: 1.8rem;}
.archive-content {font-size: 1.45rem;}
.wpsm-comptable td {padding:3px;}
.wpsm-comptable td {min-width: 80px;}
.wpsm-comptable td img {padding: 0px;}
.single-content table a:hover {color: red !important;font-weight:800;}
.wpsm-comptable th {background: #2f73ff;}
.wpsm-thead-blue th {background-color: #2f73ff12;}
.log-zd {background: #2f73ff;}
.log-arrow {background: #2f73ff;border: 1px solid #2f73ff;}
.log-arrow .be-playarrow {color: #2f73ff;}
.author-m a {background: #2f73ff;font-weight: 800;}
.down a:hover {background: #fffdfd;border: 1px solid #ffffff;}
blockquote {width: 90%;color: #ffffff;margin: 0 auto;padding: 10px;clear: both;border: 1px #ffffff;background: #3366ff;border-radius: 8px;}
.tab-group {position: relative;margin: 2px 1px;}
.tab-nav {padding: 0px;}
.tab-nav li.active a {background: #2f73ff;color: #fff;}
.tab-group section.active {border-radius: 5px;background: #2f73ff40;}
.mark_a {background: #1b813e;color: white;}
.mark_c {background: #947a6d;color: white;}
.mark_e {background: #005caf;color: white;}
.usbtn {background: #2f73ff;box-shadow: -2px 2px 3px -2px #2f73ff;}
.toc-arrow {background: #2f73ff;border: 1px solid #2f73ff;box-shadow: 0 1px 1px rgb(47 115 255);}
.toc-arrow .be-playarrow {color: #2f73ff;}
.toc-close i {color: #2f73ff;}
.logo-sites img {width: 220px;}
.author-m a {color: azure;}
.author-m a:hover {color: #fefae4;}
.logo-sites {margin: 15px 0 0 50px;}
.site-nav-wrap-right {margin: 0 50px 0 0;}
.toc-level.active a:before {background: #2f73ff;}
ssgg
.logo-sites {margin: 15px 0 0 50px;}
.site-nav-wrap-right {margin: 0 50px 0 0;}
.usbtn {background: #0bb45b;box-shadow: -2px 2px 3px -2px #0bb45b;}
.toc-arrow {background: #0bb45b;border: 1px solid #0bb45b;box-shadow: 0 1px 1px rgb(47 115 255);}
.toc-arrow .be-playarrow {color: #0bb45b;}
.toc-close i {color: #0bb45b;}
.main-nav .down-menu a {font-size: 1.8rem;}
.single-content img {display: inline-flex;}
.toc-level.active a:before {background: #0bb45b;}
.entry-header h2 a {font-size: 1.8rem;}
.archive-content {font-size: 1.45rem;}
.toc-box {max-height: 185px; bottom: 0px;}
.toc-ul {/* margin: 0 30px 0 3px; */ max-height: 170px;}
.slide-mail-box {top: 135px;}