让typecho支持emoji表情
数据库编码格式改成utf8mb4 修改typecho配置文件config.inc.php ‘charset’ => ‘utf8mb4’ 🎉
数据库编码格式改成utf8mb4 修改typecho配置文件config.inc.php ‘charset’ => ‘utf8mb4’ 🎉
Uncaught TypeError: Cannot read property ‘available’ of null 安装完typecho最新版本(1.1-17.10.30-release)后台js报错 ![mark]https://nexus-alioss.oss-cn-beijing.aliyuncs.com/n_EH_Bmn3_V_Qdql_9e43149247.png) 看了下是检测版本请求返回空 在151行添加非空判断如下 if(!!o){ applyUpdate(o); cache.setItem('update', resp.responseText); }