CSS加入
@media (min-width:768px) {
#header {
background:rgba(255,255,255,0.8) !important;
-webkit-backdrop-filter:blur(8px);
backdrop-filter:blur(3px);
}
}
CSS加入
@media (min-width:768px) {
#header {
background:rgba(255,255,255,0.8) !important;
-webkit-backdrop-filter:blur(8px);
backdrop-filter:blur(3px);
}
}
右鍵選單改回咒語:
reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
网站置灰【全国哀悼日】
html { filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%);}
然后安装 中文语言包
如果想最新的选择安装 dev-master 那个,不想最新的选择下面第一个
composer require flarum-lang/chinese-simplified
如果想最新的,安装这个
composer require flarum-lang/chinese-simplified:dev-master
全自动无人值守安装,服务端部署只需一条命令
全新的web端管理,支持多端口、多账号、多服务器、以及中转代理
添加账户、删除用户、开启账户验证、关闭账户验证、一键修改端口
wget -q -N --no-check-certificate https://raw.githubusercontent.com/wyx176/nps-socks5/master/install.sh && chmod 777 install.sh && bash install.sh
脚本更新后支持安装、修改用户名、更新以及显示证书信息、更新脚本、自动更新证书等
# 安装 naive命令
curl https://raw.githubusercontent.com/imajeason/nas_tools/main/NaiveProxy/do.sh | bash
# 执行naive
naive
需要提前准备一个域名和一个vps
客户端安装
移动端使用sagarnet
https://sagernet.org/download/
https://github.com/SagerNet/SagerNet/releases/tag/0.8.1-beta02
1,去等登陆页的-wordpress
打开网站目录wp-login.php找到下列代码并进修改
$login_title = sprintf( __( '%1$s ‹ %2$s — 张先生' ), $title, $login_title );
2,去除后台的-wordpress
打开网站目录找到wp-admin/admin-header.php找到下列代码并进修改【共2处需要修改】
if ( $admin_title === $title ) {
/* translators: Admin screen title. %s: Admin screen name. */
$admin_title = sprintf( __( '%s — 张正小师傅' ), $title );
} else {
$screen_title = $title;
if ( 'post' === $current_screen->base && 'add' !== $current_screen->action ) {
$post_title = get_the_title();
if ( ! empty( $post_title ) ) {
$post_type_obj = get_post_type_object( $typenow );
$screen_title = sprintf(
/* translators: Editor admin screen title. 1: "Edit item" text for the post type, 2: Post title. */
__( '%1$s “%2$s”' ),
$post_type_obj->labels->edit_item,
$post_title
);
}
}
/* translators: Admin screen title. 1: Admin screen name, 2: Network or site name. */
$admin_title = sprintf( __( '%1$s ‹ %2$s — 张正小师傅' ), $screen_title, $admin_title );
}