Skip to content

Muffin v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:44
· 341 commits to main since this release
refactor: 统一使用 QString::fromUtf8 替换 QStringLiteral 处理UTF-8字节序列

将所有硬编码的UTF-8字节序列都改用 QString::fromUtf8 进行构造,避免直接使用带转义的字符串字面量可能带来的编码问题,统一代码写法风格。