📝 md2mp微信编辑器 更新啦!
2026-04-13
🎯 本次更新了什么?
- 底部项目导流模块
💡 为什么要改?
- 打通整个产品生态,让用户可以方便地发现和使用其他工具
✨ 改后效果如何?
- 用户在每个网站底部都能看到其他项目的一键跳转入口
📁 涉及文件
projects-showcase.htmlindex.html
🔗 访问链接
- 🌐 网站地址:md2mp微信编辑器
- 💻 GitHub:查看源码
如果你觉得这个项目有帮助,欢迎给 GitHub 点个 ⭐
2026-04-13
projects-showcase.htmlindex.html如果你觉得这个项目有帮助,欢迎给 GitHub 点个 ⭐
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true