← 返回宠物画廊
song-yu
由 @嘻嘻 制作song-yu
先看动作,再决定领养
点击左侧任意状态,右侧舞台会实时演示对应动作。真实安装后由精灵图逐帧播放。
待机 · idle
把它带进 Codex
用 npx 直接安装,然后在 Codex 设置里重新加载宠物,就可以见面了。
$ npx codexskin-pets install 嘻嘻-song-yu-dc9631be
手动 ZIP 安装(备用方案)
# Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\嘻嘻-song-yu-dc9631be"
Expand-Archive -LiteralPath ".\嘻嘻-song-yu-dc9631be.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\嘻嘻-song-yu-dc9631be" -Force
# macOS / Linux
mkdir -p ~/.codex/pets/嘻嘻-song-yu-dc9631be
unzip 嘻嘻-song-yu-dc9631be.zip -d ~/.codex/pets/嘻嘻-song-yu-dc9631be
安装后的目录结构
~/.codex/pets/嘻嘻-song-yu-dc9631be/ pet.json # 声明式元数据,无脚本 spritesheet.webp # 九状态精灵图
安装包只有这两个文件。宠物改变外观,不改变任务行为——如果压缩包里出现其他内容,先别装。