@mingxy/opencode-mascot 0.5.7 → 0.5.8

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@
36
36
  |---|------|------|------|
37
37
  | 7 | 呆毛闪烁 | 随机(25%/1.5s) | ☆ ↔ ★ |
38
38
  | 8 | 开心晃头 | happy 状态 | 脸左右摆 + 呆毛同步偏移 |
39
- | 9 | 思考跺脚 | thinking 状态 | 腿交替 ╲╱ ╱╲ |
39
+ | 9 | 思考跺脚 | thinking 状态 | 左脚固定 ║,右脚 ║↔_ 单脚跺 |
40
40
  | 10 | 思考变脸 | thinking 状态 | 6种表情轮换(o_o / O_O / >_o / o_< / ⊙_⊙ / ◔_◔) |
41
41
  | 11 | 火星文气泡 | busy/thinking | 12条上标火星文轮换 |
42
42
  | 12 | 拖拽扇手 | 拖拽中 | 手臂 ┃███┃ ↔ ╱███╲ |
@@ -133,6 +133,7 @@
133
133
  - **@opentui/solid** — SolidJS 响应式 TUI 渲染
134
134
  - **@opencode-ai/plugin** — OpenCode 插件 API
135
135
  - 零运行时依赖(peer dep only)
136
+ - TypeScript 类型检查通过
136
137
 
137
138
  ## 📂 项目结构
138
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mingxy/opencode-mascot",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "OpenCode TUI mascot plugin framework - customizable ASCII mascots for your terminal",
5
5
  "author": "mingxy",
6
6
  "license": "MIT",