ABSoft
Java
Go
MySQL
Python
Javascript
ChatGPT
All Tags
登录
注册
hexojs
7
热度
7
回答
[hexojs/hexo]代码高亮autoDetect 沒有传到util.highlight
升级3.1.1之后,即使config.yml里面的highlight.auto_detect设置为true,依然无法自动检测语言类型。看了下代码是hexo-util里面的highlight.js大约75行位置的autoDetect被默认设置成了false,建议处理下这个问题,希望可以通过config来配置是否开启自动检测。
hexo
hexojs
JavaScript
2024-07-23
9
热度
10
回答
[hexojs/hexo]atom.xml文件报错,utf8
This page contains the following errors: error on line 645 at column 35: Input is not proper UTF-8, indicate encoding ! Bytes: 0x10 0x56 0x69 0x65 Below is a rendering of the page up to the first erro
hexo
hexojs
JavaScript
2024-07-23
«
1
2
»
最新问题
[2noise/ChatTTS]model.tts.dvae遇到错误
[2noise/ChatTTS]推理过程速度提升
[2noise/ChatTTS]遇到多音字如何处理?比如我生成的语音里面有仔,模型默认输出为zai,我想让模型按zi输出,如何设置?
[alibaba/fastjson]无法将String转成List
[alibaba/fastjson]反序列化成数组,空值被丢掉了
[alibaba/fastjson]JsonPath解析属性为大数字时异常
[alibaba/fastjson]反序列化导致cpu 100%
[alibaba/fastjson]解析后自动重新排序怎么办?
[alibaba/fastjson]根据不同的场景,排除或者包括返回对象的字段。
[alibaba/fastjson]enum实现JSONAware的时候,没有调到JSONAware里面去