fix:优化离开focus模式的机制,完全移除Interest机制,
This commit is contained in:
@@ -77,9 +77,8 @@ class StructuredInfo:
|
||||
|
||||
info_str = ""
|
||||
# print(f"self.data: {self.data}")
|
||||
|
||||
|
||||
for key, value in self.data.items():
|
||||
|
||||
# print(f"key: {key}, value: {value}")
|
||||
info_str += f"信息类型:{key},信息内容:{value}\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user