Skip to content

错误修复, 功能补全

Compare
Choose a tag to compare
@ApliNi ApliNi released this 30 Jan 10:44
· 180 commits to main since this release

Full Changelog: 1.17.2...1.7.3

更新

  • 通过预设配置解决Emoji显示为未知字符的问题
  • 其他细节优化

配置更改

# 在 aplini.pretreatment.list 添加

      # 解决 Emoji 显示为未知字符
      - regular: '[\ud83c\udc00-\ud83c\udfff]|[\ud83d\udc00-\ud83d\udfff]|[\u2600-\u27ff]'
        to_regular: '[Emoji]'