Skip to content

ClawGod v1.1.11

Choose a tag to compare

@0Chencc 0Chencc released this 07 Jun 16:26

Changes

  • fix(patcher): remove hardcoded j8() in GrowthBook config overrides (099f7c1)

GrowthBook config overrides patch 中硬编码的 j8() 调用在 CC 2.1.167+ 的 Windows 版本中指向了 React hook,导致 TUI 渲染崩溃(null is not an object (evaluating 'yH.memoizedState.inst'))。移除硬编码调用,直接 return null。

Closes #97

Install

macOS / Linux:

curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash

Windows (PowerShell):

irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex

Full changelog: v1.1.10...v1.1.11