-
Notifications
You must be signed in to change notification settings - Fork 3.5k
如何让 Next 支持「汉字标准格式」? #1558
Copy link
Copy link
Closed
Labels
Description
Expected behavior (预期行为)
让 Next 支持「汉字标准格式」。
Actual behavior (实际行为)
引用文件二个文件来启用「汉字标准格式」——han.min.css(或使用 Sass 汇入)及 han.min.js (或使用 JavaScript 模组框架),后者(脚本文件)可依网站的需求选用。
<link rel="stylesheet" href="path/src/css/han.min.css">
<script src="path/src/js/han.min.js"></script>
Steps to reproduce the behavior (重现步骤)
同上
NexT Information
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
- ✔Master
- Latest Release
- Old version -
NexT Scheme:
- All schemes
- Muse
- ✔Mist
- Pisces
Other Information (Like Browser, System, Screenshots)
作为一个刚刚入门 HTML 和 Hexo 的菜鸟,不知道如何实现 QAQ。
Reactions are currently unavailable