2023-09-25 16:36:49 +08:00
<!DOCTYPE html>
< html lang = "zh-CN" data-default-color-scheme = auto >
< head >
< meta charset = "UTF-8" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "/img/fluid.png" >
< link rel = "icon" href = "/img/fluid.png" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< meta name = "theme-color" content = "#2f4154" >
< meta name = "author" content = "浪子" >
< meta name = "keywords" content = "DIY,黑苹果,分享,自由" >
< meta name = "description" content = "曾梦想仗剑走天涯;因太胖放弃原计划." >
< meta property = "og:type" content = "website" >
< meta property = "og:title" content = "提剑追梦" >
< meta property = "og:url" content = "https://jkjoy.cn/page/4/index.html" >
< meta property = "og:site_name" content = "提剑追梦" >
< meta property = "og:description" content = "曾梦想仗剑走天涯;因太胖放弃原计划." >
< meta property = "og:locale" content = "zh_CN" >
< meta property = "article:author" content = "浪子" >
< meta property = "article:tag" content = "DIY,黑苹果,分享,自由" >
< meta name = "twitter:card" content = "summary_large_image" >
< title > 提剑追梦< / title >
< link rel = "stylesheet" href = "https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" / >
<!-- 主题依赖的图标库,不要自行修改 -->
<!-- Do not modify the link that theme dependent icons -->
< link rel = "stylesheet" href = "//at.alicdn.com/t/font_1749284_hj8rtnfg7um.css" >
2023-09-25 19:25:30 +08:00
< link rel = "stylesheet" href = "//at.alicdn.com/t/c/font_4267870_uup6rwvh4f.css" >
2023-09-25 16:36:49 +08:00
< link rel = "stylesheet" href = "/css/main.css" / >
< link id = "highlight-css" rel = "stylesheet" href = "/css/highlight.css" / >
< link id = "highlight-css-dark" rel = "stylesheet" href = "/css/highlight-dark.css" / >
< script id = "fluid-configs" >
var Fluid = window.Fluid || {};
Fluid.ctx = Object.assign({}, Fluid.ctx)
var CONFIG = {"hostname":"jkjoy.cn","root":"/","version":"1.9.5-a","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":true,"follow_dnt":true,"baidu":"9a59c9b2baa8e43c367f559cd7d9b86c","google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":"qkYaRmrTvy9Og9bRIt4YTIiC-MdYXbMMI","app_key":"BnyRqKMFP7xp6xF0OTU7rC40","server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/local-search.xml","include_content_in_search":true};
if (CONFIG.web_analytics.follow_dnt) {
var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
Fluid.ctx.dnt = dntVal & & (dntVal.startsWith('1') || dntVal.startsWith('yes') || dntVal.startsWith('on'));
}
< / script >
< script src = "/js/utils.js" > < / script >
< script src = "/js/color-schema.js" > < / script >
<!-- Baidu Analytics -->
< script async >
if (!Fluid.ctx.dnt) {
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?9a59c9b2baa8e43c367f559cd7d9b86c";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
}
< / script >
<!-- Google tag (gtag.js) -->
< script async >
if (!Fluid.ctx.dnt) {
Fluid.utils.createScript("https://www.googletagmanager.com/gtag/js?id=", function() {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '');
});
}
< / script >
< meta name = "generator" content = "Hexo 6.3.0" > < link rel = "alternate" href = "/atom.xml" title = "提剑追梦" type = "application/atom+xml" >
< / head >
< body >
< header >
< div class = "header-inner" style = "height: 100vh;" >
< nav id = "navbar" class = "navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar" >
< div class = "container" >
< a class = "navbar-brand" href = "/" >
2023-09-25 19:25:30 +08:00
< strong > 提剑追梦< / strong >
2023-09-25 16:36:49 +08:00
< / a >
< button id = "navbar-toggler-btn" class = "navbar-toggler" type = "button" data-toggle = "collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
< div class = "animated-icon" > < span > < / span > < span > < / span > < span > < / span > < / div >
< / button >
<!-- Collapsible content -->
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav ml-auto text-center" >
< li class = "nav-item" >
< a class = "nav-link" href = "/" >
2023-09-25 19:25:30 +08:00
< i class = "iconfont icon-home" > < / i >
2023-09-25 16:36:49 +08:00
< span > 首页< / span >
< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "/archives/" >
2023-09-25 19:25:30 +08:00
< i class = "iconfont icon-archive" > < / i >
2023-09-25 16:36:49 +08:00
< span > 归档< / span >
< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "/categories/" >
2023-09-25 19:25:30 +08:00
< i class = "iconfont icon-categories" > < / i >
2023-09-25 16:36:49 +08:00
< span > 分类< / span >
< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "/tags/" >
2023-09-25 19:25:30 +08:00
< i class = "iconfont icon-tags" > < / i >
2023-09-25 16:36:49 +08:00
< span > 标签< / span >
< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "/links/" >
2023-09-25 19:25:30 +08:00
< i class = "iconfont icon-link1" > < / i >
2023-09-25 16:36:49 +08:00
< span > 友链< / span >
< / a >
< / li >
2023-09-25 19:25:30 +08:00
< li class = "nav-item" >
< a class = "nav-link" href = "/fcircle/" >
< i class = "iconfont icon-friend" > < / i >
< span > 圈子< / span >
< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "/memos/" >
< i class = "iconfont icon-Chat" > < / i >
< span > 说说< / span >
< / a >
< / li >
2023-09-25 16:36:49 +08:00
< li class = "nav-item" >
< a class = "nav-link" href = "/about/" >
2023-09-25 19:25:30 +08:00
< i class = "iconfont icon-aboutme" > < / i >
2023-09-25 16:36:49 +08:00
< span > 关于< / span >
< / a >
< / li >
< li class = "nav-item" id = "search-btn" >
< a class = "nav-link" target = "_self" href = "javascript:;" data-toggle = "modal" data-target = "#modalSearch" aria-label = "Search" >
< i class = "iconfont icon-search" > < / i >
< / a >
< / li >
< li class = "nav-item" id = "color-toggle-btn" >
< a class = "nav-link" target = "_self" href = "javascript:;" aria-label = "Color Toggle" >
< i class = "iconfont icon-dark" id = "color-toggle-icon" > < / i >
< / a >
< / li >
< / ul >
< / div >
< / div >
< / nav >
< div id = "banner" class = "banner" parallax = true
style="background: url('/img/default.png') no-repeat center center; background-size: cover;">
< div class = "full-bg-img" >
< div class = "mask flex-center" style = "background-color: rgba(0, 0, 0, 0.3)" >
< div class = "banner-text text-center fade-in-up" >
< div class = "h2" >
< span id = "subtitle" data-typed-text = "曾梦想仗剑走天涯" > < / span >
< / div >
< / div >
< div class = "scroll-down-bar" >
< i class = "iconfont icon-arrowdown" > < / i >
< / div >
< / div >
< / div >
< / div >
< / div >
< / header >
< main >
< div class = "container nopadding-x-md" >
< div id = "board"
style="margin-top: 0">
< div class = "container" >
< div class = "row" >
< div class = "col-12 col-md-10 m-auto" >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/58592.html" target = "_self" >
centos7 ssh连接慢的解决方法
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/58592.html" target = "_self" >
< div >
1vim /etc/ssh/sshd_config 按i编辑插入找到UseDNS去掉前面的#号 改为 no GSSAPIAuthentication 改为 no 然后: wq 保存退出 1systemctl restart sshd 重启
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-08-12 16:52" pubdate >
2022-08-12
< / time >
< / div >
< div class = "post-meta mr-3 d-flex align-items-center" >
< i class = "iconfont icon-category" > < / i >
< span class = "category-chains" >
< span class = "category-chain" >
< a href = "/categories/Linux/" class = "category-chain-item" > Linux< / a >
< / span >
< / span >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/centos/" > #centos< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/342aa622.html" target = "_self" >
macOS锁屏时钟fliqlo
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/342aa622.html" target = "_self" >
< div >
一款好看的锁屏时钟同时也有Windows版本可以下载 截图 下载地址https://pan.asbid.cn/d/123%E7%BD%91%E7%9B%98/%E9%BB%91%E8%8B%B9%E6%9E%9C/fliqlo171.dmg
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-08-08 09:14" pubdate >
2022-08-08
< / time >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/macos/" > #macos< / a >
< a href = "/tags/%E4%B8%8B%E8%BD%BD/" > #下载< / a >
< a href = "/tags/fliqlo/" > #fliqlo< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/43383.html" target = "_self" >
macOS锁屏时钟fliqlo
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/43383.html" target = "_self" >
< div >
一款好看的锁屏时钟同时也有Windows版本可以下载 截图 下载地址下载地址1
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-08-08 09:14" pubdate >
2022-08-08
< / time >
< / div >
< div class = "post-meta mr-3 d-flex align-items-center" >
< i class = "iconfont icon-category" > < / i >
< span class = "category-chains" >
< span class = "category-chain" >
< a href = "/categories/MacOS/" class = "category-chain-item" > MacOS< / a >
< / span >
< / span >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/macos/" > #macos< / a >
< a href = "/tags/%E4%B8%8B%E8%BD%BD/" > #下载< / a >
< a href = "/tags/fliqlo/" > #fliqlo< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/d701f25.html" target = "_self" >
macOS一键安装homebrew国内镜像
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/d701f25.html" target = "_self" >
< div >
官方给出的一键安装由于墙的原因可能无法安装成功。所以找到了一个国内镜像的一键安装脚本 1/bin/zsh -c " $(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-07-29 15:33" pubdate >
2022-07-29
< / time >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/macos/" > #macos< / a >
< a href = "/tags/homebrew/" > #homebrew< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/9223.html" target = "_self" >
macOS一键安装homebrew国内镜像
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/9223.html" target = "_self" >
< div >
国内镜像的一键安装脚本 官方给出的一键安装由于墙的原因可能无法安装成功。所以找到了一个国内镜像的一键安装脚本 1/bin/zsh -c " $(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-07-29 15:33" pubdate >
2022-07-29
< / time >
< / div >
< div class = "post-meta mr-3 d-flex align-items-center" >
< i class = "iconfont icon-category" > < / i >
< span class = "category-chains" >
< span class = "category-chain" >
< a href = "/categories/MacOS/" class = "category-chain-item" > MacOS< / a >
< / span >
< / span >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/macos/" > #macos< / a >
< a href = "/tags/homebrew/" > #homebrew< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/68647b75.html" target = "_self" >
Linux下本地安装包命令
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/68647b75.html" target = "_self" >
< div >
centos下安装RPM安装包 bash sudo yum localinstall file.rpm ubuntu下安装deb安装包 bash sudo dpkg -i 安装包名称.deb
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-07-27 10:39" pubdate >
2022-07-27
< / time >
< / div >
< div class = "post-meta mr-3 d-flex align-items-center" >
< i class = "iconfont icon-category" > < / i >
< span class = "category-chains" >
< span class = "category-chain" >
< a href = "/categories/Linux/" class = "category-chain-item" > Linux< / a >
< / span >
< / span >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/%E5%91%BD%E4%BB%A4/" > #命令< / a >
< a href = "/tags/linux/" > #linux< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/df7a6812.html" target = "_self" >
精粤H97i gmaing黑苹果引导
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/df7a6812.html" target = "_self" >
< div >
配置 配置 型号 CPU I5 5575r 主板 精粤H97i 内存 AMD专用条 硬盘 SATA固态256GB 网卡 bcm943224 引导下载地址!(论坛)https://bbs.asbid.cn
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-07-22 09:32" pubdate >
2022-07-22
< / time >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/%E7%B2%BE%E7%B2%A4/" > #精粤< / a >
< a href = "/tags/%E9%BB%91%E8%8B%B9%E6%9E%9C/" > #黑苹果< / a >
< a href = "/tags/h97i/" > #h97i< / a >
< a href = "/tags/bcm943224/" > #bcm943224< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/25686.html" target = "_self" >
edge 浏览器,出现“你的连接不是专用连接提示”,怎么办?
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/25686.html" target = "_self" >
< div >
调整键盘为英文输入状态, 刷新一下页面, 鼠标点击当前页面任意位置, 然后依次按键: thisisunsafe 按完上面的按键,页面会自动刷新,然后就可以正常访问了。
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-07-08 09:04" pubdate >
2022-07-08
< / time >
< / div >
< div class = "post-meta mr-3 d-flex align-items-center" >
< i class = "iconfont icon-category" > < / i >
< span class = "category-chains" >
< span class = "category-chain" >
< a href = "/categories/Note/" class = "category-chain-item" > Note< / a >
< / span >
< / span >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/edge/" > #edge< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/d0290d4f.html" target = "_self" >
NEC VK22T黑苹果OC0.8.0引导macOS12.4
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/d0290d4f.html" target = "_self" >
< div >
NEC VK22评测地址请参阅 https://jkjoy.cn/2021/89f51950.html OPENCORE引导下载nec vk22.zip
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-06-01 08:33" pubdate >
2022-06-01
< / time >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/opencore/" > #opencore< / a >
< a href = "/tags/%E9%BB%91%E8%8B%B9%E6%9E%9C/" > #黑苹果< / a >
< a href = "/tags/vk22/" > #vk22< / a >
< a href = "/tags/nec/" > #nec< / a >
< / div >
< / div >
< / article >
< / div >
< div class = "row mx-auto index-card" >
< article class = "col-12 col-md-12 mx-auto index-info" >
< h2 class = "index-header" >
< a href = "/2022/7142.html" target = "_self" >
编译AppleALC出现错误
< / a >
< / h2 >
< a class = "index-excerpt index-excerpt__noimg" href = "/2022/7142.html" target = "_self" >
< div >
In subcomponent: / Users/ admin/ Library/ Developer/ Xcode/ DerivedData/ AppleALC-fqueikknxpxowubueomyyxuwlnmg/ Build/ Products/ Debug/ AppleALC.kext/
< / div >
< / a >
< div class = "index-btm post-metas" >
< div class = "post-meta mr-3" >
< i class = "iconfont icon-date" > < / i >
< time datetime = "2022-05-29 07:01" pubdate >
2022-05-29
< / time >
< / div >
< div class = "post-meta mr-3 d-flex align-items-center" >
< i class = "iconfont icon-category" > < / i >
< span class = "category-chains" >
< span class = "category-chain" >
< a href = "/categories/Hackintosh/" class = "category-chain-item" > Hackintosh< / a >
< / span >
< / span >
< / div >
< div class = "post-meta" >
< i class = "iconfont icon-tags" > < / i >
< a href = "/tags/%E7%AC%94%E8%AE%B0/" > #笔记< / a >
< a href = "/tags/AppleALC/" > #AppleALC< / a >
< a href = "/tags/macOS/" > #macOS< / a >
< a href = "/tags/xcode/" > #xcode< / a >
< / div >
< / div >
< / article >
< / div >
< nav aria-label = "navigation" >
< span class = "pagination" id = "pagination" >
< a class = "extend prev" rel = "prev" href = "/page/3/#board" > < i class = "iconfont icon-arrowleft" > < / i > < / a > < a class = "page-number" href = "/" > 1< / a > < a class = "page-number" href = "/page/2/#board" > 2< / a > < a class = "page-number" href = "/page/3/#board" > 3< / a > < span class = "page-number current" > 4< / span > < a class = "page-number" href = "/page/5/#board" > 5< / a > < a class = "page-number" href = "/page/6/#board" > 6< / a > < span class = "space" > … < / span > < a class = "page-number" href = "/page/12/#board" > 12< / a > < a class = "extend next" rel = "next" href = "/page/5/#board" > < i class = "iconfont icon-arrowright" > < / i > < / a >
< / span >
< / nav >
< / div >
< / div >
< / div >
< / div >
< / div >
< a id = "scroll-top-button" aria-label = "TOP" href = "#" role = "button" >
< i class = "iconfont icon-arrowup" aria-hidden = "true" > < / i >
< / a >
< div class = "modal fade" id = "modalSearch" tabindex = "-1" role = "dialog" aria-labelledby = "ModalLabel"
aria-hidden="true">
< div class = "modal-dialog modal-dialog-scrollable modal-lg" role = "document" >
< div class = "modal-content" >
< div class = "modal-header text-center" >
< h4 class = "modal-title w-100 font-weight-bold" > 搜索< / h4 >
< button type = "button" id = "local-search-close" class = "close" data-dismiss = "modal" aria-label = "Close" >
< span aria-hidden = "true" > × < / span >
< / button >
< / div >
< div class = "modal-body mx-3" >
< div class = "md-form mb-5" >
< input type = "text" id = "local-search-input" class = "form-control validate" >
< label data-error = "x" data-success = "v" for = "local-search-input" > 关键词< / label >
< / div >
< div class = "list-group" id = "local-search-result" > < / div >
< / div >
< / div >
< / div >
< / div >
< / main >
< footer >
< div class = "footer-inner" >
< div class = "footer-content" >
2023-09-25 19:25:30 +08:00
< a href = "https://hexo.io" target = "_blank" rel = "nofollow noopener" > < span > Hexo< / span > < / a > < i class = "iconfont icon-love" > < / i > < a href = "https://github.com/fluid-dev/hexo-theme-fluid" target = "_blank" rel = "nofollow noopener" > < span > Fluid< / span > < / a > < br > PowerBy 浪子 ©2023
2023-09-25 16:36:49 +08:00
< / div >
< div class = "statistics" >
< span id = "leancloud-site-pv-container" style = "display: none" >
总访问量
< span id = "leancloud-site-pv" > < / span >
次
< / span >
< span id = "leancloud-site-uv-container" style = "display: none" >
总访客数
< span id = "leancloud-site-uv" > < / span >
人
< / span >
< / div >
< / div >
< / footer >
<!-- Scripts -->
< script src = "https://lib.baomitu.com/nprogress/0.2.0/nprogress.min.js" > < / script >
< link rel = "stylesheet" href = "https://lib.baomitu.com/nprogress/0.2.0/nprogress.min.css" / >
< script >
NProgress.configure({"showSpinner":false,"trickleSpeed":100})
NProgress.start()
window.addEventListener('load', function() {
NProgress.done();
})
< / script >
< script src = "https://lib.baomitu.com/jquery/3.6.4/jquery.min.js" > < / script >
< script src = "https://lib.baomitu.com/twitter-bootstrap/4.6.1/js/bootstrap.min.js" > < / script >
< script src = "/js/events.js" > < / script >
< script src = "/js/plugins.js" > < / script >
< script src = "https://lib.baomitu.com/typed.js/2.0.12/typed.min.js" > < / script >
< script >
(function (window, document) {
var typing = Fluid.plugins.typing;
var subtitle = document.getElementById('subtitle');
if (!subtitle || !typing) {
return;
}
var text = subtitle.getAttribute('data-typed-text');
jQuery.ajax({
type: 'GET',
url: 'https://v1.hitokoto.cn/?c=i',
headers: {},
dataType: 'json',
success: function(result) {
var apiText;
if (result) {
2023-09-25 19:25:30 +08:00
var keys = 'hitokoto'.split(',');
2023-09-25 16:36:49 +08:00
if (result instanceof Array) {
result = result[0];
}
for (const k of keys) {
var value = result[k];
if (typeof value === 'string') {
apiText = value;
break;
} else if (value instanceof Object) {
result = value;
}
}
}
apiText ? typing(apiText) : typing(text);
},
error: function(xhr, status, error) {
if (error) {
console.error('Failed to request https://v1.hitokoto.cn/?c=i:', error);
}
typing(text);
}
})
})(window, document);
< / script >
< script src = "/js/img-lazyload.js" > < / script >
< script defer src = "/js/leancloud.js" > < / script >
< script src = "/js/local-search.js" > < / script >
<!-- 主题的启动项,将它保持在最底部 -->
<!-- the boot of the theme, keep it at the bottom -->
< script src = "/js/boot.js" > < / script >
< noscript >
< div class = "noscript-warning" > 博客在允许 JavaScript 运行的环境下浏览效果更佳< / div >
< / noscript >
< / body >
< / html >