Skip to content

v3.0.1

Compare
Choose a tag to compare
@ygqygq2 ygqygq2 released this 28 Jan 08:55
· 54 commits to main since this release
v3.0.1
b2c8466

[3.0.1]

新增功能 🌱

  • feat: 增加快捷键 ctrl + alt + u 更新调试日志行号

功能优化 🚀

  • perf: logFunction 多语言支持
  "turboConsoleLog": {
    "includeFileNameAndLineNum": true,
    "logFunction": [
      "php": "echoFunction"
    ]
  }

问题修复 🐛

  • fix: 含 ~ 代码对于调试日志判断不准确问题