mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
* 修复后台API反代地址未能正确显示的问题 * 更新渲染页面配置 * 添加个人聊天模式配置 * 将用户数据获取改到common中 * 修复错误的渲染页面参数 * 修复bug * 添加Live2D * 修复渲染页面错误 * 修复渲染传入值 * 更新渲染 * 修复图表渲染bug * 调整live2d模型大小 * 修复live2d无法关闭问题 * 修复错误的传值 * 修复ai命名 * 更新渲染 * 添加用户独立设定 * 更新渲染配置适配个人设置 * 修复合并导致的渲染文件异常删除 * 修复用户数据缺失问题 * 修复旧版本数据缺失问题 * 修复bing参数不存在问题,兼容miao的截图 * 修复受限token重试时不被排除的问题 * 修复个人模式下结束对话的模式错误 * 更新渲染页面,将预览版转为正式版 * 修复传统渲染无法调用截图功能的问题
57 lines
No EOL
1.3 KiB
JSON
57 lines
No EOL
1.3 KiB
JSON
{
|
|
"type": "Live2D Model Setting",
|
|
"name": "shizuku",
|
|
"model": "moc/shizuku.moc",
|
|
"textures": [
|
|
"moc/shizuku.1024/texture_00.png",
|
|
"moc/shizuku.1024/texture_01.png",
|
|
"moc/shizuku.1024/texture_02.png",
|
|
"moc/shizuku.1024/texture_03.png",
|
|
"moc/shizuku.1024/texture_04.png",
|
|
"moc/shizuku.1024/texture_05.png"
|
|
],
|
|
"physics": "shizuku.physics.json",
|
|
"pose": "shizuku.pose.json",
|
|
"expressions": [
|
|
{
|
|
"name": "f01",
|
|
"file": "exp/f01.exp.json"
|
|
},
|
|
{
|
|
"name": "f02",
|
|
"file": "exp/f02.exp.json"
|
|
},
|
|
{
|
|
"name": "f03",
|
|
"file": "exp/f03.exp.json"
|
|
},
|
|
{
|
|
"name": "f04",
|
|
"file": "exp/f04.exp.json"
|
|
}
|
|
],
|
|
"layout": {
|
|
"center_x": 0,
|
|
"y": 1.2,
|
|
"width": 2.4
|
|
},
|
|
"hit_areas": [
|
|
{
|
|
"name": "head",
|
|
"id": "D_REF.HEAD"
|
|
},
|
|
{
|
|
"name": "body",
|
|
"id": "D_REF.BODY"
|
|
}
|
|
],
|
|
"motions": {
|
|
"idle": [
|
|
{
|
|
"file": "mtn/idle_01.mtn",
|
|
"fade_in": 2000,
|
|
"fade_out": 2000
|
|
}
|
|
]
|
|
}
|
|
} |