Skip to content

如何添加 emoji 的支持

公子 edited this page Jun 18, 2016 · 2 revisions
  1. 首先需要保证需要 MySQL 的版本大于等于 5.5.3。
  2. 数据库 fk_post 中的 title, summary, markdown_content, content 字段的数据类型需要修改为 utf8mb4
  3. 同时修改 app/common/config/db.js 文件,增加一个 encoding: 'utf8mb4' 的键值对。