-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.3.2
qingchenyouforcc edited this page Apr 24, 2026
·
1 revision
本页记录 0.3.2 版本中对用户、模板作者和自动化使用者最重要的变化。
- Mascot 存储升级为
.mascot单文件包。 - 每个
.mascot包必须包含根目录info.json。 -
bubble_context.txt现在可以作为包内可选文件,为单个模板提供专属气泡文本。 - 主页 GUI 增加更紧凑的操作栏和选中模板详情面板。
-
loadedMascots/ CLI JSON 输出补充version、description、author元数据。 - Windows 发布产物包含便携 zip、MSI 和带 VC 运行库引导的
-setup.exe。
.mascot 本质上是 zip 兼容压缩包,推荐结构如下:
Name.mascot
├── info.json
├── bubble_context.txt
├── actions.xml
├── behaviors.xml
├── img/
└── sound/
info.json.name 是用户可见名称,也是 GUI、CLI 和 API 使用的模板名称。文件名主要是存储用途。
- 新
.mascot文件可以直接导入。 - 传统 Shimeji-ee ZIP 仍可导入,导入时会转换为
.mascot。 - 旧版本遗留的
xxx.mascot/目录会在启动时尽量迁移为单文件包。 - 如果新包缺少
info.json、info.json.name为空,或缺少 XML/图片资源,导入或加载会失败。
0.3.2 Windows x64 常见产物:
NeurolingsCE_windows_x86_64_v0.3.2.zipNeurolingsCE_windows_x86_64_v0.3.2.msiNeurolingsCE_windows_x86_64_v0.3.2-setup.exe
普通用户优先使用 -setup.exe。需要免安装或便携使用时使用 zip。