Skip to content

v2.2

Compare
Choose a tag to compare
@op200 op200 released this 26 Nov 03:47
· 6 commits to main since this release
76cbc97

Debug

  • 修复 $debug 中局部变量写成全局变量的错误

Feature

  • 新增 $getTagCut(text)
    输入一个字符串,返回按 tag 的出现顺序切割成的 table {{text: str, is_tag: bool, num: int}, ...}
    e.g. $getTagCut("1{22}333{}{}") -> {{"1", false, 1}, {"{22}", true, 1}, {"333", false, 2}, {"{}", true, 2}, {"{}", true, 3}}
  • 新增 $cmdCode(cmd: str, popen: bool)
    用于运行命令
  • 新增模式 onlyfind
    该模式不对 bere 行执行任何替换操作

Change

  • $classmixProcess 函数名改为 $classmixProc
  • strictname 模式名改为 strictactor