@mingxy/opencode-mascot 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mingxy/opencode-mascot",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "OpenCode TUI mascot plugin framework - customizable ASCII mascots for your terminal",
5
5
  "author": "mingxy",
6
6
  "license": "MIT",
@@ -145,7 +145,7 @@ const yueerEffects: MascotPack["effects"] = {
145
145
  if (stompActive) {
146
146
  const legIdx = result.length - 1;
147
147
  if (legIdx >= 0) {
148
- result[legIdx] = stompAlt ? " " : " ";
148
+ result[legIdx] = stompAlt ? " _ " : " _ ";
149
149
  }
150
150
  }
151
151