迁移:4b59eda(feat:修改focus value的用途)

This commit is contained in:
Windpicker-owo
2025-09-02 21:14:30 +08:00
parent e361bf429f
commit e29e9e563a
4 changed files with 28 additions and 32 deletions

View File

@@ -62,7 +62,7 @@ class HfcContext:
self.focus_energy = 1
self.no_reply_consecutive = 0
self.total_interest = 0.0
# 引用HeartFChatting实例以便其他组件可以调用其方法
self.chat_instance = None