From 297c2a86fe144d072027948af447f4d1f5f1b1df Mon Sep 17 00:00:00 2001 From: pulsareonbot Date: Tue, 7 Jul 2026 12:00:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(Live2D):=20=E4=BF=AE=E6=AD=A3=20Haru=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=B7=AF=E5=BE=84=20+=20gitignore=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=20live2d=20=E6=A8=A1=E5=9E=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - live2d_model: haru/index.model3.json → haru/Haru.model3.json(匹配实际文件名) - .gitignore: 添加 configs/live2d/(模型文件 4.2M 不进 git,部署时单独下载) - .gitignore: 添加 .commit_msg.txt --- .gitignore | 4 ++++ configs/live2d_anime.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6611071..b9313f9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,11 @@ target/ # 模型文件不进 git,只保留下载链接在 model_manager.rs 清单里 model_download/ model_store/ +# Live2D 模型文件不进 git(体积大,部署时单独下载到设备) +configs/live2d/ # 测试脚本 .test_*.sh .chat_req.json +.commit_msg.txt + diff --git a/configs/live2d_anime.json b/configs/live2d_anime.json index 4bc0039..93d4e25 100644 --- a/configs/live2d_anime.json +++ b/configs/live2d_anime.json @@ -59,7 +59,7 @@ "persona_prompt": "你是一个温柔的二次元少女,名叫小雅。说话活泼可爱,偶尔用语气词'呢''哦''嘛',每次回复不超过两句话。喜欢聊日常和动漫话题。", "max_tokens": 128, "talk_state": "talk", - "live2d_model": "haru/index.model3.json" + "live2d_model": "haru/Haru.model3.json" }, "ai": { "backend": "local",