feat(web): add perceptual node

This commit is contained in:
zhaoying
2026-03-24 12:23:23 +08:00
parent 4d2ad5757c
commit 9cbffd6408
8 changed files with 144 additions and 11 deletions

View File

@@ -1542,6 +1542,7 @@ export const en = {
MemorySummary: 'Long-term Accumulation',
Statement: 'Emotional Memory',
ExtractedEntity: 'Episodic Memory',
Perceptual: 'Perceptual Memory',
positive: 'Positive Emotion',
negative: 'Negative Emotion',
neutral: 'Neutral Emotion',

View File

@@ -1540,6 +1540,7 @@ export const zh = {
MemorySummary: '长期沉淀',
Statement: '情绪记忆',
ExtractedEntity: '情景记忆',
Perceptual: '感知记忆',
positive: '正向情绪',
negative: '负向情绪',
neutral: '中性情绪',