diff --git a/.gitignore b/.gitignore
index ceaea36..0798d2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,132 +1,3 @@
-# ---> Node
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-lerna-debug.log*
-.pnpm-debug.log*
-
-# Diagnostic reports (https://nodejs.org/api/report.html)
-report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
-
-# Runtime data
-pids
-*.pid
-*.seed
-*.pid.lock
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-*.lcov
-
-# nyc test coverage
-.nyc_output
-
-# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# Bower dependency directory (https://bower.io/)
-bower_components
-
-# node-waf configuration
-.lock-wscript
-
-# Compiled binary addons (https://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directories
node_modules/
-jspm_packages/
-
-# Snowpack dependency directory (https://snowpack.dev/)
-web_modules/
-
-# TypeScript cache
-*.tsbuildinfo
-
-# Optional npm cache directory
-.npm
-
-# Optional eslint cache
-.eslintcache
-
-# Optional stylelint cache
-.stylelintcache
-
-# Microbundle cache
-.rpt2_cache/
-.rts2_cache_cjs/
-.rts2_cache_es/
-.rts2_cache_umd/
-
-# Optional REPL history
-.node_repl_history
-
-# Output of 'npm pack'
-*.tgz
-
-# Yarn Integrity file
-.yarn-integrity
-
-# dotenv environment variable files
-.env
-.env.development.local
-.env.test.local
-.env.production.local
-.env.local
-
-# parcel-bundler cache (https://parceljs.org/)
-.cache
-.parcel-cache
-
-# Next.js build output
-.next
-out
-
-# Nuxt.js build / generate output
-.nuxt
-dist
-
-# Gatsby files
-.cache/
-# Comment in the public line in if your project uses Gatsby and not Next.js
-# https://nextjs.org/blog/next-9-1#public-directory-support
-# public
-
-# vuepress build output
-.vuepress/dist
-
-# vuepress v2.x temp and cache directory
-.temp
-.cache
-
-# Docusaurus cache and generated files
-.docusaurus
-
-# Serverless directories
-.serverless/
-
-# FuseBox cache
-.fusebox/
-
-# DynamoDB Local files
-.dynamodb/
-
-# TernJS port file
-.tern-port
-
-# Stores VSCode versions used for testing VSCode extensions
-.vscode-test
-
-# yarn v2
-.yarn/cache
-.yarn/unplugged
-.yarn/build-state.yml
-.yarn/install-state.gz
-.pnp.*
-
+public/
+db.json
\ No newline at end of file
diff --git a/_config.fluid.yml b/_config.fluid.yml
new file mode 100644
index 0000000..85ccde5
--- /dev/null
+++ b/_config.fluid.yml
@@ -0,0 +1,1157 @@
+#---------------------------
+# Hexo Theme Fluid
+# Author: Fluid-dev
+# Github: https://github.com/fluid-dev/hexo-theme-fluid
+#
+# 配置指南: https://hexo.fluid-dev.com/docs/guide/
+# 你可以从指南中获得更详细的说明
+#
+# Guide: https://hexo.fluid-dev.com/docs/en/guide/
+# You can get more detailed help from the guide
+#---------------------------
+
+
+#---------------------------
+# 全局
+# Global
+#---------------------------
+
+# 用于浏览器标签的图标
+# Icon for browser tab
+favicon: /favicon.ico
+
+# 用于苹果设备的图标
+# Icon for Apple touch
+apple_touch_icon: /favicon.ico
+
+# 浏览器标签页中的标题分隔符,效果: 文章名 - 站点名
+# Title separator in browser tab, eg: article - site
+tab_title_separator: " - "
+
+# 强制所有链接升级为 HTTPS(适用于图片等资源出现 HTTP 混入报错)
+# Force all links to be HTTPS (applicable to HTTP mixed error)
+force_https: false
+
+# 代码块的增强配置
+# Enhancements to code blocks
+code:
+ # 是否开启复制代码的按钮
+ # Enable copy code button
+ copy_btn: true
+
+ # 代码语言
+ # Code language
+ language:
+ enable: true
+ default: "TEXT"
+
+ # 代码高亮
+ # Code highlight
+ highlight:
+ enable: true
+
+ # 代码块是否显示行号
+ # If true, the code block display line numbers
+ line_number: true
+
+ # 实现高亮的库,对应下面的设置
+ # Highlight library
+ # Options: highlightjs | prismjs
+ lib: "highlightjs"
+
+ highlightjs:
+ # 在链接中挑选 style 填入
+ # Select a style in the link
+ # See: https://highlightjs.org/static/demo/
+ style: "github gist"
+ style_dark: "dark"
+
+ prismjs:
+ # 在下方链接页面右侧的圆形按钮挑选 style 填入,也可以直接填入 css 链接
+ # Select the style button on the right side of the link page, you can also set the CSS link
+ # See: https://prismjs.com/
+ style: "default"
+ style_dark: "tomorrow night"
+
+ # 设为 true 高亮将本地静态生成(但只支持部分 prismjs 插件),设为 false 高亮将在浏览器通过 js 生成
+ # If true, it will be generated locally (but some prismjs plugins are not supported). If false, it will be generated via JS in the browser
+ preprocess: true
+
+# 一些好玩的功能
+# Some fun features
+fun_features:
+ # 为 subtitle 添加打字机效果
+ # Typing animation for subtitle
+ typing:
+ enable: true
+
+ # 打印速度,数字越大越慢
+ # Typing speed, the larger the number, the slower
+ typeSpeed: 70
+
+ # 游标字符
+ # Cursor character
+ cursorChar: "光锥之内,就是命运"
+
+ # 是否循环播放效果
+ # If true, loop animation
+ loop: false
+
+ # 在指定页面开启,不填则在所有页面开启
+ # Enable in specified page, all pages by default
+ # Options: home | post | tag | category | about | links | page | 404
+ scope: []
+
+ # 为文章内容中的标题添加锚图标
+ # Add an anchor icon to the title on the post page
+ anchorjs:
+ enable: true
+ element: h1,h2,h3,h4,h5,h6
+ # Options: left | right
+ placement: left
+ # Options: hover | always | touch
+ visible: hover
+ # Options: § | # | ❡
+ icon: ""
+
+ # 加载进度条
+ # Progress bar when loading
+ progressbar:
+ enable: true
+ height_px: 3
+ color: "#66ccff"
+ # See: https://github.com/rstacruz/nprogress
+ options: { showSpinner: false, trickleSpeed: 100 }
+
+# 主题暗色模式,开启后菜单中会出现切换按钮,用户浏览器会存储切换选项,并且会遵循 prefers-color-scheme 自动切换
+# Theme dark mode. If enable, a switch button will appear on the menu, each of the visitor's browser will store his switch option
+dark_mode:
+ enable: true
+ # 默认的选项(当用户手动切换后则不再按照默认模式),选择 `auto` 会优先遵循 prefers-color-scheme,其次按用户本地时间 18 点到次日 6 点之间进入暗色模式
+ # Default option (when the visitor switches manually, the default mode is no longer followed), choosing `auto` will give priority to prefers-color-scheme, and then enter the dark mode from 18:00 to 6:00 in the visitor’s local time
+ # Options: auto | light | dark
+ default: auto
+
+# 主题颜色配置,其他不生效的地方请使用自定义 css 解决,配色可以在下方链接中获得启发
+# Theme color, please use custom CSS to solve other colors, color schema can be inspired by the links below
+# See: https://www.webdesignrankings.com/resources/lolcolors/
+color:
+ # body 背景色
+ # Color of body background
+ body_bg_color: "#eee"
+ # 暗色模式下的 body 背景色,下同
+ # Color in dark mode, the same below
+ body_bg_color_dark: "#181c27"
+
+ # 顶部菜单背景色
+ # Color of navigation bar background
+ navbar_bg_color: "#2f4154"
+ navbar_bg_color_dark: "#1f3144"
+
+ # 顶部菜单字体色
+ # Color of navigation bar text
+ navbar_text_color: "#fff"
+ navbar_text_color_dark: "#d0d0d0"
+
+ # 副标题字体色
+ # Color of navigation bar text
+ subtitle_color: "#fff"
+ subtitle_color_dark: "#d0d0d0"
+
+ # 全局字体色
+ # Color of global text
+ text_color: "#3c4858"
+ text_color_dark: "#c4c6c9"
+
+ # 全局次级字体色(摘要、简介等位置)
+ # Color of global secondary text (excerpt, introduction, etc.)
+ sec_text_color: "#718096"
+ sec_text_color_dark: "#a7a9ad"
+
+ # 主面板背景色
+ # Color of main board
+ board_color: "#fff"
+ board_color_dark: "#252d38"
+
+ # 文章正文字体色
+ # Color of post text
+ post_text_color: "#2c3e50"
+ post_text_color_dark: "#c4c6c9"
+
+ # 文章正文字体色(h1 h2 h3...)
+ # Color of Article heading (h1 h2 h3...)
+ post_heading_color: "#1a202c"
+ post_heading_color_dark: "#c4c6c9"
+
+ # 文章超链接字体色
+ # Color of post link
+ post_link_color: "#0366d6"
+ post_link_color_dark: "#1589e9"
+
+ # 超链接悬浮时字体色
+ # Color of link when hovering
+ link_hover_color: "#30a9de"
+ link_hover_color_dark: "#30a9de"
+
+ # 超链接悬浮背景色
+ # Color of link background when hovering
+ link_hover_bg_color: "#f8f9fa"
+ link_hover_bg_color_dark: "#364151"
+
+ # 分隔线和表格边线的颜色
+ # Color of horizontal rule and table border
+ line_color: "#eaecef"
+ line_color_dark: "#435266"
+
+ # 滚动条颜色
+ # Color of scrollbar
+ scrollbar_color: "#c4c6c9"
+ scrollbar_color_dark: "#687582"
+ # 滚动条悬浮颜色
+ # Color of scrollbar when hovering
+ scrollbar_hover_color: "#a6a6a6"
+ scrollbar_hover_color_dark: "#9da8b3"
+
+ # 按钮背景色
+ # Color of button
+ button_bg_color: "transparent"
+ button_bg_color_dark: "transparent"
+ # 按钮悬浮背景色
+ # Color of button when hovering
+ button_hover_bg_color: "#f2f3f5"
+ button_hover_bg_color_dark: "#46647e"
+
+# 主题字体配置
+# Font
+font:
+ font_size: 16px
+ font_family:
+ letter_spacing: 0.02em
+ code_font_size: 85%
+
+# 指定自定义 .js 文件路径,支持列表;路径是相对 source 目录,如 /js/custom.js 对应存放目录 source/js/custom.js
+# Specify the path of your custom js file, support list. The path is relative to the source directory, such as `/js/custom.js` corresponding to the directory `source/js/custom.js`
+custom_js:
+
+# 指定自定义 .css 文件路径,用法和 custom_js 相同
+# The usage is the same as custom_js
+custom_css:
+
+# 网页访问统计
+# Analysis of website visitors
+web_analytics: # 网页访问统计
+ enable: true
+
+ # 遵循访客浏览器"请勿追踪"的设置,如果开启则不统计其访问
+ # Follow the "Do Not Track" setting of the visitor's browser
+ # See: https://www.w3.org/TR/tracking-dnt/
+ follow_dnt: true
+
+ # 百度统计的 Key,值需要获取下方链接中 `hm.js?` 后边的字符串
+ # Baidu analytics, get the string behind `hm.js?`
+ # See: https://tongji.baidu.com/sc-web/10000033910/home/site/getjs?siteId=13751376
+ baidu:
+
+ # Google Analytics 4 的媒体资源 ID
+ # Google Analytics 4 MEASUREMENT_ID
+ # See: https://support.google.com/analytics/answer/9744165#zippy=%2Cin-this-article
+ google:
+ measurement_id:
+
+ # 腾讯统计的 H5 App ID,开启高级功能才有cid
+ # Tencent analytics, set APP ID
+ # See: https://mta.qq.com/h5/manage/ctr_app_manage
+ tencent:
+ sid:
+ cid:
+
+ # 51.la 站点统计 ID
+ # 51.la analytics
+ # See: https://www.51.la/user/site/index
+ woyaola:
+
+ # 友盟/cnzz 站点统计 web_id
+ # cnzz analytics
+ # See: https://web.umeng.com/main.php?c=site&a=show
+ cnzz:
+
+ # LeanCloud 计数统计,可用于 PV UV 展示,如果 `web_analytics: enable` 没有开启,PV UV 展示只会查询不会增加
+ # LeanCloud count statistics, which can be used for PV UV display. If `web_analytics: enable` is false, PV UV display will only query and not increase
+ leancloud:
+ app_id:
+ app_key:
+ # REST API 服务器地址,国际版不填
+ # Only the Chinese mainland users need to set
+ server_url:
+ # 统计页面时获取路径的属性
+ # Get the attribute of the page path during statistics
+ path: window.location.pathname
+ # 开启后不统计本地路径( localhost 与 127.0.0.1 )
+ # If true, ignore localhost & 127.0.0.1
+ ignore_local: false
+
+# 对页面中的图片和评论插件进行懒加载处理,可见范围外的元素不会提前加载
+# Lazy loading of images and comment plugin on the page
+lazyload:
+ enable: true
+
+ # 加载时的占位图片
+ # The placeholder image when loading
+ loading_img: /img/loading.gif
+
+ # 开启后懒加载仅在文章页生效,如果自定义页面需要使用,可以在 Front-matter 里指定 `lazyload: true`
+ # If true, only enable lazyload on the post page. For custom pages, you can set 'lazyload: true' in front-matter
+ onlypost: false
+
+ # 触发加载的偏移倍数,基数是视窗高度,可根据部署环境的请求速度调节
+ # The factor of viewport height that triggers loading
+ offset_factor: 2
+
+# 图标库,包含了大量社交类图标,主题依赖的不包含在内,因此可自行修改,详见 https://hexo.fluid-dev.com/docs/icon/
+# Icon library, which includes many social icons, does not include those theme dependent, so your can modify link by yourself. See: https://hexo.fluid-dev.com/docs/en/icon/
+iconfont: //at.alicdn.com/t/c/font_4340394_kouor8bclhr.css
+
+
+#---------------------------
+# 页头
+# Header
+#---------------------------
+
+# 导航栏的相关配置
+# Navigation bar
+navbar:
+ # 导航栏左侧的标题,为空则按 hexo config 中 `title` 显示
+ # The title on the left side of the navigation bar. If empty, it is based on `title` in hexo config
+ blog_title: "mei的网络日志"
+
+ # 导航栏毛玻璃特效,实验性功能,可能会造成页面滚动掉帧和抖动,部分浏览器不支持会自动不生效
+ # Navigation bar frosted glass special animation. It is an experimental feature
+ ground_glass:
+ enable: false
+
+ # 模糊像素,只能为数字,数字越大模糊度越高
+ # Number of blurred pixel. the larger the number, the higher the blur
+ px: 3
+
+ # 不透明度,数字越大透明度越低,注意透明过度可能看不清菜单字体
+ # Ratio of opacity, 1.0 is completely opaque
+ # available: 0 - 1.0
+ alpha: 0.7
+
+ # 导航栏菜单,可自行增减,key 用来关联 languages/*.yml,如不存在关联则显示 key 本身的值;icon 是 css class,可以省略;增加 name 可以强制显示指定名称
+ # Navigation bar menu. `key` is used to associate languages/*.yml. If there is no association, the value of `key` itself will be displayed; if `icon` is a css class, it can be omitted; adding `name` can force the display of the specified name
+ menu:
+ - { key: 'home',
+ icon: "iconfont icon-home-fill",
+ submenu: [
+ { key: "mei的网络日志", link: "/", icon: "iconfont icon-blog" },
+ { key: "mei的网络日志-国际", link: "https://mei.lv/", icon: "iconfont icon-mudedi" }
+ ]
+ }
+ - {
+ key: '页面',
+ icon: 'iconfont icon-program',
+ submenu: [
+ { key: "标签", link: "/tags/", icon: "iconfont icon-tags-fill" },
+ { key: "分类", link: "/categories/", icon: "iconfont icon-category-fill" },
+ { key: "归档", link: "/archives/", icon: "iconfont icon-archive-fill" }
+ ]
+ }
+ - { key: "links", link: "/links/", icon: "iconfont icon-link-fill" }
+ - { key: "开往", link: "https://www.travellings.cn/go.html", icon: "iconfont icon-train" }
+ - { key: "RSS", link: "/atom.xml", icon: "iconfont icon-dingyue" }
+ - { key: "关于", link: "/about/", icon: "iconfont icon-user-fill" }
+
+# 搜索功能,基于 hexo-generator-search 插件,若已安装其他搜索插件请关闭此功能,以避免生成多余的索引文件
+# Search feature, based on hexo-generator-search. If you have installed other search plugins, please disable this feature to avoid generating redundant index files
+search:
+ enable: true
+
+ # 搜索索引文件的路径,可以是相对路径或外站的绝对路径
+ # Path for search index file, it can be a relative path or an absolute path
+ path: /local-search.xml
+
+ # 文件生成在本地的位置,必须是相对路径
+ # The location where the index file is generated locally, it must be a relative location
+ generate_path: /local-search.xml
+
+ # 搜索的范围
+ # Search field
+ # Options: post | page | all
+ field: all
+
+ # 搜索是否扫描正文
+ # If true, search will scan the post content
+ content: true
+
+# 首屏图片的相关配置
+# Config of the big image on the first screen
+banner:
+ # 视差滚动,图片与板块会随着屏幕滚动产生视差效果
+ # Scrolling parallax
+ parallax: true
+
+ # 图片最小的宽高比,以免图片两边被过度裁剪,适用于移动端竖屏时,如需关闭设为 0
+ # Minimum ratio of width to height, applicable to the vertical screen of mobile device, if you need to close it, set it to 0
+ width_height_ratio: 1.0
+
+# 向下滚动的箭头
+# Scroll down arrow
+scroll_down_arrow:
+ enable: true
+
+ # 头图高度不小于指定比例,才显示箭头
+ # Only the height of the banner image is greater than the ratio, the arrow is displayed
+ # Available: 0 - 100
+ banner_height_limit: 80
+
+ # 翻页后自动滚动
+ # Auto scroll after page turning
+ scroll_after_turning_page: true
+
+# 向顶部滚动的箭头
+# Scroll top arrow
+scroll_top_arrow:
+ enable: true
+
+# Open Graph metadata
+# See: https://hexo.io/docs/helpers.html#open-graph
+open_graph:
+ enable: true
+ twitter_card: summary_large_image
+ twitter_id:
+ twitter_site:
+ google_plus:
+ fb_admins:
+ fb_app_id:
+
+
+#---------------------------
+# 页脚
+# Footer
+#---------------------------
+footer:
+ # 页脚第一行文字的 HTML,建议保留 Fluid 的链接,用于向更多人推广本主题
+ # HTML of the first line of the footer, it is recommended to keep the Fluid link to promote this theme to more people
+ content: '
+ Hexo
+
+ Fluid
+
+ '
+
+ # 展示网站的 PV、UV 统计数
+ # Display website PV and UV statistics
+ statistics:
+ enable: false
+
+ # 统计数据来源,使用 leancloud 需要设置 `web_analytics: leancloud` 中的参数;使用 busuanzi 不需要额外设置,但是有时不稳定,另外本地运行时 busuanzi 显示统计数据很大属于正常现象,部署后会正常
+ # Data source. If use leancloud, you need to set the parameter in `web_analytics: leancloud`
+ # Options: busuanzi | leancloud
+ source: "busuanzi"
+
+ # 国内大陆服务器的备案信息
+ # For Chinese mainland website policy, other areas keep disable
+ beian:
+ enable: false
+ # ICP证号
+ icp_text:
+ # 公安备案号,不填则只显示ICP
+ police_text:
+ # 公安备案的编号,用于URL跳转查询
+ police_code:
+ # 公安备案的图片. 为空时不显示备案图片
+ police_icon:
+
+
+#---------------------------
+# 首页
+# Home Page
+#---------------------------
+index:
+ # 首页 Banner 头图,可以是相对路径或绝对路径,以下相同
+ # Path of Banner image, can be a relative path or an absolute path, the same on other pages
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+
+ # 头图高度,屏幕百分比
+ # Height ratio of banner image
+ # Available: 0 - 100
+ banner_img_height: 100
+
+ # 头图黑色蒙版的不透明度,available: 0 - 1.0, 1 是完全不透明
+ # Opacity of the banner mask, 1.0 is completely opaque
+ # Available: 0 - 1.0
+ banner_mask_alpha: 0.3
+
+ # 首页副标题的独立设置
+ # Independent config of home page subtitle
+ slogan:
+ enable: true
+
+ # 为空则按 hexo config.subtitle 显示
+ # If empty, text based on `subtitle` in hexo config
+ text: ""
+
+ # 通过 API 接口作为首页副标题的内容,必须返回的是 JSON 格式,如果请求失败则按 text 字段显示,该功能必须先开启 typing 打字机功能
+ # Subtitle of the homepage through the API, must be returned a JSON. If the request fails, it will be displayed in `text` value. This feature must first enable the typing animation
+ api:
+ enable: false
+
+ # 请求地址
+ # Request url
+ url: ""
+
+ # 请求方法
+ # Request method
+ # Available: GET | POST | PUT
+ method: "GET"
+
+ # 请求头
+ # Request headers
+ headers: {}
+
+ # 从请求结果获取字符串的取值字段,最终必须是一个字符串,例如返回结果为 {"data": {"author": "fluid", "content": "An elegant theme"}}, 则取值字段为 ['data', 'content'];如果返回是列表则自动选择第一项
+ # The value field of the string obtained from the response. For example, the response content is {"data": {"author": "fluid", "content": "An elegant theme"}}, the expected `keys: ['data','content']`; if the return is a list, the first item is automatically selected
+ keys: []
+
+ # 自动截取文章摘要
+ # Auto extract post
+ auto_excerpt:
+ enable: true
+
+ # 打开文章的标签方式
+ # The browser tag to open the post
+ # Available: _blank | _self
+ post_url_target: _self
+
+ # 是否显示文章信息(时间、分类、标签)
+ # Meta information of post
+ post_meta:
+ date: true
+ category: true
+ tag: true
+
+ # 文章通过 sticky 排序后,在首页文章标题前显示图标
+ # If the posts are sorted by `sticky`, an icon is displayed in front of the post title
+ post_sticky:
+ enable: true
+ icon: "iconfont icon-top"
+
+
+#---------------------------
+# 文章页
+# Post Page
+#---------------------------
+post:
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 70
+ banner_mask_alpha: 0.3
+
+ # 文章在首页的默认封面图,当没有指定 index_img 时会使用该图片,若两者都为空则不显示任何图片
+ # Path of the default post cover when `index_img` is not set. If both are empty, no image will be displayed
+ default_index_img:
+
+ # 文章标题下方的元信息
+ # Meta information below title
+ meta:
+ # 作者,优先根据 front-matter 里 author 字段,其次是 hexo 配置中 author 值
+ # Author, based on `author` field in front-matter, if not set, based on `author` value in hexo config
+ author:
+ enable: false
+
+ # 文章日期,优先根据 front-matter 里 date 字段,其次是 md 文件日期
+ # Post date, based on `date` field in front-matter, if not set, based on create date of .md file
+ date:
+ enable: true
+ # 格式参照 ISO-8601 日期格式化
+ # ISO-8601 date format
+ # See: http://momentjs.cn/docs/#/parsing/string-format/
+ format: "LL a"
+
+ # 字数统计
+ # Word count
+ wordcount:
+ enable: true
+
+ # 估计阅读全文需要的时长
+ # Estimated reading time
+ min2read:
+ enable: true
+ # 每个字词的长度,建议:中文≈2,英文≈5,中英混合可自行调节
+ # Average word length (chars count in word), ZH ≈ 2, EN ≈ 5
+ awl: 2
+ # 每分钟阅读字数,如果大部分是技术文章可适度调低
+ # Words per minute
+ wpm: 60
+
+ # 浏览量计数
+ # Number of visits
+ views:
+ enable: false
+ # 统计数据来源
+ # Data Source
+ # Options: busuanzi | leancloud
+ source: "busuanzi"
+
+ # 在文章开头显示文章更新时间,该时间默认是 md 文件更新时间,可通过 front-matter 中 `updated` 手动指定(和 date 一样格式)
+ # Update date is displayed at the beginning of the post. The default date is the update date of the md file, which can be manually specified by `updated` in front-matter (same format as date)
+ updated:
+ enable: false
+
+ # 格式参照 ISO-8601 日期格式化
+ # ISO-8601 date format
+ # See: http://momentjs.cn/docs/#/parsing/string-format/
+ date_format: "LL a"
+
+ # 是否使用相对时间表示,比如:"3 天前"
+ # If true, it will be a relative time, such as: "3 days ago"
+ relative: false
+
+ # 提示标签类型
+ # Note class
+ # Options: default | primary | info | success | warning | danger | light
+ note_class: info
+
+ # 侧边栏展示当前分类下的文章
+ # Sidebar of category
+ category_bar:
+ enable: true
+
+ # 开启后,只有在文章 Front-matter 里指定 `category_bar: true` 才会展示分类,也可以通过 `category_bar: ["分类A"]` 来指定分类
+ # If true, only set `category_bar: true` in Front-matter will enable sidebar of category, also set `category_bar: ["CategoryA"]` to specify categories
+ specific: true
+
+ # 置于板块的左侧或右侧
+ # place in the board
+ # Options: left | right
+ placement: left
+
+ # 文章的排序字段,前面带减号是倒序,不带减号是正序
+ # Sort field for posts, with a minus sign is reverse order
+ # Options: date | title | or other field of front-matter
+ post_order_by: "title"
+
+ # 单个分类中折叠展示文章数的最大值,超过限制会显示 More,0 则不限制
+ # The maximum number of posts in a single category. If the limit is exceeded, it will be displayed More. If 0 no limit
+ post_limit: 0
+
+ # 侧边栏展示文章目录
+ # Table of contents (TOC) in the sidebar
+ toc:
+ enable: true
+
+ # 置于板块的左侧或右侧
+ # place in the board
+ # Options: left | right
+ placement: right
+
+ # 目录会选择这些节点作为标题
+ # TOC will select these nodes as headings
+ headingSelector: "h1,h2,h3,h4,h5,h6"
+
+ # 层级的折叠深度,0 是全部折叠,大于 0 后如果存在下级标题则默认展开
+ # Collapse depth. If 0, all headings collapsed. If greater than 0, it will be expanded by default if there are sub headings
+ collapseDepth: 0
+
+ # 版权声明,会显示在每篇文章的结尾
+ # Copyright, will be displayed at the end of each post
+ copyright:
+ enable: true
+
+ # CreativeCommons license
+ # Options: BY | BY-SA | BY-ND | BY-NC | BY-NC-SA | BY-NC-ND
+ license: 'BY-NC-SA'
+
+ # 显示作者
+ author:
+ enable: true
+
+ # 显示发布日期
+ # Show post date
+ post_date:
+ enable: true
+ format: "LL"
+
+ # 显示更新日期
+ # Show update date
+ update_date:
+ enable: false
+ format: "LL"
+
+ # 文章底部上一篇下一篇功能
+ # Link to previous/next post
+ prev_next:
+ enable: true
+
+ # 文章图片标题
+ # Image caption
+ image_caption:
+ enable: true
+
+ # 文章图片可点击放大
+ # Zoom feature of images
+ image_zoom:
+ enable: true
+ # 放大后图片链接替换规则,可用于将压缩图片链接替换为原图片链接,如 ['-slim', ''] 是将链接中 `-slim` 移除;如果想使用正则请使用 `re:` 前缀,如 ['re:\\d{3,4}\\/\\d{3,4}\\/', '']
+ # The image url replacement when zooming, the feature can be used to replace the compressed image to the original image, eg: ['-slim', ''] removes `-slim` from the image url when zooming; if you want to use regular, use prefix `re:`, eg: ['re:\\d{3,4}\\/\\d{3,4}\\/','']
+ img_url_replace: ['', '']
+
+ # 脚注语法,会在文章底部生成脚注,如果 Markdown 渲染器本身支持,则建议关闭,否则可能会冲突
+ # Support footnote syntax, footnotes will be generated at the bottom of the post page. If the Markdown renderer itself supports it, please disable it, otherwise it may conflict
+ footnote:
+ enable: true
+ # 脚注的节标题,也可以在 front-matter 中通过 `footnote:
Reference
` 这种形式修改单独页面的 header
+ # The section title of the footnote, you can also modify the header of a single page in the form of `footnote:
Reference
` in front-matter
+ header: ''
+
+ # 数学公式,开启之前需要更换 Markdown 渲染器,否则复杂公式会有兼容问题,具体请见:https://hexo.fluid-dev.com/docs/guide/##latex-数学公式
+ # Mathematical formula. If enable, you need to change the Markdown renderer, see: https://hexo.fluid-dev.com/docs/en/guide/#math
+ math:
+ # 开启后文章默认可用,自定义页面如需使用,需在 Front-matter 中指定 `math: true`
+ # If you want to use math on the custom page, you need to set `math: true` in Front-matter
+ enable: false
+
+ # 开启后,只有在文章 Front-matter 里指定 `math: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
+ # If true, only set `math: true` in Front-matter will enable math, to load faster when the page does not contain math
+ specific: false
+
+ # Options: mathjax | katex
+ engine: mathjax
+
+ # 流程图,基于 mermaid-js,具体请见:https://hexo.fluid-dev.com/docs/guide/#mermaid-流程图
+ # Flow chart, based on mermaid-js, see: https://hexo.fluid-dev.com/docs/en/guide/#mermaid
+ mermaid:
+ # 开启后文章默认可用,自定义页面如需使用,需在 Front-matter 中指定 `mermaid: true`
+ # If you want to use mermaid on the custom page, you need to set `mermaid: true` in Front-matter
+ enable: false
+
+ # 开启后,只有在文章 Front-matter 里指定 `mermaid: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
+ # If true, only set `mermaid: true` in Front-matter will enable mermaid, to load faster when the page does not contain mermaid
+ specific: false
+
+ # See: http://mermaid-js.github.io/mermaid/
+ options: { theme: 'default' }
+
+ # 评论插件
+ # Comment plugin
+ comments:
+ enable: false
+ # 指定的插件,需要同时设置对应插件的必要参数
+ # The specified plugin needs to set the necessary parameters at the same time
+ # Options: utterances | disqus | gitalk | valine | waline | changyan | livere | remark42 | twikoo | cusdis | giscus | discuss
+ type: disqus
+
+
+#---------------------------
+# 评论插件
+# Comment plugins
+#
+# 开启评论需要先设置上方 `post: comments: enable: true`,然后根据 `type` 设置下方对应的评论插件参数
+# Enable comments need to be set `post: comments: enable: true`, then set the corresponding comment plugin parameters below according to `type`
+#---------------------------
+
+# Utterances
+# 基于 GitHub Issues
+# Based on GitHub Issues
+# See: https://utteranc.es
+utterances:
+ repo:
+ issue_term: pathname
+ label: utterances
+ theme: github-light
+ theme_dark: github-dark
+
+# Disqus
+# 基于第三方的服务,国内用户直接使用容易被墙,建议配合 Disqusjs
+# Based on third-party service
+# See: https://disqus.com
+disqus:
+ shortname:
+ # 以下为 Disqusjs 支持, 国内用户如果想使用 Disqus 建议配合使用
+ # The following are Disqusjs configurations, please ignore if DisqusJS is not required
+ # See: https://github.com/SukkaW/DisqusJS
+ disqusjs: false
+ apikey:
+
+# Gitalk
+# 基于 GitHub Issues
+# Based on GitHub Issues
+# See: https://github.com/gitalk/gitalk#options
+gitalk:
+ clientID:
+ clientSecret:
+ repo:
+ owner:
+ admin: ['name']
+ language: zh-CN
+ labels: ['Gitalk']
+ perPage: 10
+ pagerDirection: last
+ distractionFreeMode: false
+ createIssueManually: true
+ # 默认 proxy 可能会失效,解决方法请见下方链接
+ # The default proxy may be invalid, refer to the links for solutions
+ # https://github.com/gitalk/gitalk/issues/429
+ # https://github.com/Zibri/cloudflare-cors-anywhere
+ proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token
+
+# Valine
+# 基于 LeanCloud
+# Based on LeanCloud
+# See: https://valine.js.org/
+valine:
+ appId:
+ appKey:
+ path: window.location.pathname
+ placeholder:
+ avatar: 'retro'
+ meta: ['nick', 'mail', 'link']
+ requiredFields: []
+ pageSize: 10
+ lang: 'zh-CN'
+ highlight: false
+ recordIP: false
+ serverURLs: ''
+ emojiCDN:
+ emojiMaps:
+ enableQQ: false
+
+# Waline
+# 从 Valine 衍生而来,额外增加了服务端和多种功能
+# Derived from Valine, with self-hosted service and new features
+# See: https://waline.js.org/
+waline:
+ serverURL: ''
+ path: window.location.pathname
+ meta: ['nick', 'mail', 'link']
+ requiredMeta: ['nick']
+ lang: 'zh-CN'
+ emoji: ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
+ dark: 'html[data-user-color-scheme="dark"]'
+ wordLimit: 0
+ pageSize: 10
+
+# 畅言 Changyan
+# 基于第三方的服务
+# Based on third-party service, insufficient support for regions outside China
+# http://changyan.kuaizhan.com
+changyan:
+ appid: ''
+ appkey: ''
+
+# 来必力 Livere
+# 基于第三方的服务
+# Based on third-party service
+# See: https://www.livere.com
+livere:
+ uid: ''
+
+# Remark42
+# 需要自托管服务端
+# Based on self-hosted service
+# See: https://remark42.com
+remark42:
+ host:
+ site_id:
+ max_shown_comments: 10
+ locale: zh
+ components: ['embed']
+
+# Twikoo
+# 支持腾讯云、Vercel、Railway 等多种平台部署
+# Based on Tencent CloudBase
+# See: https://twikoo.js.org
+twikoo:
+ envId:
+ region: ap-shanghai
+ path: window.location.pathname
+
+# Cusdis
+# 基于第三方服务或自托管服务
+# Based on third-party or self-hosted service
+# See https://cusdis.com
+cusdis:
+ host:
+ app_id:
+ lang: zh-cn
+
+# Giscus
+# 基于 GitHub Discussions,类似于 Utterances
+# Based on GitHub Discussions, similar to Utterances
+# See: https://giscus.app/
+giscus:
+ repo:
+ repo-id:
+ category:
+ category-id:
+ theme-light: light
+ theme-dark: dark
+ mapping: pathname
+ reactions-enabled: 1
+ emit-metadata: 0
+ input-position: top
+ lang: zh-CN
+
+# Discuss
+# 多平台、多数据库、自托管、免费开源评论系统
+# Self-hosted, small size, multi-platform, multi-database, free and open source commenting system
+# See: https://discuss.js.org
+discuss:
+ serverURLs:
+ path: window.location.pathname
+
+
+#---------------------------
+# 归档页
+# Archive Page
+#---------------------------
+archive:
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+
+
+#---------------------------
+# 分类页
+# Category Page
+#---------------------------
+category:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+
+ # 分类的排序字段,前面带减号是倒序,不带减号是正序
+ # Sort field for categories, with a minus sign is reverse order
+ # Options: length | name
+ order_by: "-length"
+
+ # 层级的折叠深度,0 是全部折叠,大于 0 后如果存在子分类则默认展开
+ # Collapse depth. If 0, all posts collapsed. If greater than 0, it will be expanded by default if there are subcategories
+ collapse_depth: 0
+
+ # 文章的排序字段,前面带减号是倒序,不带减号是正序
+ # Sort field for posts, with a minus sign is reverse order
+ # Options: date | title | or other field of front-matter
+ post_order_by: "-date"
+
+ # 单个分类中折叠展示文章数的最大值,超过限制会显示 More,0 则不限制
+ # The maximum number of posts in a single category. If the limit is exceeded, it will be displayed More. If 0 no limit
+ post_limit: 10
+
+
+#---------------------------
+# 标签页
+# Tag Page
+#---------------------------
+tag:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 80
+ banner_mask_alpha: 0.3
+ tagcloud:
+ min_font: 15
+ max_font: 30
+ unit: px
+ start_color: "#BBBBEE"
+ end_color: "#337ab7"
+
+
+#---------------------------
+# 关于页
+# About Page
+#---------------------------
+about:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+ avatar: https://q1.qlogo.cn/g?b=qq&nk=2181331836&s=640&t=
+ name: "mei"
+ intro: "光锥之内,就是命运"
+ # 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
+ # More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
+ icons:
+ - { class: "iconfont icon-github-fill", link: "https://github.com/ssdomei232", tip: "GitHub" }
+ - { class: "iconfont icon-bilibili-line", link: "https://space.bilibili.com/521933071", tip: "bilibili" }
+ - { class: "iconfont icon-netease-cloud-music-line", link: "https://music.163.com/#/user/home?id=8118136968", tip: "cloudmusic" }
+ - { class: "iconfont icon-email", link: "mailto:i@mmeiblog.cn", tip: "e-mail" }
+ - { class: "iconfont icon-QQ", link: "https://qm.qq.com/q/5Vk6Y4kipG", tip: "qq" }
+ - { class: "iconfont icon-DJI", link: "https://www.skypixel.com/users/djiuser-o6adwwaopzlp", tip: "天空之城" }
+
+
+
+#---------------------------
+# 自定义页
+# Custom Page
+#
+# 通过 hexo new page 命令创建的页面
+# Custom Page through `hexo new page`
+#---------------------------
+page:
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+
+
+#---------------------------
+# 404页
+# 404 Page
+#---------------------------
+page404:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 85
+ banner_mask_alpha: 0.3
+ # 重定向到首页的延迟(毫秒)
+ # Delay in redirecting to home page (milliseconds)
+ redirect_delay: 5000
+
+
+#---------------------------
+# 友链页
+# Links Page
+#---------------------------
+links:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/pc?time=true
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+ # 友链的成员项
+ # Member item of page
+ items:
+ - {
+ title: "Linuxcat",
+ intro: "Linux中国社区归档站",
+ link: "https://linuxcat.top/",
+ avatar: "https://linuxcat.top/favicon.ico"
+ }
+ - {
+ title: "凌梦望初晓",
+ intro: "用你的笑容去改变这个世界,别让这个世界改变了你的笑容。",
+ link: "https://blog.lmxiao.top/",
+ avatar: "https://blog.lmxiao.top/avatars/avatars.jpg"
+ }
+ - {
+ title: "星零岁の博客",
+ intro: "繁星零零,岁岁长明",
+ link: "https://blog.0xwl.com/",
+ avatar: "https://q1.qlogo.cn/g?b=qq&nk=2403362260&s=640&t="
+ }
+ - {
+ title: "风屿岛",
+ intro: "不知名海域的知名岛屿",
+ link: "https://www.biliwind.com",
+ avatar: "https://www.biliwind.com/favicon.ico"
+ }
+ - {
+ title: "中二病晚期の物語",
+ intro: "一只狐狸敲出的一个奇迹",
+ link: "https://imfurry.com",
+ avatar: "https://cdn-imfurry.imfurry.com/avatar/zebwqFurryAvatar.png"
+ }
+ - {
+ title: "卿辞",
+ intro: "落叶他乡树,寒灯独夜人",
+ link: "http://myself.loveqingci.top/",
+ avatar: "https://myself.loveqingci.top/assets/img/logo.jpg"
+ }
+ - {
+ title: "TaylorAndTony",
+ intro: "Tech otakus save the world!",
+ link: "https://TaylorAndTony.github.io",
+ avatar: "https://kkgithub.com/favicon.ico"
+ }
+ - {
+ title: "Zeruns's Blog",
+ intro: "爱折腾软件和硬件的技术宅",
+ link: "https://blog.zeruns.tech",
+ avatar: "https://blog.zeruns.tech/tx.jpg "
+ }
+ - {
+ title: "DP次元美化",
+ intro: "二次元美化技术交流社区",
+ link: "https://mh.dp712.com",
+ avatar: "https://mh.dp712.com/yqljlogo/dp.webp"
+ }
+
+ # 当成员头像加载失败时,替换为指定图片
+ # When the member avatar fails to load, replace the specified image
+ onerror_avatar: /favicon.ico
+
+ # 友链下方自定义区域,支持 HTML,可插入例如申请友链的文字
+ # Custom content at the bottom of the links
+ custom:
+ enable: true
+ content: '
'),t&&i("#nobaidu_dlg").bPopup()})}).fail(function(){})},"undefined"==typeof jQuery?function(i,t){var a=document.createElement("script");a.src=i;var d=document.getElementsByTagName("head")[0],e=!1;a.onload=a.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,t(),a.onload=a.onreadystatechange=null,d.removeChild(a))},d.appendChild(a)}("https://cdn.bootcdn.net/ajax/libs/jquery/1.12.4/jquery.min.js",function(){"undefined"!=typeof jQuery&&i()}):i())}();
\ No newline at end of file
diff --git a/source/anti-baidu/nobaidu.jpg b/source/anti-baidu/nobaidu.jpg
new file mode 100644
index 0000000..e6d2edf
Binary files /dev/null and b/source/anti-baidu/nobaidu.jpg differ
diff --git a/source/favicon.ico b/source/favicon.ico
new file mode 100644
index 0000000..d2a624f
Binary files /dev/null and b/source/favicon.ico differ
diff --git a/source/img/163vip.jpg b/source/img/163vip.jpg
new file mode 100644
index 0000000..6db89a0
Binary files /dev/null and b/source/img/163vip.jpg differ
diff --git a/source/img/2023/10/16/cloudmusic/163vip.jpg b/source/img/2023/10/16/cloudmusic/163vip.jpg
new file mode 100644
index 0000000..6db89a0
Binary files /dev/null and b/source/img/2023/10/16/cloudmusic/163vip.jpg differ
diff --git a/source/img/2023/10/17/bt/1.png b/source/img/2023/10/17/bt/1.png
new file mode 100644
index 0000000..0845525
Binary files /dev/null and b/source/img/2023/10/17/bt/1.png differ
diff --git a/source/img/2023/10/17/bt/2.png b/source/img/2023/10/17/bt/2.png
new file mode 100644
index 0000000..3c9267d
Binary files /dev/null and b/source/img/2023/10/17/bt/2.png differ
diff --git a/source/img/2023/10/17/bt/3.png b/source/img/2023/10/17/bt/3.png
new file mode 100644
index 0000000..b4b8efb
Binary files /dev/null and b/source/img/2023/10/17/bt/3.png differ
diff --git a/source/img/2023/10/17/bt/4.png b/source/img/2023/10/17/bt/4.png
new file mode 100644
index 0000000..e61167d
Binary files /dev/null and b/source/img/2023/10/17/bt/4.png differ
diff --git a/source/img/2023/10/17/bt/5.png b/source/img/2023/10/17/bt/5.png
new file mode 100644
index 0000000..f77524f
Binary files /dev/null and b/source/img/2023/10/17/bt/5.png differ
diff --git a/source/img/2023/10/21/index.webp b/source/img/2023/10/21/index.webp
new file mode 100644
index 0000000..6b2abc0
Binary files /dev/null and b/source/img/2023/10/21/index.webp differ
diff --git a/source/img/2023/11/26/eol01/index.webp b/source/img/2023/11/26/eol01/index.webp
new file mode 100644
index 0000000..577b7ca
Binary files /dev/null and b/source/img/2023/11/26/eol01/index.webp differ
diff --git a/source/img/2023/12/6/00015-1315254036.webp b/source/img/2023/12/6/00015-1315254036.webp
new file mode 100644
index 0000000..e433b86
Binary files /dev/null and b/source/img/2023/12/6/00015-1315254036.webp differ
diff --git a/source/img/2023/7/1/00011-1003087495.webp b/source/img/2023/7/1/00011-1003087495.webp
new file mode 100644
index 0000000..fb53dfc
Binary files /dev/null and b/source/img/2023/7/1/00011-1003087495.webp differ
diff --git a/source/img/2023/7/19/cd/1.jpg b/source/img/2023/7/19/cd/1.jpg
new file mode 100644
index 0000000..9993a45
Binary files /dev/null and b/source/img/2023/7/19/cd/1.jpg differ
diff --git a/source/img/2023/7/19/cd/2.jpg b/source/img/2023/7/19/cd/2.jpg
new file mode 100644
index 0000000..5c1c0cd
Binary files /dev/null and b/source/img/2023/7/19/cd/2.jpg differ
diff --git a/source/img/2023/7/19/cq/1.jpg b/source/img/2023/7/19/cq/1.jpg
new file mode 100644
index 0000000..a9e570e
Binary files /dev/null and b/source/img/2023/7/19/cq/1.jpg differ
diff --git a/source/img/2023/7/19/cq/2.jpg b/source/img/2023/7/19/cq/2.jpg
new file mode 100644
index 0000000..ac90c34
Binary files /dev/null and b/source/img/2023/7/19/cq/2.jpg differ
diff --git a/source/img/2023/7/19/cq/3.jpg b/source/img/2023/7/19/cq/3.jpg
new file mode 100644
index 0000000..cc9e1de
Binary files /dev/null and b/source/img/2023/7/19/cq/3.jpg differ
diff --git a/source/img/2023/7/19/dl/1.jpg b/source/img/2023/7/19/dl/1.jpg
new file mode 100644
index 0000000..4bb367c
Binary files /dev/null and b/source/img/2023/7/19/dl/1.jpg differ
diff --git a/source/img/2023/7/19/dl/2.jpg b/source/img/2023/7/19/dl/2.jpg
new file mode 100644
index 0000000..d4cb1c3
Binary files /dev/null and b/source/img/2023/7/19/dl/2.jpg differ
diff --git a/source/img/2023/7/19/dl/3.jpg b/source/img/2023/7/19/dl/3.jpg
new file mode 100644
index 0000000..e7c1713
Binary files /dev/null and b/source/img/2023/7/19/dl/3.jpg differ
diff --git a/source/img/2023/7/19/dl/4.jpg b/source/img/2023/7/19/dl/4.jpg
new file mode 100644
index 0000000..bda8fc3
Binary files /dev/null and b/source/img/2023/7/19/dl/4.jpg differ
diff --git a/source/img/2023/7/19/dl/5.jpg b/source/img/2023/7/19/dl/5.jpg
new file mode 100644
index 0000000..5a5d10b
Binary files /dev/null and b/source/img/2023/7/19/dl/5.jpg differ
diff --git a/source/img/2023/7/19/dl/6.jpg b/source/img/2023/7/19/dl/6.jpg
new file mode 100644
index 0000000..ad47fb8
Binary files /dev/null and b/source/img/2023/7/19/dl/6.jpg differ
diff --git a/source/img/2023/7/19/zy/1.jpg b/source/img/2023/7/19/zy/1.jpg
new file mode 100644
index 0000000..11411e2
Binary files /dev/null and b/source/img/2023/7/19/zy/1.jpg differ
diff --git a/source/img/2023/7/19/zy/2.jpg b/source/img/2023/7/19/zy/2.jpg
new file mode 100644
index 0000000..e62df84
Binary files /dev/null and b/source/img/2023/7/19/zy/2.jpg differ
diff --git a/source/img/2023/7/19/zy/3.jpg b/source/img/2023/7/19/zy/3.jpg
new file mode 100644
index 0000000..68f3b5d
Binary files /dev/null and b/source/img/2023/7/19/zy/3.jpg differ
diff --git a/source/img/2023/7/20/ftmc/00012-2560986177.webp b/source/img/2023/7/20/ftmc/00012-2560986177.webp
new file mode 100644
index 0000000..b1bd266
Binary files /dev/null and b/source/img/2023/7/20/ftmc/00012-2560986177.webp differ
diff --git a/source/img/2023/7/20/ftmc/1.png b/source/img/2023/7/20/ftmc/1.png
new file mode 100644
index 0000000..9d4e9e5
Binary files /dev/null and b/source/img/2023/7/20/ftmc/1.png differ
diff --git a/source/img/2023/7/20/ftmc/2.png b/source/img/2023/7/20/ftmc/2.png
new file mode 100644
index 0000000..feddb80
Binary files /dev/null and b/source/img/2023/7/20/ftmc/2.png differ
diff --git a/source/img/2023/7/20/ftmc/3.png b/source/img/2023/7/20/ftmc/3.png
new file mode 100644
index 0000000..633e822
Binary files /dev/null and b/source/img/2023/7/20/ftmc/3.png differ
diff --git a/source/img/2023/7/20/ftmc/4.png b/source/img/2023/7/20/ftmc/4.png
new file mode 100644
index 0000000..93c57f9
Binary files /dev/null and b/source/img/2023/7/20/ftmc/4.png differ
diff --git a/source/img/2023/7/22/00004-613788523.png b/source/img/2023/7/22/00004-613788523.png
new file mode 100644
index 0000000..7fa23bd
Binary files /dev/null and b/source/img/2023/7/22/00004-613788523.png differ
diff --git a/source/img/2023/7/26/dogyunhk/1.png b/source/img/2023/7/26/dogyunhk/1.png
new file mode 100644
index 0000000..133ca83
Binary files /dev/null and b/source/img/2023/7/26/dogyunhk/1.png differ
diff --git a/source/img/2023/7/26/dogyunhk/2.png b/source/img/2023/7/26/dogyunhk/2.png
new file mode 100644
index 0000000..b19f449
Binary files /dev/null and b/source/img/2023/7/26/dogyunhk/2.png differ
diff --git a/source/img/2023/7/26/dogyunhk/3.png b/source/img/2023/7/26/dogyunhk/3.png
new file mode 100644
index 0000000..bca5952
Binary files /dev/null and b/source/img/2023/7/26/dogyunhk/3.png differ
diff --git a/source/img/2023/7/26/dogyunhk/4.png b/source/img/2023/7/26/dogyunhk/4.png
new file mode 100644
index 0000000..ca36ddd
Binary files /dev/null and b/source/img/2023/7/26/dogyunhk/4.png differ
diff --git a/source/img/2023/8/11/rainsq/1.png b/source/img/2023/8/11/rainsq/1.png
new file mode 100644
index 0000000..9529f79
Binary files /dev/null and b/source/img/2023/8/11/rainsq/1.png differ
diff --git a/source/img/2023/8/11/rainsq/2.png b/source/img/2023/8/11/rainsq/2.png
new file mode 100644
index 0000000..49940f5
Binary files /dev/null and b/source/img/2023/8/11/rainsq/2.png differ
diff --git a/source/img/2023/8/11/rainsq/3.png b/source/img/2023/8/11/rainsq/3.png
new file mode 100644
index 0000000..c88415e
Binary files /dev/null and b/source/img/2023/8/11/rainsq/3.png differ
diff --git a/source/img/2023/8/11/rainsq/4.png b/source/img/2023/8/11/rainsq/4.png
new file mode 100644
index 0000000..84f2ca2
Binary files /dev/null and b/source/img/2023/8/11/rainsq/4.png differ
diff --git a/source/img/2023/8/11/rainsq/5.png b/source/img/2023/8/11/rainsq/5.png
new file mode 100644
index 0000000..42beddf
Binary files /dev/null and b/source/img/2023/8/11/rainsq/5.png differ
diff --git a/source/img/2023/8/11/serveryc/1.png b/source/img/2023/8/11/serveryc/1.png
new file mode 100644
index 0000000..6b3ebc2
Binary files /dev/null and b/source/img/2023/8/11/serveryc/1.png differ
diff --git a/source/img/2023/8/11/serveryc/2.png b/source/img/2023/8/11/serveryc/2.png
new file mode 100644
index 0000000..fe287c4
Binary files /dev/null and b/source/img/2023/8/11/serveryc/2.png differ
diff --git a/source/img/2023/8/11/serveryc/3.png b/source/img/2023/8/11/serveryc/3.png
new file mode 100644
index 0000000..11dcd86
Binary files /dev/null and b/source/img/2023/8/11/serveryc/3.png differ
diff --git a/source/img/2023/8/13/rainhk/1.png b/source/img/2023/8/13/rainhk/1.png
new file mode 100644
index 0000000..4736260
Binary files /dev/null and b/source/img/2023/8/13/rainhk/1.png differ
diff --git a/source/img/2023/8/13/rainhk/2.png b/source/img/2023/8/13/rainhk/2.png
new file mode 100644
index 0000000..a56218d
Binary files /dev/null and b/source/img/2023/8/13/rainhk/2.png differ
diff --git a/source/img/2023/8/13/rainhk/3.png b/source/img/2023/8/13/rainhk/3.png
new file mode 100644
index 0000000..833b5ce
Binary files /dev/null and b/source/img/2023/8/13/rainhk/3.png differ
diff --git a/source/img/2023/8/13/rainhk/4.png b/source/img/2023/8/13/rainhk/4.png
new file mode 100644
index 0000000..dc6af6e
Binary files /dev/null and b/source/img/2023/8/13/rainhk/4.png differ
diff --git a/source/img/2023/8/13/rainhk/5.png b/source/img/2023/8/13/rainhk/5.png
new file mode 100644
index 0000000..389b4d7
Binary files /dev/null and b/source/img/2023/8/13/rainhk/5.png differ
diff --git a/source/img/2023/8/13/rainhk/f.png b/source/img/2023/8/13/rainhk/f.png
new file mode 100644
index 0000000..1396f61
Binary files /dev/null and b/source/img/2023/8/13/rainhk/f.png differ
diff --git a/source/img/2023/8/13/rainhk/t.png b/source/img/2023/8/13/rainhk/t.png
new file mode 100644
index 0000000..4c4f7f1
Binary files /dev/null and b/source/img/2023/8/13/rainhk/t.png differ
diff --git a/source/img/2023/8/14/linalist/1.png b/source/img/2023/8/14/linalist/1.png
new file mode 100644
index 0000000..84d22bf
Binary files /dev/null and b/source/img/2023/8/14/linalist/1.png differ
diff --git a/source/img/2023/8/14/linalist/2.png b/source/img/2023/8/14/linalist/2.png
new file mode 100644
index 0000000..04f9fa2
Binary files /dev/null and b/source/img/2023/8/14/linalist/2.png differ
diff --git a/source/img/2023/8/14/linalist/3.png b/source/img/2023/8/14/linalist/3.png
new file mode 100644
index 0000000..cda91d9
Binary files /dev/null and b/source/img/2023/8/14/linalist/3.png differ
diff --git a/source/img/2023/8/14/linalist/4.png b/source/img/2023/8/14/linalist/4.png
new file mode 100644
index 0000000..7bb0167
Binary files /dev/null and b/source/img/2023/8/14/linalist/4.png differ
diff --git a/source/img/2023/8/14/linalist/5.png b/source/img/2023/8/14/linalist/5.png
new file mode 100644
index 0000000..6537569
Binary files /dev/null and b/source/img/2023/8/14/linalist/5.png differ
diff --git a/source/img/2023/8/14/linalist/6.png b/source/img/2023/8/14/linalist/6.png
new file mode 100644
index 0000000..320e149
Binary files /dev/null and b/source/img/2023/8/14/linalist/6.png differ
diff --git a/source/img/2023/8/14/linalist/7.png b/source/img/2023/8/14/linalist/7.png
new file mode 100644
index 0000000..62eb357
Binary files /dev/null and b/source/img/2023/8/14/linalist/7.png differ
diff --git a/source/img/2023/8/14/linalist/8.png b/source/img/2023/8/14/linalist/8.png
new file mode 100644
index 0000000..74554e3
Binary files /dev/null and b/source/img/2023/8/14/linalist/8.png differ
diff --git a/source/img/2023/8/14/linalist/t.png b/source/img/2023/8/14/linalist/t.png
new file mode 100644
index 0000000..ecc0c02
Binary files /dev/null and b/source/img/2023/8/14/linalist/t.png differ
diff --git a/source/img/2023/8/19/mcsm/1.png b/source/img/2023/8/19/mcsm/1.png
new file mode 100644
index 0000000..4b1b624
Binary files /dev/null and b/source/img/2023/8/19/mcsm/1.png differ
diff --git a/source/img/2023/8/19/mcsm/2.png b/source/img/2023/8/19/mcsm/2.png
new file mode 100644
index 0000000..113ba2a
Binary files /dev/null and b/source/img/2023/8/19/mcsm/2.png differ
diff --git a/source/img/2023/8/19/mcsm/3.png b/source/img/2023/8/19/mcsm/3.png
new file mode 100644
index 0000000..fd848b9
Binary files /dev/null and b/source/img/2023/8/19/mcsm/3.png differ
diff --git a/source/img/2023/8/19/mcsm/4.png b/source/img/2023/8/19/mcsm/4.png
new file mode 100644
index 0000000..14911ae
Binary files /dev/null and b/source/img/2023/8/19/mcsm/4.png differ
diff --git a/source/img/2023/8/19/mcsm/5.png b/source/img/2023/8/19/mcsm/5.png
new file mode 100644
index 0000000..2d51aa7
Binary files /dev/null and b/source/img/2023/8/19/mcsm/5.png differ
diff --git a/source/img/2023/8/19/mcsm/6.png b/source/img/2023/8/19/mcsm/6.png
new file mode 100644
index 0000000..11f5e80
Binary files /dev/null and b/source/img/2023/8/19/mcsm/6.png differ
diff --git a/source/img/2023/8/19/mcsm/7.png b/source/img/2023/8/19/mcsm/7.png
new file mode 100644
index 0000000..2a2f359
Binary files /dev/null and b/source/img/2023/8/19/mcsm/7.png differ
diff --git a/source/img/2023/8/19/mcsm/8.webp b/source/img/2023/8/19/mcsm/8.webp
new file mode 100644
index 0000000..13265a7
Binary files /dev/null and b/source/img/2023/8/19/mcsm/8.webp differ
diff --git a/source/img/2023/8/19/mcsm/9.webp b/source/img/2023/8/19/mcsm/9.webp
new file mode 100644
index 0000000..b7ae699
Binary files /dev/null and b/source/img/2023/8/19/mcsm/9.webp differ
diff --git a/source/img/2023/8/20/index.jpg b/source/img/2023/8/20/index.jpg
new file mode 100644
index 0000000..b0907a7
Binary files /dev/null and b/source/img/2023/8/20/index.jpg differ
diff --git a/source/img/2023/8/31/00001-430238757.png b/source/img/2023/8/31/00001-430238757.png
new file mode 100644
index 0000000..83edc4b
Binary files /dev/null and b/source/img/2023/8/31/00001-430238757.png differ
diff --git a/source/img/2023/9/10/maomc/index.jpg b/source/img/2023/9/10/maomc/index.jpg
new file mode 100644
index 0000000..a74d764
Binary files /dev/null and b/source/img/2023/9/10/maomc/index.jpg differ
diff --git a/source/img/2023/9/29/00013-3883135775.webp b/source/img/2023/9/29/00013-3883135775.webp
new file mode 100644
index 0000000..09bb590
Binary files /dev/null and b/source/img/2023/9/29/00013-3883135775.webp differ
diff --git a/source/img/2023/9/9/mcsminstall/index.webp b/source/img/2023/9/9/mcsminstall/index.webp
new file mode 100644
index 0000000..0fe5394
Binary files /dev/null and b/source/img/2023/9/9/mcsminstall/index.webp differ
diff --git a/source/img/2023/9/9/mcsmmore/1.webp b/source/img/2023/9/9/mcsmmore/1.webp
new file mode 100644
index 0000000..9edfffc
Binary files /dev/null and b/source/img/2023/9/9/mcsmmore/1.webp differ
diff --git a/source/img/2023/9/9/mcsmmore/index.webp b/source/img/2023/9/9/mcsmmore/index.webp
new file mode 100644
index 0000000..27ae337
Binary files /dev/null and b/source/img/2023/9/9/mcsmmore/index.webp differ
diff --git a/source/img/2024/1/1/2024.png b/source/img/2024/1/1/2024.png
new file mode 100644
index 0000000..25199ac
Binary files /dev/null and b/source/img/2024/1/1/2024.png differ
diff --git a/source/img/2024/1/25/openai.jpg b/source/img/2024/1/25/openai.jpg
new file mode 100644
index 0000000..0cacf9f
Binary files /dev/null and b/source/img/2024/1/25/openai.jpg differ
diff --git a/source/img/2024/2/10/xr.jpg b/source/img/2024/2/10/xr.jpg
new file mode 100644
index 0000000..60e910a
Binary files /dev/null and b/source/img/2024/2/10/xr.jpg differ
diff --git a/source/img/2024/2/17/chatglm3.png b/source/img/2024/2/17/chatglm3.png
new file mode 100644
index 0000000..663f894
Binary files /dev/null and b/source/img/2024/2/17/chatglm3.png differ
diff --git a/source/img/2024/2/17/torch.png b/source/img/2024/2/17/torch.png
new file mode 100644
index 0000000..896b3cb
Binary files /dev/null and b/source/img/2024/2/17/torch.png differ
diff --git a/source/img/2024/2/2/index.png b/source/img/2024/2/2/index.png
new file mode 100644
index 0000000..fbf14ee
Binary files /dev/null and b/source/img/2024/2/2/index.png differ
diff --git a/source/img/2024/3/10/index.webp b/source/img/2024/3/10/index.webp
new file mode 100644
index 0000000..10e783b
Binary files /dev/null and b/source/img/2024/3/10/index.webp differ
diff --git a/source/img/2024/3/17/nsfw.png b/source/img/2024/3/17/nsfw.png
new file mode 100644
index 0000000..8526e65
Binary files /dev/null and b/source/img/2024/3/17/nsfw.png differ
diff --git a/source/img/2024/3/18/index.webp b/source/img/2024/3/18/index.webp
new file mode 100644
index 0000000..b37957d
Binary files /dev/null and b/source/img/2024/3/18/index.webp differ
diff --git a/source/img/2024/4/linuxpkg-offline/00020-3477423043.webp b/source/img/2024/4/linuxpkg-offline/00020-3477423043.webp
new file mode 100644
index 0000000..247cd00
Binary files /dev/null and b/source/img/2024/4/linuxpkg-offline/00020-3477423043.webp differ
diff --git a/source/img/2024/4/sky-large/Daily-internet-v4.webp b/source/img/2024/4/sky-large/Daily-internet-v4.webp
new file mode 100644
index 0000000..825b365
Binary files /dev/null and b/source/img/2024/4/sky-large/Daily-internet-v4.webp differ
diff --git a/source/img/2024/4/sky-large/Daily-internet-v6.webp b/source/img/2024/4/sky-large/Daily-internet-v6.webp
new file mode 100644
index 0000000..2c9d46f
Binary files /dev/null and b/source/img/2024/4/sky-large/Daily-internet-v6.webp differ
diff --git a/source/img/2024/cdn-cname/00028-2889585770.webp b/source/img/2024/cdn-cname/00028-2889585770.webp
new file mode 100644
index 0000000..094b590
Binary files /dev/null and b/source/img/2024/cdn-cname/00028-2889585770.webp differ
diff --git a/source/img/2024/dogyun-mg/Daily-network-v4.webp b/source/img/2024/dogyun-mg/Daily-network-v4.webp
new file mode 100644
index 0000000..fe9b70b
Binary files /dev/null and b/source/img/2024/dogyun-mg/Daily-network-v4.webp differ
diff --git a/source/img/2024/dogyun-mg/Daily-network-v6.webp b/source/img/2024/dogyun-mg/Daily-network-v6.webp
new file mode 100644
index 0000000..7ea7e27
Binary files /dev/null and b/source/img/2024/dogyun-mg/Daily-network-v6.webp differ
diff --git a/source/img/2024/hexo-git/enter-seeting.png b/source/img/2024/hexo-git/enter-seeting.png
new file mode 100644
index 0000000..4242a61
Binary files /dev/null and b/source/img/2024/hexo-git/enter-seeting.png differ
diff --git a/source/img/2024/hexo-git/seeting.png b/source/img/2024/hexo-git/seeting.png
new file mode 100644
index 0000000..5300290
Binary files /dev/null and b/source/img/2024/hexo-git/seeting.png differ
diff --git a/source/img/2024/hexo-plugins/hexo.webp b/source/img/2024/hexo-plugins/hexo.webp
new file mode 100644
index 0000000..db7a9bb
Binary files /dev/null and b/source/img/2024/hexo-plugins/hexo.webp differ
diff --git a/source/img/2024/iperf3/main.png b/source/img/2024/iperf3/main.png
new file mode 100644
index 0000000..2ef9b9d
Binary files /dev/null and b/source/img/2024/iperf3/main.png differ
diff --git a/source/img/2024/linqing-day/cat.webp b/source/img/2024/linqing-day/cat.webp
new file mode 100644
index 0000000..9fb9687
Binary files /dev/null and b/source/img/2024/linqing-day/cat.webp differ
diff --git a/source/img/2024/linqing-day/hens.webp b/source/img/2024/linqing-day/hens.webp
new file mode 100644
index 0000000..c32824c
Binary files /dev/null and b/source/img/2024/linqing-day/hens.webp differ
diff --git a/source/img/2024/linqing-day/hua.webp b/source/img/2024/linqing-day/hua.webp
new file mode 100644
index 0000000..5f57c82
Binary files /dev/null and b/source/img/2024/linqing-day/hua.webp differ
diff --git a/source/img/2024/linqing-day/qingzhen.webp b/source/img/2024/linqing-day/qingzhen.webp
new file mode 100644
index 0000000..f01c2cf
Binary files /dev/null and b/source/img/2024/linqing-day/qingzhen.webp differ
diff --git a/source/img/2024/linqing-day/speedtest.webp b/source/img/2024/linqing-day/speedtest.webp
new file mode 100644
index 0000000..58a8713
Binary files /dev/null and b/source/img/2024/linqing-day/speedtest.webp differ
diff --git a/source/img/2024/linqing-day/sun.webp b/source/img/2024/linqing-day/sun.webp
new file mode 100644
index 0000000..aaa64a7
Binary files /dev/null and b/source/img/2024/linqing-day/sun.webp differ
diff --git a/source/img/2024/linuxcn-archive/finally.jpg b/source/img/2024/linuxcn-archive/finally.jpg
new file mode 100644
index 0000000..5d346f4
Binary files /dev/null and b/source/img/2024/linuxcn-archive/finally.jpg differ
diff --git a/source/img/2024/logiops/anjian.webp b/source/img/2024/logiops/anjian.webp
new file mode 100644
index 0000000..29e4fa0
Binary files /dev/null and b/source/img/2024/logiops/anjian.webp differ
diff --git a/source/img/2024/logiops/logiops.png b/source/img/2024/logiops/logiops.png
new file mode 100644
index 0000000..aaf5123
Binary files /dev/null and b/source/img/2024/logiops/logiops.png differ
diff --git a/source/img/2024/phytium-debian/debian.jpg b/source/img/2024/phytium-debian/debian.jpg
new file mode 100644
index 0000000..4e8b1da
Binary files /dev/null and b/source/img/2024/phytium-debian/debian.jpg differ
diff --git a/source/img/2024/rainyun-hk4/Daily-network.webp b/source/img/2024/rainyun-hk4/Daily-network.webp
new file mode 100644
index 0000000..c2d5a3a
Binary files /dev/null and b/source/img/2024/rainyun-hk4/Daily-network.webp differ
diff --git a/source/img/2024/safeline-waf-tengine/CF752E194B1FF5AA96EC2CFD9A59C18B.webp b/source/img/2024/safeline-waf-tengine/CF752E194B1FF5AA96EC2CFD9A59C18B.webp
new file mode 100644
index 0000000..ddaa7fc
Binary files /dev/null and b/source/img/2024/safeline-waf-tengine/CF752E194B1FF5AA96EC2CFD9A59C18B.webp differ
diff --git a/source/img/2024/sakurapanel/banner.webp b/source/img/2024/sakurapanel/banner.webp
new file mode 100644
index 0000000..810a97e
Binary files /dev/null and b/source/img/2024/sakurapanel/banner.webp differ
diff --git a/source/img/2024/sakurapanel/create_daemon.webp b/source/img/2024/sakurapanel/create_daemon.webp
new file mode 100644
index 0000000..caae0a3
Binary files /dev/null and b/source/img/2024/sakurapanel/create_daemon.webp differ
diff --git a/source/img/2024/sakurapanel/create_db.webp b/source/img/2024/sakurapanel/create_db.webp
new file mode 100644
index 0000000..31a6758
Binary files /dev/null and b/source/img/2024/sakurapanel/create_db.webp differ
diff --git a/source/img/2024/sakurapanel/create_website.webp b/source/img/2024/sakurapanel/create_website.webp
new file mode 100644
index 0000000..ca11a83
Binary files /dev/null and b/source/img/2024/sakurapanel/create_website.webp differ
diff --git a/source/img/2024/sakurapanel/dir_change.webp b/source/img/2024/sakurapanel/dir_change.webp
new file mode 100644
index 0000000..aca5eb0
Binary files /dev/null and b/source/img/2024/sakurapanel/dir_change.webp differ
diff --git a/source/img/2024/sakurapanel/download_code.webp b/source/img/2024/sakurapanel/download_code.webp
new file mode 100644
index 0000000..781ea96
Binary files /dev/null and b/source/img/2024/sakurapanel/download_code.webp differ
diff --git a/source/img/2024/sakurapanel/enter_phpmyadmin.webp b/source/img/2024/sakurapanel/enter_phpmyadmin.webp
new file mode 100644
index 0000000..a31aec1
Binary files /dev/null and b/source/img/2024/sakurapanel/enter_phpmyadmin.webp differ
diff --git a/source/img/2024/sakurapanel/enter_website_dir1.webp b/source/img/2024/sakurapanel/enter_website_dir1.webp
new file mode 100644
index 0000000..870f738
Binary files /dev/null and b/source/img/2024/sakurapanel/enter_website_dir1.webp differ
diff --git a/source/img/2024/sakurapanel/enter_website_dir2.webp b/source/img/2024/sakurapanel/enter_website_dir2.webp
new file mode 100644
index 0000000..1c868a7
Binary files /dev/null and b/source/img/2024/sakurapanel/enter_website_dir2.webp differ
diff --git a/source/img/2024/sakurapanel/import_db.webp b/source/img/2024/sakurapanel/import_db.webp
new file mode 100644
index 0000000..911f9bf
Binary files /dev/null and b/source/img/2024/sakurapanel/import_db.webp differ
diff --git a/source/img/2024/sakurapanel/install_mysql.webp b/source/img/2024/sakurapanel/install_mysql.webp
new file mode 100644
index 0000000..378dcdf
Binary files /dev/null and b/source/img/2024/sakurapanel/install_mysql.webp differ
diff --git a/source/img/2024/sakurapanel/install_openresty.webp b/source/img/2024/sakurapanel/install_openresty.webp
new file mode 100644
index 0000000..d151c87
Binary files /dev/null and b/source/img/2024/sakurapanel/install_openresty.webp differ
diff --git a/source/img/2024/sakurapanel/install_php.webp b/source/img/2024/sakurapanel/install_php.webp
new file mode 100644
index 0000000..67e7d82
Binary files /dev/null and b/source/img/2024/sakurapanel/install_php.webp differ
diff --git a/source/img/2024/sakurapanel/install_phpmyadmin.webp b/source/img/2024/sakurapanel/install_phpmyadmin.webp
new file mode 100644
index 0000000..27dc1cc
Binary files /dev/null and b/source/img/2024/sakurapanel/install_phpmyadmin.webp differ
diff --git a/source/img/2024/sakurapanel/login_db.webp b/source/img/2024/sakurapanel/login_db.webp
new file mode 100644
index 0000000..14568ca
Binary files /dev/null and b/source/img/2024/sakurapanel/login_db.webp differ
diff --git a/source/img/2024/sakurapanel/modify_db1.webp b/source/img/2024/sakurapanel/modify_db1.webp
new file mode 100644
index 0000000..1846548
Binary files /dev/null and b/source/img/2024/sakurapanel/modify_db1.webp differ
diff --git a/source/img/2024/sakurapanel/modify_db2.webp b/source/img/2024/sakurapanel/modify_db2.webp
new file mode 100644
index 0000000..69f83e6
Binary files /dev/null and b/source/img/2024/sakurapanel/modify_db2.webp differ
diff --git a/source/img/2024/sakurapanel/move_code.webp b/source/img/2024/sakurapanel/move_code.webp
new file mode 100644
index 0000000..92dd189
Binary files /dev/null and b/source/img/2024/sakurapanel/move_code.webp differ
diff --git a/source/img/2024/sakurapanel/unzip_code.webp b/source/img/2024/sakurapanel/unzip_code.webp
new file mode 100644
index 0000000..7df2022
Binary files /dev/null and b/source/img/2024/sakurapanel/unzip_code.webp differ
diff --git a/source/img/2024/sharon-hk/Daily-network.webp b/source/img/2024/sharon-hk/Daily-network.webp
new file mode 100644
index 0000000..24c4bcf
Binary files /dev/null and b/source/img/2024/sharon-hk/Daily-network.webp differ
diff --git a/source/img/2024/vps-test/linux.webp b/source/img/2024/vps-test/linux.webp
new file mode 100644
index 0000000..febc9d0
Binary files /dev/null and b/source/img/2024/vps-test/linux.webp differ
diff --git a/source/img/2024/wanger/main.jpeg b/source/img/2024/wanger/main.jpeg
new file mode 100644
index 0000000..ea715d4
Binary files /dev/null and b/source/img/2024/wanger/main.jpeg differ
diff --git a/source/img/2024/wireguard-cli-linux/banner.png b/source/img/2024/wireguard-cli-linux/banner.png
new file mode 100644
index 0000000..e289018
Binary files /dev/null and b/source/img/2024/wireguard-cli-linux/banner.png differ
diff --git a/source/img/2024/wireguard-cli-linux/main.png b/source/img/2024/wireguard-cli-linux/main.png
new file mode 100644
index 0000000..4445405
Binary files /dev/null and b/source/img/2024/wireguard-cli-linux/main.png differ
diff --git a/source/img/2024/xian-play/baoji-speedtest.webp b/source/img/2024/xian-play/baoji-speedtest.webp
new file mode 100644
index 0000000..e59e567
Binary files /dev/null and b/source/img/2024/xian-play/baoji-speedtest.webp differ
diff --git a/source/img/2024/xian-play/beijiang-f.webp b/source/img/2024/xian-play/beijiang-f.webp
new file mode 100644
index 0000000..709c3aa
Binary files /dev/null and b/source/img/2024/xian-play/beijiang-f.webp differ
diff --git a/source/img/2024/xian-play/beijiang.webp b/source/img/2024/xian-play/beijiang.webp
new file mode 100644
index 0000000..d88c90b
Binary files /dev/null and b/source/img/2024/xian-play/beijiang.webp differ
diff --git a/source/img/2024/xian-play/bingmayong.webp b/source/img/2024/xian-play/bingmayong.webp
new file mode 100644
index 0000000..c85bd0a
Binary files /dev/null and b/source/img/2024/xian-play/bingmayong.webp differ
diff --git a/source/img/2024/xian-play/chencanglaojie-shudian.webp b/source/img/2024/xian-play/chencanglaojie-shudian.webp
new file mode 100644
index 0000000..be641ed
Binary files /dev/null and b/source/img/2024/xian-play/chencanglaojie-shudian.webp differ
diff --git a/source/img/2024/xian-play/chencanglaojie.webp b/source/img/2024/xian-play/chencanglaojie.webp
new file mode 100644
index 0000000..dab91d5
Binary files /dev/null and b/source/img/2024/xian-play/chencanglaojie.webp differ
diff --git a/source/img/2024/xian-play/fenghuangshan.webp b/source/img/2024/xian-play/fenghuangshan.webp
new file mode 100644
index 0000000..65d540e
Binary files /dev/null and b/source/img/2024/xian-play/fenghuangshan.webp differ
diff --git a/source/img/2024/xian-play/fengminghu.webp b/source/img/2024/xian-play/fengminghu.webp
new file mode 100644
index 0000000..6e118f8
Binary files /dev/null and b/source/img/2024/xian-play/fengminghu.webp differ
diff --git a/source/img/2024/xian-play/hukou-1.webp b/source/img/2024/xian-play/hukou-1.webp
new file mode 100644
index 0000000..ad02bc4
Binary files /dev/null and b/source/img/2024/xian-play/hukou-1.webp differ
diff --git a/source/img/2024/xian-play/hukou-2.webp b/source/img/2024/xian-play/hukou-2.webp
new file mode 100644
index 0000000..ade17c8
Binary files /dev/null and b/source/img/2024/xian-play/hukou-2.webp differ
diff --git a/source/img/2024/xian-play/hukou-3.webp b/source/img/2024/xian-play/hukou-3.webp
new file mode 100644
index 0000000..6ffaf30
Binary files /dev/null and b/source/img/2024/xian-play/hukou-3.webp differ
diff --git a/source/img/2024/xian-play/hukou-4.webp b/source/img/2024/xian-play/hukou-4.webp
new file mode 100644
index 0000000..033011f
Binary files /dev/null and b/source/img/2024/xian-play/hukou-4.webp differ
diff --git a/source/img/2024/xian-play/hukou-caihong.webp b/source/img/2024/xian-play/hukou-caihong.webp
new file mode 100644
index 0000000..297444c
Binary files /dev/null and b/source/img/2024/xian-play/hukou-caihong.webp differ
diff --git a/source/img/2024/xian-play/hukou-phone.webp b/source/img/2024/xian-play/hukou-phone.webp
new file mode 100644
index 0000000..ec27a3a
Binary files /dev/null and b/source/img/2024/xian-play/hukou-phone.webp differ
diff --git a/source/img/2024/xian-play/maoling.webp b/source/img/2024/xian-play/maoling.webp
new file mode 100644
index 0000000..3dd16bd
Binary files /dev/null and b/source/img/2024/xian-play/maoling.webp differ
diff --git a/source/img/2024/xian-play/qianling-1.webp b/source/img/2024/xian-play/qianling-1.webp
new file mode 100644
index 0000000..a8621c5
Binary files /dev/null and b/source/img/2024/xian-play/qianling-1.webp differ
diff --git a/source/img/2024/xian-play/qianling-2.webp b/source/img/2024/xian-play/qianling-2.webp
new file mode 100644
index 0000000..b48c52e
Binary files /dev/null and b/source/img/2024/xian-play/qianling-2.webp differ
diff --git a/source/img/2024/xian-play/qianling-phone.webp b/source/img/2024/xian-play/qianling-phone.webp
new file mode 100644
index 0000000..78f5b37
Binary files /dev/null and b/source/img/2024/xian-play/qianling-phone.webp differ
diff --git a/source/img/2024/xian-play/qishan-speedtest.webp b/source/img/2024/xian-play/qishan-speedtest.webp
new file mode 100644
index 0000000..fe5e116
Binary files /dev/null and b/source/img/2024/xian-play/qishan-speedtest.webp differ
diff --git a/source/img/2024/xian-play/qishanminsucun.webp b/source/img/2024/xian-play/qishanminsucun.webp
new file mode 100644
index 0000000..c87a7e1
Binary files /dev/null and b/source/img/2024/xian-play/qishanminsucun.webp differ
diff --git a/source/img/2024/xian-play/suodao.webp b/source/img/2024/xian-play/suodao.webp
new file mode 100644
index 0000000..ef55814
Binary files /dev/null and b/source/img/2024/xian-play/suodao.webp differ
diff --git a/source/img/2024/xian-play/xian-speedtest.webp b/source/img/2024/xian-play/xian-speedtest.webp
new file mode 100644
index 0000000..f9b220a
Binary files /dev/null and b/source/img/2024/xian-play/xian-speedtest.webp differ
diff --git a/source/img/2024/xian-play/xianyang-speedtest.webp b/source/img/2024/xian-play/xianyang-speedtest.webp
new file mode 100644
index 0000000..02c5cfe
Binary files /dev/null and b/source/img/2024/xian-play/xianyang-speedtest.webp differ
diff --git a/source/img/2024/xian-play/xifulaojie.webp b/source/img/2024/xian-play/xifulaojie.webp
new file mode 100644
index 0000000..97013c1
Binary files /dev/null and b/source/img/2024/xian-play/xifulaojie.webp differ
diff --git a/source/img/2024/xian-play/yongxingfang.webp b/source/img/2024/xian-play/yongxingfang.webp
new file mode 100644
index 0000000..a47969b
Binary files /dev/null and b/source/img/2024/xian-play/yongxingfang.webp differ
diff --git a/source/img/2024/xian-play/zhouyuan.webp b/source/img/2024/xian-play/zhouyuan.webp
new file mode 100644
index 0000000..2bf28cb
Binary files /dev/null and b/source/img/2024/xian-play/zhouyuan.webp differ
diff --git a/source/img/2024/xiaogoucloud-cn2cheap/Daily-network.webp b/source/img/2024/xiaogoucloud-cn2cheap/Daily-network.webp
new file mode 100644
index 0000000..647d6f2
Binary files /dev/null and b/source/img/2024/xiaogoucloud-cn2cheap/Daily-network.webp differ
diff --git a/source/img/2024/yantai-play/3306.webp b/source/img/2024/yantai-play/3306.webp
new file mode 100644
index 0000000..0061923
Binary files /dev/null and b/source/img/2024/yantai-play/3306.webp differ
diff --git a/source/img/2024/yantai-play/Atour-img.webp b/source/img/2024/yantai-play/Atour-img.webp
new file mode 100644
index 0000000..2e459f2
Binary files /dev/null and b/source/img/2024/yantai-play/Atour-img.webp differ
diff --git a/source/img/2024/yantai-play/Atour-speedtest.webp b/source/img/2024/yantai-play/Atour-speedtest.webp
new file mode 100644
index 0000000..e6e2c0b
Binary files /dev/null and b/source/img/2024/yantai-play/Atour-speedtest.webp differ
diff --git a/source/img/2024/yantai-play/aruba.webp b/source/img/2024/yantai-play/aruba.webp
new file mode 100644
index 0000000..a52c695
Binary files /dev/null and b/source/img/2024/yantai-play/aruba.webp differ
diff --git a/source/img/2024/yantai-play/binguan-evening.webp b/source/img/2024/yantai-play/binguan-evening.webp
new file mode 100644
index 0000000..6d92369
Binary files /dev/null and b/source/img/2024/yantai-play/binguan-evening.webp differ
diff --git a/source/img/2024/yantai-play/breakfast.webp b/source/img/2024/yantai-play/breakfast.webp
new file mode 100644
index 0000000..cf305be
Binary files /dev/null and b/source/img/2024/yantai-play/breakfast.webp differ
diff --git a/source/img/2024/yantai-play/bridge-1.webp b/source/img/2024/yantai-play/bridge-1.webp
new file mode 100644
index 0000000..185c794
Binary files /dev/null and b/source/img/2024/yantai-play/bridge-1.webp differ
diff --git a/source/img/2024/yantai-play/bridge-2.webp b/source/img/2024/yantai-play/bridge-2.webp
new file mode 100644
index 0000000..5a6766e
Binary files /dev/null and b/source/img/2024/yantai-play/bridge-2.webp differ
diff --git a/source/img/2024/yantai-play/chaofen.webp b/source/img/2024/yantai-play/chaofen.webp
new file mode 100644
index 0000000..f412f4a
Binary files /dev/null and b/source/img/2024/yantai-play/chaofen.webp differ
diff --git a/source/img/2024/yantai-play/first-dinner.webp b/source/img/2024/yantai-play/first-dinner.webp
new file mode 100644
index 0000000..8b65d76
Binary files /dev/null and b/source/img/2024/yantai-play/first-dinner.webp differ
diff --git a/source/img/2024/yantai-play/fuckFBX.webp b/source/img/2024/yantai-play/fuckFBX.webp
new file mode 100644
index 0000000..aa91f7e
Binary files /dev/null and b/source/img/2024/yantai-play/fuckFBX.webp differ
diff --git a/source/img/2024/yantai-play/fuckGFW-1.webp b/source/img/2024/yantai-play/fuckGFW-1.webp
new file mode 100644
index 0000000..938f125
Binary files /dev/null and b/source/img/2024/yantai-play/fuckGFW-1.webp differ
diff --git a/source/img/2024/yantai-play/fuckGFW.webp b/source/img/2024/yantai-play/fuckGFW.webp
new file mode 100644
index 0000000..2c1aa75
Binary files /dev/null and b/source/img/2024/yantai-play/fuckGFW.webp differ
diff --git a/source/img/2024/yantai-play/guangdang.webp b/source/img/2024/yantai-play/guangdang.webp
new file mode 100644
index 0000000..8f4455d
Binary files /dev/null and b/source/img/2024/yantai-play/guangdang.webp differ
diff --git a/source/img/2024/yantai-play/huangguan-holiday.webp b/source/img/2024/yantai-play/huangguan-holiday.webp
new file mode 100644
index 0000000..20224f6
Binary files /dev/null and b/source/img/2024/yantai-play/huangguan-holiday.webp differ
diff --git a/source/img/2024/yantai-play/sea-room.webp b/source/img/2024/yantai-play/sea-room.webp
new file mode 100644
index 0000000..eb44e85
Binary files /dev/null and b/source/img/2024/yantai-play/sea-room.webp differ
diff --git a/source/img/2024/yantai-play/sea.webp b/source/img/2024/yantai-play/sea.webp
new file mode 100644
index 0000000..8d5f456
Binary files /dev/null and b/source/img/2024/yantai-play/sea.webp differ
diff --git a/source/img/2024/yantai-play/speedboat.webp b/source/img/2024/yantai-play/speedboat.webp
new file mode 100644
index 0000000..a3b190d
Binary files /dev/null and b/source/img/2024/yantai-play/speedboat.webp differ
diff --git a/source/img/2024/yantai-play/speedtest.webp b/source/img/2024/yantai-play/speedtest.webp
new file mode 100644
index 0000000..391de35
Binary files /dev/null and b/source/img/2024/yantai-play/speedtest.webp differ
diff --git a/source/img/2024/yantai-play/to-fandian.webp b/source/img/2024/yantai-play/to-fandian.webp
new file mode 100644
index 0000000..eaa6908
Binary files /dev/null and b/source/img/2024/yantai-play/to-fandian.webp differ
diff --git a/source/img/2024/yantai-play/yanda.webp b/source/img/2024/yantai-play/yanda.webp
new file mode 100644
index 0000000..2722ac4
Binary files /dev/null and b/source/img/2024/yantai-play/yanda.webp differ
diff --git a/source/img/2024/yantai-play/yangmadao-1.webp b/source/img/2024/yantai-play/yangmadao-1.webp
new file mode 100644
index 0000000..10adc74
Binary files /dev/null and b/source/img/2024/yantai-play/yangmadao-1.webp differ
diff --git a/source/img/2024/yantai-play/yangmadao-2.webp b/source/img/2024/yantai-play/yangmadao-2.webp
new file mode 100644
index 0000000..3cd2a69
Binary files /dev/null and b/source/img/2024/yantai-play/yangmadao-2.webp differ
diff --git a/source/img/2024/yantai-play/yangmadao-3.webp b/source/img/2024/yantai-play/yangmadao-3.webp
new file mode 100644
index 0000000..4b6b895
Binary files /dev/null and b/source/img/2024/yantai-play/yangmadao-3.webp differ
diff --git a/source/img/2024/yantai-play/yiguochaofan.webp b/source/img/2024/yantai-play/yiguochaofan.webp
new file mode 100644
index 0000000..97400f1
Binary files /dev/null and b/source/img/2024/yantai-play/yiguochaofan.webp differ
diff --git a/source/img/weekly/2024/01/00035-262224135.webp b/source/img/weekly/2024/01/00035-262224135.webp
new file mode 100644
index 0000000..bc35d52
Binary files /dev/null and b/source/img/weekly/2024/01/00035-262224135.webp differ
diff --git a/source/img/weekly/2024/02/00043-1535867711.webp b/source/img/weekly/2024/02/00043-1535867711.webp
new file mode 100644
index 0000000..14c7883
Binary files /dev/null and b/source/img/weekly/2024/02/00043-1535867711.webp differ
diff --git a/source/img/weekly/2024/02/hammer-xz.webp b/source/img/weekly/2024/02/hammer-xz.webp
new file mode 100644
index 0000000..5077e5f
Binary files /dev/null and b/source/img/weekly/2024/02/hammer-xz.webp differ
diff --git a/source/img/weekly/2024/02/huggingface-Officer.png b/source/img/weekly/2024/02/huggingface-Officer.png
new file mode 100644
index 0000000..1ce599a
Binary files /dev/null and b/source/img/weekly/2024/02/huggingface-Officer.png differ
diff --git a/source/img/weekly/2024/02/huggingface-cli.png b/source/img/weekly/2024/02/huggingface-cli.png
new file mode 100644
index 0000000..f0410bc
Binary files /dev/null and b/source/img/weekly/2024/02/huggingface-cli.png differ
diff --git a/source/img/weekly/2024/03/00047-3096155998.webp b/source/img/weekly/2024/03/00047-3096155998.webp
new file mode 100644
index 0000000..f1c8ad6
Binary files /dev/null and b/source/img/weekly/2024/03/00047-3096155998.webp differ
diff --git a/source/img/weekly/2024/04/00056-63285574.webp b/source/img/weekly/2024/04/00056-63285574.webp
new file mode 100644
index 0000000..0227206
Binary files /dev/null and b/source/img/weekly/2024/04/00056-63285574.webp differ
diff --git a/source/img/weekly/2024/05/00062-3090033140.webp b/source/img/weekly/2024/05/00062-3090033140.webp
new file mode 100644
index 0000000..958aa8f
Binary files /dev/null and b/source/img/weekly/2024/05/00062-3090033140.webp differ
diff --git a/source/img/weekly/2024/06/00066-3115939548.webp b/source/img/weekly/2024/06/00066-3115939548.webp
new file mode 100644
index 0000000..57d3e64
Binary files /dev/null and b/source/img/weekly/2024/06/00066-3115939548.webp differ
diff --git a/source/img/weekly/2024/07/00070-4197085939.webp b/source/img/weekly/2024/07/00070-4197085939.webp
new file mode 100644
index 0000000..3f73424
Binary files /dev/null and b/source/img/weekly/2024/07/00070-4197085939.webp differ
diff --git a/source/img/weekly/2024/07/AD01221B1B2E935414B0725865BB3C9A.jpg b/source/img/weekly/2024/07/AD01221B1B2E935414B0725865BB3C9A.jpg
new file mode 100644
index 0000000..ffb5f58
Binary files /dev/null and b/source/img/weekly/2024/07/AD01221B1B2E935414B0725865BB3C9A.jpg differ
diff --git a/source/img/weekly/2024/08/00075-2268820145.webp b/source/img/weekly/2024/08/00075-2268820145.webp
new file mode 100644
index 0000000..b63a7dd
Binary files /dev/null and b/source/img/weekly/2024/08/00075-2268820145.webp differ
diff --git a/source/img/weekly/2024/08/GNytLfkXQAA8GMf.jfif b/source/img/weekly/2024/08/GNytLfkXQAA8GMf.jfif
new file mode 100644
index 0000000..e2ac58d
Binary files /dev/null and b/source/img/weekly/2024/08/GNytLfkXQAA8GMf.jfif differ
diff --git a/source/img/weekly/2024/08/GNyuFo1WAAAAkQa.jfif b/source/img/weekly/2024/08/GNyuFo1WAAAAkQa.jfif
new file mode 100644
index 0000000..430895d
Binary files /dev/null and b/source/img/weekly/2024/08/GNyuFo1WAAAAkQa.jfif differ
diff --git a/source/img/weekly/2024/08/playlist.m3u8 b/source/img/weekly/2024/08/playlist.m3u8
new file mode 100644
index 0000000..8252783
--- /dev/null
+++ b/source/img/weekly/2024/08/playlist.m3u8
@@ -0,0 +1,530 @@
+#EXTM3U
+#EXT-X-VERSION:3
+#EXT-X-TARGETDURATION:10
+#EXT-X-MEDIA-SEQUENCE:0
+#EXT-X-PLAYLIST-TYPE:VOD
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/000.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/001.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/002.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/003.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/004.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/005.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/006.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/007.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/008.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/009.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/010.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/011.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/012.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/013.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/014.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/015.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/016.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/017.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/018.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/019.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/020.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-1/files/021.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/022.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/023.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/024.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/025.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/026.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/027.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/028.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/029.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/030.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/031.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/032.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/033.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/034.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/035.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/036.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/037.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/038.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/039.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/040.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/041.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/042.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/043.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/044.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/045.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/046.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/047.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/048.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/049.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/050.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/051.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/052.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/053.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/054.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/055.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/056.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-2/files/057.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/058.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/059.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/060.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/061.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/062.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/063.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/064.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/065.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/066.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/067.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/068.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/069.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/070.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/071.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/072.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/073.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/074.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/075.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/076.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/077.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/078.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/079.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/080.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/081.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/082.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/083.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/084.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/085.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/086.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/087.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/088.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/089.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/090.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-3/files/091.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/092.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/093.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/094.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/095.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/096.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/097.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/098.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/099.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/100.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/101.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/102.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/103.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/104.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/105.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/106.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/107.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/108.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/109.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/110.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/111.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/112.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/113.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/114.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/115.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/116.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/117.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/118.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/119.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/120.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/121.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/122.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/123.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/124.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/125.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/126.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-4/files/127.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/128.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/129.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/130.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/131.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/132.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/133.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/134.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/135.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/136.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/137.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/138.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/139.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/140.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/141.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/142.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/143.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/144.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/145.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/146.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/147.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/148.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/149.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/150.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/151.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/152.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/153.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/154.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/155.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/156.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/157.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/158.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/159.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/160.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/161.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/162.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/163.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/164.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/165.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/166.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/167.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/168.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-5/files/169.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/170.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/171.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/172.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/173.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/174.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/175.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/176.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/177.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/178.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/179.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/180.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/181.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/182.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/183.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/184.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/185.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/186.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/187.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/188.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/189.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/190.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/191.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/192.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/193.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/194.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/195.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/196.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/197.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/198.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-6/files/199.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/200.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/201.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/202.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/203.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/204.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/205.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/206.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/207.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/208.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/209.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/210.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/211.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/212.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/213.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/214.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/215.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/216.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/217.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/218.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/219.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/220.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/221.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/222.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/223.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/224.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/225.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/226.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/227.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/228.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/229.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/230.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/231.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/232.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/233.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/234.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/235.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/236.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/237.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-7/files/238.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/239.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/240.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/241.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/242.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/243.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/244.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/245.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/246.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/247.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/248.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/249.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/250.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/251.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/252.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/253.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/254.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/255.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/256.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/257.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-8/files/258.bin
+#EXTINF:10.427078,
+https://registry.npmmirror.com/lyq2/1.1.7-9/files/259.bin
+#EXTINF:10.427089,
+https://registry.npmmirror.com/lyq2/1.1.7-9/files/260.bin
+#EXTINF:5.589289,
+https://registry.npmmirror.com/lyq2/1.1.7-9/files/261.bin
+#EXT-X-ENDLIST
diff --git a/source/img/weekly/2024/09/00082-3123470115.webp b/source/img/weekly/2024/09/00082-3123470115.webp
new file mode 100644
index 0000000..d518328
Binary files /dev/null and b/source/img/weekly/2024/09/00082-3123470115.webp differ
diff --git a/source/img/weekly/2024/10/00089-2613878958.webp b/source/img/weekly/2024/10/00089-2613878958.webp
new file mode 100644
index 0000000..f82c378
Binary files /dev/null and b/source/img/weekly/2024/10/00089-2613878958.webp differ
diff --git a/source/img/weekly/2024/11/00090-1019684102.webp b/source/img/weekly/2024/11/00090-1019684102.webp
new file mode 100644
index 0000000..6b8ae4a
Binary files /dev/null and b/source/img/weekly/2024/11/00090-1019684102.webp differ
diff --git a/source/img/weekly/2024/12/00098-3723763895.webp b/source/img/weekly/2024/12/00098-3723763895.webp
new file mode 100644
index 0000000..75970ee
Binary files /dev/null and b/source/img/weekly/2024/12/00098-3723763895.webp differ
diff --git a/source/img/weekly/2024/13/00104-1804770038.webp b/source/img/weekly/2024/13/00104-1804770038.webp
new file mode 100644
index 0000000..cefb7d1
Binary files /dev/null and b/source/img/weekly/2024/13/00104-1804770038.webp differ
diff --git a/source/img/weekly/2024/14/00109-1618395439.webp b/source/img/weekly/2024/14/00109-1618395439.webp
new file mode 100644
index 0000000..2103ca7
Binary files /dev/null and b/source/img/weekly/2024/14/00109-1618395439.webp differ
diff --git a/source/img/weekly/2024/15/00115-590398572.webp b/source/img/weekly/2024/15/00115-590398572.webp
new file mode 100644
index 0000000..1c65699
Binary files /dev/null and b/source/img/weekly/2024/15/00115-590398572.webp differ
diff --git a/source/img/weekly/2024/16/00123-2845327900.webp b/source/img/weekly/2024/16/00123-2845327900.webp
new file mode 100644
index 0000000..b2b3325
Binary files /dev/null and b/source/img/weekly/2024/16/00123-2845327900.webp differ
diff --git a/source/img/weekly/2024/16/cu.jpg b/source/img/weekly/2024/16/cu.jpg
new file mode 100644
index 0000000..f281b48
Binary files /dev/null and b/source/img/weekly/2024/16/cu.jpg differ
diff --git a/source/img/weekly/2024/16/dy-rain.jpg b/source/img/weekly/2024/16/dy-rain.jpg
new file mode 100644
index 0000000..88ebb05
Binary files /dev/null and b/source/img/weekly/2024/16/dy-rain.jpg differ
diff --git a/source/img/weekly/2024/16/dy-rain1.png b/source/img/weekly/2024/16/dy-rain1.png
new file mode 100644
index 0000000..6abbf27
Binary files /dev/null and b/source/img/weekly/2024/16/dy-rain1.png differ
diff --git a/source/img/weekly/2024/16/ipv6.jpg b/source/img/weekly/2024/16/ipv6.jpg
new file mode 100644
index 0000000..9d65e9e
Binary files /dev/null and b/source/img/weekly/2024/16/ipv6.jpg differ
diff --git a/source/img/weekly/2024/16/steam.jpg b/source/img/weekly/2024/16/steam.jpg
new file mode 100644
index 0000000..23b687a
Binary files /dev/null and b/source/img/weekly/2024/16/steam.jpg differ
diff --git a/source/img/weekly/2024/17/00128-1728563699.webp b/source/img/weekly/2024/17/00128-1728563699.webp
new file mode 100644
index 0000000..cc5138c
Binary files /dev/null and b/source/img/weekly/2024/17/00128-1728563699.webp differ
diff --git a/source/img/weekly/2024/18/00132-2024387275.webp b/source/img/weekly/2024/18/00132-2024387275.webp
new file mode 100644
index 0000000..26befc6
Binary files /dev/null and b/source/img/weekly/2024/18/00132-2024387275.webp differ
diff --git a/source/img/weekly/2024/18/aliyun-fire.png b/source/img/weekly/2024/18/aliyun-fire.png
new file mode 100644
index 0000000..5539287
Binary files /dev/null and b/source/img/weekly/2024/18/aliyun-fire.png differ
diff --git a/source/img/weekly/2024/19/00002-3576942505.webp b/source/img/weekly/2024/19/00002-3576942505.webp
new file mode 100644
index 0000000..8058964
Binary files /dev/null and b/source/img/weekly/2024/19/00002-3576942505.webp differ
diff --git a/source/img/weekly/2024/20/00001-530982824.webp b/source/img/weekly/2024/20/00001-530982824.webp
new file mode 100644
index 0000000..5703f87
Binary files /dev/null and b/source/img/weekly/2024/20/00001-530982824.webp differ
diff --git a/source/img/weekly/2024/20/photo_2024-10-31_12-18-51.jpg b/source/img/weekly/2024/20/photo_2024-10-31_12-18-51.jpg
new file mode 100644
index 0000000..7a62cd1
Binary files /dev/null and b/source/img/weekly/2024/20/photo_2024-10-31_12-18-51.jpg differ
diff --git a/source/img/weekly/2024/20/photo_2024-10-31_12-19-25.jpg b/source/img/weekly/2024/20/photo_2024-10-31_12-19-25.jpg
new file mode 100644
index 0000000..5427f55
Binary files /dev/null and b/source/img/weekly/2024/20/photo_2024-10-31_12-19-25.jpg differ
diff --git a/source/img/weekly/2024/20/photo_2024-10-31_12-19-28.jpg b/source/img/weekly/2024/20/photo_2024-10-31_12-19-28.jpg
new file mode 100644
index 0000000..70ad79c
Binary files /dev/null and b/source/img/weekly/2024/20/photo_2024-10-31_12-19-28.jpg differ
diff --git a/source/img/weekly/2024/fool/leishe.jpg b/source/img/weekly/2024/fool/leishe.jpg
new file mode 100644
index 0000000..43b19ea
Binary files /dev/null and b/source/img/weekly/2024/fool/leishe.jpg differ
diff --git a/themes/.gitkeep b/themes/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/themes/fluid/.editorconfig b/themes/fluid/.editorconfig
new file mode 100644
index 0000000..5d12634
--- /dev/null
+++ b/themes/fluid/.editorconfig
@@ -0,0 +1,13 @@
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false
diff --git a/themes/fluid/.eslintrc b/themes/fluid/.eslintrc
new file mode 100644
index 0000000..498d83e
--- /dev/null
+++ b/themes/fluid/.eslintrc
@@ -0,0 +1,224 @@
+{
+ "extends": [
+ "eslint:recommended"
+ ],
+ "parserOptions": {
+ "ecmaVersion": 2018
+ },
+ "rules": {
+ // Override recomennded
+ "no-console": [
+ 2,
+ {
+ "allow": [
+ "warn"
+ ]
+ }
+ ],
+ "no-empty": [
+ 2,
+ {
+ "allowEmptyCatch": true
+ }
+ ],
+ "no-unused-vars": [
+ 2,
+ {
+ "args": "none"
+ }
+ ],
+ // Possible Errors
+ "no-extra-parens": [
+ 2,
+ "all",
+ {
+ "conditionalAssign": false,
+ "returnAssign": false,
+ "nestedBinaryExpressions": false,
+ "enforceForArrowConditionals": false
+ }
+ ],
+ // Best Practices
+ "array-callback-return": 2,
+ "block-scoped-var": 2,
+ "curly": [
+ 2,
+ "multi-line"
+ ],
+ "dot-location": [
+ 2,
+ "property"
+ ],
+ "dot-notation": 2,
+ "eqeqeq": [
+ 2,
+ "smart"
+ ],
+ "no-else-return": 2,
+ "no-eval": 2,
+ "no-extend-native": 2,
+ "no-extra-bind": 2,
+ "no-extra-label": 2,
+ "no-implicit-globals": 2,
+ "no-implied-eval": 2,
+ "no-lone-blocks": 2,
+ "no-loop-func": 2,
+ "no-multi-spaces": [
+ 2,
+ {
+ "exceptions": {
+ "ImportDeclaration": true,
+ "VariableDeclarator": true,
+ "FunctionDeclarator": true,
+ "AssignmentExpression": true,
+ "CallExpression": true
+ }
+ }
+ ],
+ "no-multi-str": 2,
+ "no-new": 2,
+ "no-new-func": 2,
+ "no-new-wrappers": 2,
+ "no-proto": 2,
+ "no-return-assign": 2,
+ "no-self-compare": 2,
+ "no-sequences": 2,
+ "no-throw-literal": 2,
+ "no-unused-expressions": [
+ 2,
+ {
+ "allowShortCircuit": true,
+ "allowTernary": true
+ }
+ ],
+ "no-useless-call": 2,
+ "no-useless-concat": 2,
+ "no-useless-return": 2,
+ "no-void": 2,
+ "no-with": 2,
+ "prefer-promise-reject-errors": 2,
+ "radix": 2,
+ "wrap-iife": [
+ 2,
+ "inside"
+ ],
+ "yoda": 2,
+ // Variables
+ "no-label-var": 2,
+ "no-shadow-restricted-names": 2,
+ "no-undef-init": 2,
+ // Node.js and CommonJS
+ "handle-callback-err": 2,
+ "no-path-concat": 2,
+ // Stylistic Issues
+ "array-bracket-spacing": 2,
+ "block-spacing": 2,
+ "brace-style": [
+ 2,
+ "1tbs",
+ {
+ "allowSingleLine": true
+ }
+ ],
+ "comma-dangle": 2,
+ "comma-spacing": 2,
+ "comma-style": 2,
+ "computed-property-spacing": 2,
+ "eol-last": 2,
+ "func-call-spacing": 2,
+ "indent": [
+ 2,
+ 2,
+ {
+ "SwitchCase": 1,
+ "VariableDeclarator": {
+ "var": 2,
+ "let": 2,
+ "const": 3
+ }
+ }
+ ],
+ "key-spacing": [
+ 2,
+ {
+ "align": "colon",
+ "beforeColon": false
+ }
+ ],
+ "keyword-spacing": 2,
+ "linebreak-style": ["off", "window"],
+ "lines-around-comment": 2,
+ "new-cap": [
+ 2,
+ {
+ "capIsNew": false
+ }
+ ],
+ "new-parens": 2,
+ "no-array-constructor": 2,
+ "no-mixed-operators": 2,
+ "no-multiple-empty-lines": 2,
+ "no-nested-ternary": 2,
+ "no-new-object": 2,
+ "no-trailing-spaces": 2,
+ "no-unneeded-ternary": 2,
+ "no-whitespace-before-property": 2,
+ "object-curly-spacing": [
+ 2,
+ "always"
+ ],
+ "one-var": [
+ 2,
+ {
+ "uninitialized": "always",
+ "initialized": "never"
+ }
+ ],
+ "operator-linebreak": [
+ 2,
+ "before"
+ ],
+ "quotes": [
+ 2,
+ "single"
+ ],
+ "semi": 2,
+ "semi-spacing": 2,
+ "space-before-blocks": 2,
+ "space-before-function-paren": [
+ 2,
+ "never"
+ ],
+ "space-in-parens": 2,
+ "space-infix-ops": 2,
+ "space-unary-ops": 2,
+ "template-tag-spacing": 2,
+ "unicode-bom": 2,
+ // ECMAScript 6
+ "arrow-spacing": 2,
+ "generator-star-spacing": [
+ 2,
+ "after"
+ ],
+ "no-confusing-arrow": [
+ 2,
+ {
+ "allowParens": true
+ }
+ ],
+ "no-duplicate-imports": 2,
+ "no-useless-computed-key": 2,
+ "no-useless-constructor": 2,
+ "no-useless-rename": 2,
+ "rest-spread-spacing": 2,
+ "template-curly-spacing": 2,
+ "yield-star-spacing": 2
+ },
+ "env": {
+ "browser": true,
+ "jquery": true,
+ "mocha": true,
+ "node": true,
+ "es6": true
+ }
+}
diff --git a/themes/fluid/.gitattributes b/themes/fluid/.gitattributes
new file mode 100644
index 0000000..620b56b
--- /dev/null
+++ b/themes/fluid/.gitattributes
@@ -0,0 +1 @@
+source/lib/* linguist-vendored
diff --git a/themes/fluid/.github/ISSUE_TEMPLATE/bug_report.md b/themes/fluid/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..4ecf58f
--- /dev/null
+++ b/themes/fluid/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ':bug: bug'
+assignees: ''
+---
+
+#### Make sure
+- [ ] Upgrade the latest [release](https://github.com/fluid-dev/hexo-theme-fluid/releases).
+- [ ] It can be replicated through `hexo clean && hexo s` and cleared browser cache in the localhost.
+- [ ] Not affected by other Hexo plugins
+
+#### Describe the bug
+
+
+
+#### To Reproduce
+Steps to reproduce the behavior:
+1. Go to '...', click on '....'
+2. Scroll down to '....'
+3. See error
+
+
+
+#### Screenshots
+
+
diff --git a/themes/fluid/.github/ISSUE_TEMPLATE/bug_report_zh.md b/themes/fluid/.github/ISSUE_TEMPLATE/bug_report_zh.md
new file mode 100644
index 0000000..1c27b0d
--- /dev/null
+++ b/themes/fluid/.github/ISSUE_TEMPLATE/bug_report_zh.md
@@ -0,0 +1,34 @@
+---
+name: Bug 报告
+about: 创建一份 Bug 报告帮助我们优化产品
+title: ''
+labels: ':bug: bug'
+assignees: ''
+---
+
+
+
+
+
+
+
+#### 请确认
+- [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases)
+- [ ] 本地 `hexo clean && hexo s`,并且清除浏览器缓存,仍可复现
+- [ ] 已经排除是其他 Hexo 插件影响
+
+#### Bug 描述
+
+
+
+#### 复现步骤
+该 Bug 复现步骤如下:
+1. 在 xxx 页面点击 xxx 按钮
+2. 然后向下滚动
+3. 会出现 xxx
+
+
+
+#### 截图
+
+
diff --git a/themes/fluid/.github/ISSUE_TEMPLATE/feature_request.md b/themes/fluid/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..8c92f51
--- /dev/null
+++ b/themes/fluid/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ':sparkles: enhancement'
+assignees: ''
+---
+
+#### Make sure
+- [ ] Difficult to implemented through [custom](https://hexo.fluid-dev.com/docs/en/guide/#custom-js-css-html).
+- [ ] Difficult to implemented through third-party plugins.
+
+#### Is your feature request related to a problem? Please describe
+
+
+#### Describe the solution you'd like
+
+
+#### Describe alternatives you've considered
+
diff --git a/themes/fluid/.github/ISSUE_TEMPLATE/feature_request_zh.md b/themes/fluid/.github/ISSUE_TEMPLATE/feature_request_zh.md
new file mode 100644
index 0000000..f158847
--- /dev/null
+++ b/themes/fluid/.github/ISSUE_TEMPLATE/feature_request_zh.md
@@ -0,0 +1,20 @@
+---
+name: 功能需求或优化
+about: 创建一份合理可行的建议帮助我们提升产品
+title: ''
+labels: ':sparkles: enhancement'
+assignees: ''
+---
+
+#### 如是功能需求,请确定符合以下情况
+- [ ] 难以通过[自定义](https://hexo.fluid-dev.com/docs/guide/#自定义-js-css-html)实现
+- [ ] 难以通过第三方插件实现
+
+#### 请描述该需求尝试解决的问题
+
+
+#### 请描述您认为可行的解决方案
+
+
+#### 考虑过的替代方案
+
diff --git a/themes/fluid/.github/ISSUE_TEMPLATE/question.md b/themes/fluid/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..fe7d584
--- /dev/null
+++ b/themes/fluid/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,11 @@
+---
+name: Question
+about: Ask a question about use, need help
+---
+
+#### Make sure
+- [ ] Upgrade the latest [release](https://github.com/fluid-dev/hexo-theme-fluid/releases)
+- [ ] No solution found in [documentations](https://hexo.fluid-dev.com/docs/en/)
+
+#### Describe the question
+
diff --git a/themes/fluid/.github/ISSUE_TEMPLATE/question_zh.md b/themes/fluid/.github/ISSUE_TEMPLATE/question_zh.md
new file mode 100644
index 0000000..4291a8c
--- /dev/null
+++ b/themes/fluid/.github/ISSUE_TEMPLATE/question_zh.md
@@ -0,0 +1,19 @@
+---
+name: 问题求助
+about: 提出一个使用过程中遇到的问题,需要得到帮助
+---
+
+
+
+
+
+
+#### 请确认
+- [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases)
+- [ ] 在 [用户指南](https://hexo.fluid-dev.com/docs/) 中没有找到解决办法
+
+#### 问题描述
+
diff --git a/themes/fluid/.github/workflows/limit.yaml b/themes/fluid/.github/workflows/limit.yaml
new file mode 100644
index 0000000..3afadd5
--- /dev/null
+++ b/themes/fluid/.github/workflows/limit.yaml
@@ -0,0 +1,18 @@
+name: Limit PRs
+
+on:
+ pull_request:
+ branches:
+ - master
+
+jobs:
+ limit_master_pr:
+ runs-on: ubuntu-latest
+ name: Limits PR to master
+ steps:
+ - name: Limit action step
+ id: limit_action
+ uses: LukBukkit/action-pr-limits@v1
+ with:
+ whitelist: |
+ develop
diff --git a/themes/fluid/.github/workflows/publish.yaml b/themes/fluid/.github/workflows/publish.yaml
new file mode 100644
index 0000000..c16761b
--- /dev/null
+++ b/themes/fluid/.github/workflows/publish.yaml
@@ -0,0 +1,27 @@
+name: Publish Package
+
+on:
+ release:
+ types: [created]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 14
+
+ publish-npm:
+ needs: build
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 14
+ registry-url: https://registry.npmjs.org/
+ - run: npm publish
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
diff --git a/themes/fluid/.gitignore b/themes/fluid/.gitignore
new file mode 100644
index 0000000..ab8182a
--- /dev/null
+++ b/themes/fluid/.gitignore
@@ -0,0 +1,10 @@
+.idea/
+.vscode/
+.DS_Store
+Thumbs.db
+
+*.log
+*.iml
+node_modules/
+package-lock.json
+*.lock
diff --git a/themes/fluid/LICENSE b/themes/fluid/LICENSE
new file mode 100644
index 0000000..ea6e404
--- /dev/null
+++ b/themes/fluid/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ hexo-theme-fluid is an elegant Material-Design theme for Hexo.
+ Copyright (C) 2022 Fluid-dev
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ hexo-theme-fluid Copyright (C) 2022 Fluid-dev
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/themes/fluid/README.md b/themes/fluid/README.md
new file mode 100644
index 0000000..8a63aad
--- /dev/null
+++ b/themes/fluid/README.md
@@ -0,0 +1,172 @@
+
+
+## Quick Start
+
+#### 1. Install Hexo
+
+If you don't have a hexo blog, please follow [Hexo Docs](https://hexo.io/docs/) to install and initialize your blog。
+
+#### 2. Install Fluid
+
+**Way A:**
+
+If your Hexo version >= 5.0.0, you can install Fluid via Npm:
+
+```sh
+npm install --save hexo-theme-fluid
+```
+
+Then create `_config.fluid.yml` in the blog directory and copy the content of [_config.yml](https://github.com/fluid-dev/hexo-theme-fluid/blob/master/_config.yml).
+
+**Way B:**
+
+Download the [latest release](https://github.com/fluid-dev/hexo-theme-fluid/releases), then extract it to `themes` directory and renamed to `fluid`.
+
+#### 3. Set theme
+
+Edit `_config.yml` in the blog root directory as follows:
+
+```yaml
+theme: fluid
+```
+
+#### 4. Create about page
+
+The about page needs to be created manually:
+
+```bash
+hexo new page about
+```
+
+Then edit `/source/about/index.md` and add `layout` attribute.
+
+The modified example is as follows:
+
+```yaml
+---
+title: about
+layout: about
+---
+
+About content
+```
+
+## How to Upgrade
+
+[Please follow here](https://hexo.fluid-dev.com/docs/en/start/#theme-upgrade)
+
+## Features
+
+- [x] Detailed [documents](https://hexo.fluid-dev.com/docs/en/)
+- [x] Widget lazyload
+- [x] Multiple code highlighting schemes
+- [x] Multiple comment plugins
+- [x] Multiple language configurations
+- [x] Multiple website analysis
+- [x] Support for local search
+- [x] Support for footnote
+- [x] Support for LaTeX
+- [x] Support for Mermaid
+- [x] Dark mode
+
+## Thanks
+
+
+
+
+
+## Contributors
+
+[](https://github.com/fluid-dev/hexo-theme-fluid/graphs/contributors)
+
+English docs translator: [@EatRice](https://eatrice.top/) [@橙子杀手](https://ruru.eatrice.top) [@Sinetian](https://sinetian.github.io/)
+
+Contributors outside PR: [@zhugaoqi](https://github.com/zhugaoqi) [@julydate](https://github.com/julydate)
+
+## Support
+
+If you find this project helpful and would like to support its development, please consider making a financial contribution.
+
+
+
+## Star Trending
+
+[](https://starchart.cc/fluid-dev/hexo-theme-fluid)
diff --git a/themes/fluid/_config.yml b/themes/fluid/_config.yml
new file mode 100644
index 0000000..c8819e7
--- /dev/null
+++ b/themes/fluid/_config.yml
@@ -0,0 +1,1135 @@
+#---------------------------
+# Hexo Theme Fluid
+# Author: Fluid-dev
+# Github: https://github.com/fluid-dev/hexo-theme-fluid
+#
+# 配置指南: https://hexo.fluid-dev.com/docs/guide/
+# 你可以从指南中获得更详细的说明
+#
+# Guide: https://hexo.fluid-dev.com/docs/en/guide/
+# You can get more detailed help from the guide
+#---------------------------
+
+
+#---------------------------
+# 全局
+# Global
+#---------------------------
+
+# 用于浏览器标签的图标
+# Icon for browser tab
+favicon: https://api.mmeiblog.cn/tb
+
+# 用于苹果设备的图标
+# Icon for Apple touch
+apple_touch_icon: https://api.mmeiblog.cn/tb
+
+# 浏览器标签页中的标题分隔符,效果: 文章名 - 站点名
+# Title separator in browser tab, eg: article - site
+tab_title_separator: " - "
+
+# 强制所有链接升级为 HTTPS(适用于图片等资源出现 HTTP 混入报错)
+# Force all links to be HTTPS (applicable to HTTP mixed error)
+force_https: false
+
+# 代码块的增强配置
+# Enhancements to code blocks
+code:
+ # 是否开启复制代码的按钮
+ # Enable copy code button
+ copy_btn: true
+
+ # 代码语言
+ # Code language
+ language:
+ enable: true
+ default: "TEXT"
+
+ # 代码高亮
+ # Code highlight
+ highlight:
+ enable: true
+
+ # 代码块是否显示行号
+ # If true, the code block display line numbers
+ line_number: true
+
+ # 实现高亮的库,对应下面的设置
+ # Highlight library
+ # Options: highlightjs | prismjs
+ lib: "highlightjs"
+
+ highlightjs:
+ # 在链接中挑选 style 填入
+ # Select a style in the link
+ # See: https://highlightjs.org/static/demo/
+ style: "github gist"
+ style_dark: "dark"
+
+ prismjs:
+ # 在下方链接页面右侧的圆形按钮挑选 style 填入,也可以直接填入 css 链接
+ # Select the style button on the right side of the link page, you can also set the CSS link
+ # See: https://prismjs.com/
+ style: "default"
+ style_dark: "tomorrow night"
+
+ # 设为 true 高亮将本地静态生成(但只支持部分 prismjs 插件),设为 false 高亮将在浏览器通过 js 生成
+ # If true, it will be generated locally (but some prismjs plugins are not supported). If false, it will be generated via JS in the browser
+ preprocess: true
+
+# 一些好玩的功能
+# Some fun features
+fun_features:
+ # 为 subtitle 添加打字机效果
+ # Typing animation for subtitle
+ typing:
+ enable: true
+
+ # 打印速度,数字越大越慢
+ # Typing speed, the larger the number, the slower
+ typeSpeed: 70
+
+ # 游标字符
+ # Cursor character
+ cursorChar: "光锥之内,就是命运"
+
+ # 是否循环播放效果
+ # If true, loop animation
+ loop: false
+
+ # 在指定页面开启,不填则在所有页面开启
+ # Enable in specified page, all pages by default
+ # Options: home | post | tag | category | about | links | page | 404
+ scope: []
+
+ # 为文章内容中的标题添加锚图标
+ # Add an anchor icon to the title on the post page
+ anchorjs:
+ enable: true
+ element: h1,h2,h3,h4,h5,h6
+ # Options: left | right
+ placement: left
+ # Options: hover | always | touch
+ visible: hover
+ # Options: § | # | ❡
+ icon: ""
+
+ # 加载进度条
+ # Progress bar when loading
+ progressbar:
+ enable: true
+ height_px: 3
+ color: "#29d"
+ # See: https://github.com/rstacruz/nprogress
+ options: { showSpinner: false, trickleSpeed: 100 }
+
+# 主题暗色模式,开启后菜单中会出现切换按钮,用户浏览器会存储切换选项,并且会遵循 prefers-color-scheme 自动切换
+# Theme dark mode. If enable, a switch button will appear on the menu, each of the visitor's browser will store his switch option
+dark_mode:
+ enable: true
+ # 默认的选项(当用户手动切换后则不再按照默认模式),选择 `auto` 会优先遵循 prefers-color-scheme,其次按用户本地时间 18 点到次日 6 点之间进入暗色模式
+ # Default option (when the visitor switches manually, the default mode is no longer followed), choosing `auto` will give priority to prefers-color-scheme, and then enter the dark mode from 18:00 to 6:00 in the visitor’s local time
+ # Options: auto | light | dark
+ default: auto
+
+# 主题颜色配置,其他不生效的地方请使用自定义 css 解决,配色可以在下方链接中获得启发
+# Theme color, please use custom CSS to solve other colors, color schema can be inspired by the links below
+# See: https://www.webdesignrankings.com/resources/lolcolors/
+color:
+ # body 背景色
+ # Color of body background
+ body_bg_color: "#eee"
+ # 暗色模式下的 body 背景色,下同
+ # Color in dark mode, the same below
+ body_bg_color_dark: "#181c27"
+
+ # 顶部菜单背景色
+ # Color of navigation bar background
+ navbar_bg_color: "#2f4154"
+ navbar_bg_color_dark: "#1f3144"
+
+ # 顶部菜单字体色
+ # Color of navigation bar text
+ navbar_text_color: "#fff"
+ navbar_text_color_dark: "#d0d0d0"
+
+ # 副标题字体色
+ # Color of navigation bar text
+ subtitle_color: "#fff"
+ subtitle_color_dark: "#d0d0d0"
+
+ # 全局字体色
+ # Color of global text
+ text_color: "#3c4858"
+ text_color_dark: "#c4c6c9"
+
+ # 全局次级字体色(摘要、简介等位置)
+ # Color of global secondary text (excerpt, introduction, etc.)
+ sec_text_color: "#718096"
+ sec_text_color_dark: "#a7a9ad"
+
+ # 主面板背景色
+ # Color of main board
+ board_color: "#fff"
+ board_color_dark: "#252d38"
+
+ # 文章正文字体色
+ # Color of post text
+ post_text_color: "#2c3e50"
+ post_text_color_dark: "#c4c6c9"
+
+ # 文章正文字体色(h1 h2 h3...)
+ # Color of Article heading (h1 h2 h3...)
+ post_heading_color: "#1a202c"
+ post_heading_color_dark: "#c4c6c9"
+
+ # 文章超链接字体色
+ # Color of post link
+ post_link_color: "#0366d6"
+ post_link_color_dark: "#1589e9"
+
+ # 超链接悬浮时字体色
+ # Color of link when hovering
+ link_hover_color: "#30a9de"
+ link_hover_color_dark: "#30a9de"
+
+ # 超链接悬浮背景色
+ # Color of link background when hovering
+ link_hover_bg_color: "#f8f9fa"
+ link_hover_bg_color_dark: "#364151"
+
+ # 分隔线和表格边线的颜色
+ # Color of horizontal rule and table border
+ line_color: "#eaecef"
+ line_color_dark: "#435266"
+
+ # 滚动条颜色
+ # Color of scrollbar
+ scrollbar_color: "#c4c6c9"
+ scrollbar_color_dark: "#687582"
+ # 滚动条悬浮颜色
+ # Color of scrollbar when hovering
+ scrollbar_hover_color: "#a6a6a6"
+ scrollbar_hover_color_dark: "#9da8b3"
+
+ # 按钮背景色
+ # Color of button
+ button_bg_color: "transparent"
+ button_bg_color_dark: "transparent"
+ # 按钮悬浮背景色
+ # Color of button when hovering
+ button_hover_bg_color: "#f2f3f5"
+ button_hover_bg_color_dark: "#46647e"
+
+# 主题字体配置
+# Font
+font:
+ font_size: 16px
+ font_family:
+ letter_spacing: 0.02em
+ code_font_size: 85%
+
+# 指定自定义 .js 文件路径,支持列表;路径是相对 source 目录,如 /js/custom.js 对应存放目录 source/js/custom.js
+# Specify the path of your custom js file, support list. The path is relative to the source directory, such as `/js/custom.js` corresponding to the directory `source/js/custom.js`
+custom_js:
+
+# 指定自定义 .css 文件路径,用法和 custom_js 相同
+# The usage is the same as custom_js
+custom_css:
+
+# 网页访问统计
+# Analysis of website visitors
+web_analytics: # 网页访问统计
+ enable: true
+
+ # 遵循访客浏览器"请勿追踪"的设置,如果开启则不统计其访问
+ # Follow the "Do Not Track" setting of the visitor's browser
+ # See: https://www.w3.org/TR/tracking-dnt/
+ follow_dnt: true
+
+ # 百度统计的 Key,值需要获取下方链接中 `hm.js?` 后边的字符串
+ # Baidu analytics, get the string behind `hm.js?`
+ # See: https://tongji.baidu.com/sc-web/10000033910/home/site/getjs?siteId=13751376
+ baidu: 468f9fbcd64f7d131cdac0cf11a7e6a2
+
+ # Google Analytics 4 的媒体资源 ID
+ # Google Analytics 4 MEASUREMENT_ID
+ # See: https://support.google.com/analytics/answer/9744165#zippy=%2Cin-this-article
+ google:
+ measurement_id:
+
+ # 腾讯统计的 H5 App ID,开启高级功能才有cid
+ # Tencent analytics, set APP ID
+ # See: https://mta.qq.com/h5/manage/ctr_app_manage
+ tencent:
+ sid:
+ cid:
+
+ # 51.la 站点统计 ID
+ # 51.la analytics
+ # See: https://www.51.la/user/site/index
+ woyaola: # 51.la 站点统计 ID,参见
+
+ # 友盟/cnzz 站点统计 web_id
+ # cnzz analytics
+ # See: https://web.umeng.com/main.php?c=site&a=show
+ cnzz:
+
+ # LeanCloud 计数统计,可用于 PV UV 展示,如果 `web_analytics: enable` 没有开启,PV UV 展示只会查询不会增加
+ # LeanCloud count statistics, which can be used for PV UV display. If `web_analytics: enable` is false, PV UV display will only query and not increase
+ leancloud:
+ app_id:
+ app_key:
+ # REST API 服务器地址,国际版不填
+ # Only the Chinese mainland users need to set
+ server_url:
+ # 统计页面时获取路径的属性
+ # Get the attribute of the page path during statistics
+ path: window.location.pathname
+ # 开启后不统计本地路径( localhost 与 127.0.0.1 )
+ # If true, ignore localhost & 127.0.0.1
+ ignore_local: false
+
+# 对页面中的图片和评论插件进行懒加载处理,可见范围外的元素不会提前加载
+# Lazy loading of images and comment plugin on the page
+lazyload:
+ enable: true
+
+ # 加载时的占位图片
+ # The placeholder image when loading
+ loading_img: /img/loading.gif
+
+ # 开启后懒加载仅在文章页生效,如果自定义页面需要使用,可以在 Front-matter 里指定 `lazyload: true`
+ # If true, only enable lazyload on the post page. For custom pages, you can set 'lazyload: true' in front-matter
+ onlypost: false
+
+ # 触发加载的偏移倍数,基数是视窗高度,可根据部署环境的请求速度调节
+ # The factor of viewport height that triggers loading
+ offset_factor: 2
+
+# 图标库,包含了大量社交类图标,主题依赖的不包含在内,因此可自行修改,详见 https://hexo.fluid-dev.com/docs/icon/
+# Icon library, which includes many social icons, does not include those theme dependent, so your can modify link by yourself. See: https://hexo.fluid-dev.com/docs/en/icon/
+iconfont: //at.alicdn.com/t/c/font_4340394_vjege2uuiqg.css
+
+
+#---------------------------
+# 页头
+# Header
+#---------------------------
+
+# 导航栏的相关配置
+# Navigation bar
+navbar:
+ # 导航栏左侧的标题,为空则按 hexo config 中 `title` 显示
+ # The title on the left side of the navigation bar. If empty, it is based on `title` in hexo config
+ blog_title: "meiのblog"
+
+ # 导航栏毛玻璃特效,实验性功能,可能会造成页面滚动掉帧和抖动,部分浏览器不支持会自动不生效
+ # Navigation bar frosted glass special animation. It is an experimental feature
+ ground_glass:
+ enable: false
+
+ # 模糊像素,只能为数字,数字越大模糊度越高
+ # Number of blurred pixel. the larger the number, the higher the blur
+ px: 3
+
+ # 不透明度,数字越大透明度越低,注意透明过度可能看不清菜单字体
+ # Ratio of opacity, 1.0 is completely opaque
+ # available: 0 - 1.0
+ alpha: 0.7
+
+ # 导航栏菜单,可自行增减,key 用来关联 languages/*.yml,如不存在关联则显示 key 本身的值;icon 是 css class,可以省略;增加 name 可以强制显示指定名称
+ # Navigation bar menu. `key` is used to associate languages/*.yml. If there is no association, the value of `key` itself will be displayed; if `icon` is a css class, it can be omitted; adding `name` can force the display of the specified name
+ menu:
+ - { key: "home", link: "/", icon: "iconfont icon-home-fill" }
+ - {
+ key: '页面',
+ icon: 'iconfont icon-books',
+ submenu: [
+ { key: "标签", link: "/tags/", icon: "iconfont icon-tags-fill" },
+ { key: "分类", link: "/categories/", icon: "iconfont icon-category-fill" },
+ { key: "归档", link: "/archives/", icon: "iconfont icon-archive-fill" }
+ ]
+ }
+ - { key: "links", link: "/links/", icon: "iconfont icon-link-fill" }
+ - { key: "开往", link: "https://www.travellings.cn/go.html", icon: "iconfont icon-train" }
+ - { key: "推广", link: "/tuiguang/", icon: "iconfont icon-yemiantuiguang" }
+ - { key: "关于", link: "/about/", icon: "iconfont icon-user-fill" }
+
+# 搜索功能,基于 hexo-generator-search 插件,若已安装其他搜索插件请关闭此功能,以避免生成多余的索引文件
+# Search feature, based on hexo-generator-search. If you have installed other search plugins, please disable this feature to avoid generating redundant index files
+search:
+ enable: true
+
+ # 搜索索引文件的路径,可以是相对路径或外站的绝对路径
+ # Path for search index file, it can be a relative path or an absolute path
+ path: /local-search.xml
+
+ # 文件生成在本地的位置,必须是相对路径
+ # The location where the index file is generated locally, it must be a relative location
+ generate_path: /local-search.xml
+
+ # 搜索的范围
+ # Search field
+ # Options: post | page | all
+ field: post
+
+ # 搜索是否扫描正文
+ # If true, search will scan the post content
+ content: true
+
+# 首屏图片的相关配置
+# Config of the big image on the first screen
+banner:
+ # 视差滚动,图片与板块会随着屏幕滚动产生视差效果
+ # Scrolling parallax
+ parallax: true
+
+ # 图片最小的宽高比,以免图片两边被过度裁剪,适用于移动端竖屏时,如需关闭设为 0
+ # Minimum ratio of width to height, applicable to the vertical screen of mobile device, if you need to close it, set it to 0
+ width_height_ratio: 1.0
+
+# 向下滚动的箭头
+# Scroll down arrow
+scroll_down_arrow:
+ enable: true
+
+ # 头图高度不小于指定比例,才显示箭头
+ # Only the height of the banner image is greater than the ratio, the arrow is displayed
+ # Available: 0 - 100
+ banner_height_limit: 80
+
+ # 翻页后自动滚动
+ # Auto scroll after page turning
+ scroll_after_turning_page: true
+
+# 向顶部滚动的箭头
+# Scroll top arrow
+scroll_top_arrow:
+ enable: true
+
+# Open Graph metadata
+# See: https://hexo.io/docs/helpers.html#open-graph
+open_graph:
+ enable: true
+ twitter_card: summary_large_image
+ twitter_id:
+ twitter_site:
+ google_plus:
+ fb_admins:
+ fb_app_id:
+
+
+#---------------------------
+# 页脚
+# Footer
+#---------------------------
+footer:
+ # 页脚第一行文字的 HTML,建议保留 Fluid 的链接,用于向更多人推广本主题
+ # HTML of the first line of the footer, it is recommended to keep the Fluid link to promote this theme to more people
+ content: '
+ Hexo
+
+ Fluid
+
+ '
+
+ # 展示网站的 PV、UV 统计数
+ # Display website PV and UV statistics
+ statistics:
+ enable: false
+
+ # 统计数据来源,使用 leancloud 需要设置 `web_analytics: leancloud` 中的参数;使用 busuanzi 不需要额外设置,但是有时不稳定,另外本地运行时 busuanzi 显示统计数据很大属于正常现象,部署后会正常
+ # Data source. If use leancloud, you need to set the parameter in `web_analytics: leancloud`
+ # Options: busuanzi | leancloud
+ source: "busuanzi"
+
+ # 国内大陆服务器的备案信息
+ # For Chinese mainland website policy, other areas keep disable
+ beian:
+ enable: false
+ # ICP证号
+ icp_text:
+ # 公安备案号,不填则只显示ICP
+ police_text:
+ # 公安备案的编号,用于URL跳转查询
+ police_code:
+ # 公安备案的图片. 为空时不显示备案图片
+ police_icon:
+
+
+#---------------------------
+# 首页
+# Home Page
+#---------------------------
+index:
+ # 首页 Banner 头图,可以是相对路径或绝对路径,以下相同
+ # Path of Banner image, can be a relative path or an absolute path, the same on other pages
+ banner_img: https://api.mmeiblog.cn/rd_tz
+
+ # 头图高度,屏幕百分比
+ # Height ratio of banner image
+ # Available: 0 - 100
+ banner_img_height: 100
+
+ # 头图黑色蒙版的不透明度,available: 0 - 1.0, 1 是完全不透明
+ # Opacity of the banner mask, 1.0 is completely opaque
+ # Available: 0 - 1.0
+ banner_mask_alpha: 0.3
+
+ # 首页副标题的独立设置
+ # Independent config of home page subtitle
+ slogan:
+ enable: true
+
+ # 为空则按 hexo config.subtitle 显示
+ # If empty, text based on `subtitle` in hexo config
+ text: ""
+
+ # 通过 API 接口作为首页副标题的内容,必须返回的是 JSON 格式,如果请求失败则按 text 字段显示,该功能必须先开启 typing 打字机功能
+ # Subtitle of the homepage through the API, must be returned a JSON. If the request fails, it will be displayed in `text` value. This feature must first enable the typing animation
+ api:
+ enable: false
+
+ # 请求地址
+ # Request url
+ url: ""
+
+ # 请求方法
+ # Request method
+ # Available: GET | POST | PUT
+ method: "GET"
+
+ # 请求头
+ # Request headers
+ headers: {}
+
+ # 从请求结果获取字符串的取值字段,最终必须是一个字符串,例如返回结果为 {"data": {"author": "fluid", "content": "An elegant theme"}}, 则取值字段为 ['data', 'content'];如果返回是列表则自动选择第一项
+ # The value field of the string obtained from the response. For example, the response content is {"data": {"author": "fluid", "content": "An elegant theme"}}, the expected `keys: ['data','content']`; if the return is a list, the first item is automatically selected
+ keys: []
+
+ # 自动截取文章摘要
+ # Auto extract post
+ auto_excerpt:
+ enable: true
+
+ # 打开文章的标签方式
+ # The browser tag to open the post
+ # Available: _blank | _self
+ post_url_target: _self
+
+ # 是否显示文章信息(时间、分类、标签)
+ # Meta information of post
+ post_meta:
+ date: true
+ category: true
+ tag: true
+
+ # 文章通过 sticky 排序后,在首页文章标题前显示图标
+ # If the posts are sorted by `sticky`, an icon is displayed in front of the post title
+ post_sticky:
+ enable: true
+ icon: "iconfont icon-top"
+
+
+#---------------------------
+# 文章页
+# Post Page
+#---------------------------
+post:
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 70
+ banner_mask_alpha: 0.3
+
+ # 文章在首页的默认封面图,当没有指定 index_img 时会使用该图片,若两者都为空则不显示任何图片
+ # Path of the default post cover when `index_img` is not set. If both are empty, no image will be displayed
+ default_index_img: https://api.mmeiblog.cn/rd_tz
+
+ # 文章标题下方的元信息
+ # Meta information below title
+ meta:
+ # 作者,优先根据 front-matter 里 author 字段,其次是 hexo 配置中 author 值
+ # Author, based on `author` field in front-matter, if not set, based on `author` value in hexo config
+ author:
+ enable: false
+
+ # 文章日期,优先根据 front-matter 里 date 字段,其次是 md 文件日期
+ # Post date, based on `date` field in front-matter, if not set, based on create date of .md file
+ date:
+ enable: true
+ # 格式参照 ISO-8601 日期格式化
+ # ISO-8601 date format
+ # See: http://momentjs.cn/docs/#/parsing/string-format/
+ format: "LL a"
+
+ # 字数统计
+ # Word count
+ wordcount:
+ enable: true
+
+ # 估计阅读全文需要的时长
+ # Estimated reading time
+ min2read:
+ enable: true
+ # 每个字词的长度,建议:中文≈2,英文≈5,中英混合可自行调节
+ # Average word length (chars count in word), ZH ≈ 2, EN ≈ 5
+ awl: 2
+ # 每分钟阅读字数,如果大部分是技术文章可适度调低
+ # Words per minute
+ wpm: 60
+
+ # 浏览量计数
+ # Number of visits
+ views:
+ enable: false
+ # 统计数据来源
+ # Data Source
+ # Options: busuanzi | leancloud
+ source: "busuanzi"
+
+ # 在文章开头显示文章更新时间,该时间默认是 md 文件更新时间,可通过 front-matter 中 `updated` 手动指定(和 date 一样格式)
+ # Update date is displayed at the beginning of the post. The default date is the update date of the md file, which can be manually specified by `updated` in front-matter (same format as date)
+ updated:
+ enable: false
+
+ # 格式参照 ISO-8601 日期格式化
+ # ISO-8601 date format
+ # See: http://momentjs.cn/docs/#/parsing/string-format/
+ date_format: "LL a"
+
+ # 是否使用相对时间表示,比如:"3 天前"
+ # If true, it will be a relative time, such as: "3 days ago"
+ relative: false
+
+ # 提示标签类型
+ # Note class
+ # Options: default | primary | info | success | warning | danger | light
+ note_class: info
+
+ # 侧边栏展示当前分类下的文章
+ # Sidebar of category
+ category_bar:
+ enable: true
+
+ # 开启后,只有在文章 Front-matter 里指定 `category_bar: true` 才会展示分类,也可以通过 `category_bar: ["分类A"]` 来指定分类
+ # If true, only set `category_bar: true` in Front-matter will enable sidebar of category, also set `category_bar: ["CategoryA"]` to specify categories
+ specific: true
+
+ # 置于板块的左侧或右侧
+ # place in the board
+ # Options: left | right
+ placement: left
+
+ # 文章的排序字段,前面带减号是倒序,不带减号是正序
+ # Sort field for posts, with a minus sign is reverse order
+ # Options: date | title | or other field of front-matter
+ post_order_by: "title"
+
+ # 单个分类中折叠展示文章数的最大值,超过限制会显示 More,0 则不限制
+ # The maximum number of posts in a single category. If the limit is exceeded, it will be displayed More. If 0 no limit
+ post_limit: 0
+
+ # 侧边栏展示文章目录
+ # Table of contents (TOC) in the sidebar
+ toc:
+ enable: true
+
+ # 置于板块的左侧或右侧
+ # place in the board
+ # Options: left | right
+ placement: right
+
+ # 目录会选择这些节点作为标题
+ # TOC will select these nodes as headings
+ headingSelector: "h1,h2,h3,h4,h5,h6"
+
+ # 层级的折叠深度,0 是全部折叠,大于 0 后如果存在下级标题则默认展开
+ # Collapse depth. If 0, all headings collapsed. If greater than 0, it will be expanded by default if there are sub headings
+ collapseDepth: 0
+
+ # 版权声明,会显示在每篇文章的结尾
+ # Copyright, will be displayed at the end of each post
+ copyright:
+ enable: true
+
+ # CreativeCommons license
+ # Options: BY | BY-SA | BY-ND | BY-NC | BY-NC-SA | BY-NC-ND
+ license: 'BY-NC-SA'
+
+ # 显示作者
+ author:
+ enable: true
+
+ # 显示发布日期
+ # Show post date
+ post_date:
+ enable: true
+ format: "LL"
+
+ # 显示更新日期
+ # Show update date
+ update_date:
+ enable: false
+ format: "LL"
+
+ # 文章底部上一篇下一篇功能
+ # Link to previous/next post
+ prev_next:
+ enable: true
+
+ # 文章图片标题
+ # Image caption
+ image_caption:
+ enable: true
+
+ # 文章图片可点击放大
+ # Zoom feature of images
+ image_zoom:
+ enable: true
+ # 放大后图片链接替换规则,可用于将压缩图片链接替换为原图片链接,如 ['-slim', ''] 是将链接中 `-slim` 移除;如果想使用正则请使用 `re:` 前缀,如 ['re:\\d{3,4}\\/\\d{3,4}\\/', '']
+ # The image url replacement when zooming, the feature can be used to replace the compressed image to the original image, eg: ['-slim', ''] removes `-slim` from the image url when zooming; if you want to use regular, use prefix `re:`, eg: ['re:\\d{3,4}\\/\\d{3,4}\\/','']
+ img_url_replace: ['', '']
+
+ # 脚注语法,会在文章底部生成脚注,如果 Markdown 渲染器本身支持,则建议关闭,否则可能会冲突
+ # Support footnote syntax, footnotes will be generated at the bottom of the post page. If the Markdown renderer itself supports it, please disable it, otherwise it may conflict
+ footnote:
+ enable: true
+ # 脚注的节标题,也可以在 front-matter 中通过 `footnote:
Reference
` 这种形式修改单独页面的 header
+ # The section title of the footnote, you can also modify the header of a single page in the form of `footnote:
Reference
` in front-matter
+ header: ''
+
+ # 数学公式,开启之前需要更换 Markdown 渲染器,否则复杂公式会有兼容问题,具体请见:https://hexo.fluid-dev.com/docs/guide/##latex-数学公式
+ # Mathematical formula. If enable, you need to change the Markdown renderer, see: https://hexo.fluid-dev.com/docs/en/guide/#math
+ math:
+ # 开启后文章默认可用,自定义页面如需使用,需在 Front-matter 中指定 `math: true`
+ # If you want to use math on the custom page, you need to set `math: true` in Front-matter
+ enable: false
+
+ # 开启后,只有在文章 Front-matter 里指定 `math: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
+ # If true, only set `math: true` in Front-matter will enable math, to load faster when the page does not contain math
+ specific: false
+
+ # Options: mathjax | katex
+ engine: mathjax
+
+ # 流程图,基于 mermaid-js,具体请见:https://hexo.fluid-dev.com/docs/guide/#mermaid-流程图
+ # Flow chart, based on mermaid-js, see: https://hexo.fluid-dev.com/docs/en/guide/#mermaid
+ mermaid:
+ # 开启后文章默认可用,自定义页面如需使用,需在 Front-matter 中指定 `mermaid: true`
+ # If you want to use mermaid on the custom page, you need to set `mermaid: true` in Front-matter
+ enable: false
+
+ # 开启后,只有在文章 Front-matter 里指定 `mermaid: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
+ # If true, only set `mermaid: true` in Front-matter will enable mermaid, to load faster when the page does not contain mermaid
+ specific: false
+
+ # See: http://mermaid-js.github.io/mermaid/
+ options: { theme: 'default' }
+
+ # 评论插件
+ # Comment plugin
+ comments:
+ enable: false
+ # 指定的插件,需要同时设置对应插件的必要参数
+ # The specified plugin needs to set the necessary parameters at the same time
+ # Options: utterances | disqus | gitalk | valine | waline | changyan | livere | remark42 | twikoo | cusdis | giscus | discuss
+ type: disqus
+
+
+#---------------------------
+# 评论插件
+# Comment plugins
+#
+# 开启评论需要先设置上方 `post: comments: enable: true`,然后根据 `type` 设置下方对应的评论插件参数
+# Enable comments need to be set `post: comments: enable: true`, then set the corresponding comment plugin parameters below according to `type`
+#---------------------------
+
+# Utterances
+# 基于 GitHub Issues
+# Based on GitHub Issues
+# See: https://utteranc.es
+utterances:
+ repo:
+ issue_term: pathname
+ label: utterances
+ theme: github-light
+ theme_dark: github-dark
+
+# Disqus
+# 基于第三方的服务,国内用户直接使用容易被墙,建议配合 Disqusjs
+# Based on third-party service
+# See: https://disqus.com
+disqus:
+ shortname:
+ # 以下为 Disqusjs 支持, 国内用户如果想使用 Disqus 建议配合使用
+ # The following are Disqusjs configurations, please ignore if DisqusJS is not required
+ # See: https://github.com/SukkaW/DisqusJS
+ disqusjs: false
+ apikey:
+
+# Gitalk
+# 基于 GitHub Issues
+# Based on GitHub Issues
+# See: https://github.com/gitalk/gitalk#options
+gitalk:
+ clientID:
+ clientSecret:
+ repo:
+ owner:
+ admin: ['name']
+ language: zh-CN
+ labels: ['Gitalk']
+ perPage: 10
+ pagerDirection: last
+ distractionFreeMode: false
+ createIssueManually: true
+ # 默认 proxy 可能会失效,解决方法请见下方链接
+ # The default proxy may be invalid, refer to the links for solutions
+ # https://github.com/gitalk/gitalk/issues/429
+ # https://github.com/Zibri/cloudflare-cors-anywhere
+ proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token
+
+# Valine
+# 基于 LeanCloud
+# Based on LeanCloud
+# See: https://valine.js.org/
+valine:
+ appId:
+ appKey:
+ path: window.location.pathname
+ placeholder:
+ avatar: 'retro'
+ meta: ['nick', 'mail', 'link']
+ requiredFields: []
+ pageSize: 10
+ lang: 'zh-CN'
+ highlight: false
+ recordIP: false
+ serverURLs: ''
+ emojiCDN:
+ emojiMaps:
+ enableQQ: false
+
+# Waline
+# 从 Valine 衍生而来,额外增加了服务端和多种功能
+# Derived from Valine, with self-hosted service and new features
+# See: https://waline.js.org/
+waline:
+ serverURL: ''
+ path: window.location.pathname
+ meta: ['nick', 'mail', 'link']
+ requiredMeta: ['nick']
+ lang: 'zh-CN'
+ emoji: ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
+ dark: 'html[data-user-color-scheme="dark"]'
+ wordLimit: 0
+ pageSize: 10
+
+# 畅言 Changyan
+# 基于第三方的服务
+# Based on third-party service, insufficient support for regions outside China
+# http://changyan.kuaizhan.com
+changyan:
+ appid: ''
+ appkey: ''
+
+# 来必力 Livere
+# 基于第三方的服务
+# Based on third-party service
+# See: https://www.livere.com
+livere:
+ uid: ''
+
+# Remark42
+# 需要自托管服务端
+# Based on self-hosted service
+# See: https://remark42.com
+remark42:
+ host:
+ site_id:
+ max_shown_comments: 10
+ locale: zh
+ components: ['embed']
+
+# Twikoo
+# 支持腾讯云、Vercel、Railway 等多种平台部署
+# Based on Tencent CloudBase
+# See: https://twikoo.js.org
+twikoo:
+ envId:
+ region: ap-shanghai
+ path: window.location.pathname
+
+# Cusdis
+# 基于第三方服务或自托管服务
+# Based on third-party or self-hosted service
+# See https://cusdis.com
+cusdis:
+ host:
+ app_id:
+ lang: zh-cn
+
+# Giscus
+# 基于 GitHub Discussions,类似于 Utterances
+# Based on GitHub Discussions, similar to Utterances
+# See: https://giscus.app/
+giscus:
+ repo:
+ repo-id:
+ category:
+ category-id:
+ theme-light: light
+ theme-dark: dark
+ mapping: pathname
+ reactions-enabled: 1
+ emit-metadata: 0
+ input-position: top
+ lang: zh-CN
+
+# Discuss
+# 多平台、多数据库、自托管、免费开源评论系统
+# Self-hosted, small size, multi-platform, multi-database, free and open source commenting system
+# See: https://discuss.js.org
+discuss:
+ serverURLs:
+ path: window.location.pathname
+
+
+#---------------------------
+# 归档页
+# Archive Page
+#---------------------------
+archive:
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+
+
+#---------------------------
+# 分类页
+# Category Page
+#---------------------------
+category:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+
+ # 分类的排序字段,前面带减号是倒序,不带减号是正序
+ # Sort field for categories, with a minus sign is reverse order
+ # Options: length | name
+ order_by: "-length"
+
+ # 层级的折叠深度,0 是全部折叠,大于 0 后如果存在子分类则默认展开
+ # Collapse depth. If 0, all posts collapsed. If greater than 0, it will be expanded by default if there are subcategories
+ collapse_depth: 0
+
+ # 文章的排序字段,前面带减号是倒序,不带减号是正序
+ # Sort field for posts, with a minus sign is reverse order
+ # Options: date | title | or other field of front-matter
+ post_order_by: "-date"
+
+ # 单个分类中折叠展示文章数的最大值,超过限制会显示 More,0 则不限制
+ # The maximum number of posts in a single category. If the limit is exceeded, it will be displayed More. If 0 no limit
+ post_limit: 10
+
+
+#---------------------------
+# 标签页
+# Tag Page
+#---------------------------
+tag:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 80
+ banner_mask_alpha: 0.3
+ tagcloud:
+ min_font: 15
+ max_font: 30
+ unit: px
+ start_color: "#BBBBEE"
+ end_color: "#337ab7"
+
+
+#---------------------------
+# 关于页
+# About Page
+#---------------------------
+about:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+ avatar: https://api.mmeiblog.cn/tb
+ name: "mei"
+ intro: "喵喵喵~~~"
+ # 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
+ # More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
+ icons:
+ - { class: "iconfont icon-github-fill", link: "https://github.com/ssdomei232", tip: "GitHub" }
+ - { class: "iconfont icon-bilibili-line", link: "https://space.bilibili.com/521933071", tip: "bilibili" }
+ - { class: "iconfont icon-netease-cloud-music-line", link: "https://music.163.com/#/user/home?id=8118136968", tip: "cloudmusic" }
+ - { class: "iconfont icon-email", link: "mailto:i@mmeiblog.cn", tip: "e-mail" }
+ - { class: "iconfont icon-QQ", link: "https://qm.qq.com/q/5Vk6Y4kipG", tip: "qq" }
+
+
+#---------------------------
+# 自定义页
+# Custom Page
+#
+# 通过 hexo new page 命令创建的页面
+# Custom Page through `hexo new page`
+#---------------------------
+page:
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+
+
+#---------------------------
+# 404页
+# 404 Page
+#---------------------------
+page404:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 85
+ banner_mask_alpha: 0.3
+ # 重定向到首页的延迟(毫秒)
+ # Delay in redirecting to home page (milliseconds)
+ redirect_delay: 5000
+
+
+#---------------------------
+# 友链页
+# Links Page
+#---------------------------
+links:
+ enable: true
+ banner_img: https://api.mmeiblog.cn/rd_tz
+ banner_img_height: 60
+ banner_mask_alpha: 0.3
+ # 友链的成员项
+ # Member item of page
+ items:
+ - {
+ title: "卿辞",
+ intro: "落叶他乡树,寒灯独夜人",
+ link: "http://myself.loveqingci.top/",
+ avatar: "https://myself.loveqingci.top/assets/img/logo-circul-100.jpg"
+ }
+ - {
+ title: "TaylorAndTony",
+ intro: "Tech otakus save the world!",
+ link: "https://TaylorAndTony.github.io",
+ avatar: "https://static.mmeiblog.cn/web/http/img/github.png"
+ }
+ - {
+ title: "Zeruns's Blog",
+ intro: "爱折腾软件和硬件的技术宅",
+ link: "https://blog.zeruns.tech",
+ avatar: "https://blog.zeruns.tech/tx.jpg "
+ }
+ - {
+ title: "吴先森的笔记",
+ intro: "欸嘿~",
+ link: "https://www.wunote.cn/",
+ avatar: "https://www.wunote.cn/img/favicon.ico "
+ }
+ - {
+ title: "DP次元美化",
+ intro: "二次元美化技术交流社区",
+ link: "https://static.mmeiblog.cn/web/http/dp712.html",
+ avatar: "https://static.mmeiblog.cn/web/http/img/dp.png "
+ }
+ - {
+ title: "御坂网络",
+ intro: "「世情薄,人情恶,雨送黄昏花易落。」",
+ link: "http://www.yuban.asia/",
+ avatar: "http://q1.qlogo.cn/g?b=qq&nk=3095362945&s=640&t= "
+ }
+ - {
+ title: "小二",
+ intro: "二年级的小屁孩",
+ link: "https://v.douyin.com/Ur8TAkY/",
+ avatar: "https://p3-pc.douyinpic.com/img/aweme-avatar/tos-cn-avt-0015_de8719870f23a2cb57ffccb1c58764c6~c5_300x300.jpeg?from=2956013662 "
+ }
+
+ # 当成员头像加载失败时,替换为指定图片
+ # When the member avatar fails to load, replace the specified image
+ onerror_avatar: https://api.mmeiblog.cn/tb
+
+ # 友链下方自定义区域,支持 HTML,可插入例如申请友链的文字
+ # Custom content at the bottom of the links
+ custom:
+ enable: true
+ content: '
';
+ });
+
+ // add footnotes at the end of the content
+ if (footnotes.length) {
+ text += '';
+ text += header || config.post.footnote.header || '';
+ text += '