feat(yarn): 销售模块深入剧情与阶段节点

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 20:13:31 +08:00
co-authored by Cursor
parent 0011581503
commit 5cafddbfa0
3 changed files with 117 additions and 31 deletions
@@ -1,4 +1,4 @@
title: Start
title: Start
tags:
colorID: 8
position: 205,-53
@@ -44,6 +44,9 @@ position: 205,199
<<declare $PlugCount=0>>
<<declare $PlugAll=false>>
// 销售模块深入 - 当前转动到第几轮(1-based,由 SalesManager 写入)
<<declare $salesTurnIndex=0>>
<<jump Center>>
===
@@ -1,4 +1,4 @@
title: EmoPlugIn
title: EmoPlugIn
tags: 待编辑
colorID: 8
position: -2,-3039
@@ -84,4 +84,89 @@ colorID: 8
position: 480,-2840
---
恐惧找到了 #line:0b33608
===
title: 语义组织达到
tags: 销售模块深入
colorID: 8
position: 200,-3200
---
// 滑片进度 ≥ 1/3 时由 SalesManager 触发
me:语义组织阶段到了
===
title: 审查达到
tags: 销售模块深入
colorID: 8
position: 280,-3200
---
// 滑片进度 ≥ 2/3 时由 SalesManager 触发
me:审查阶段到了
===
title: 风格达到
tags: 销售模块深入
colorID: 8
position: 360,-3200
---
// 滑片进度 ≥ 1 时由 SalesManager 触发
me:风格阶段到了
===
title: 销售模块转动完成
tags: 销售模块深入
colorID: 8
position: 440,-3200
---
// 每轮转动完成时由 SalesManager 跳入,$salesTurnIndex 表示第几轮(1-based
// 可根据 $salesTurnIndex 分支不同内容
<<if $salesTurnIndex == 1>>
me:第一轮完成
<<elseif $salesTurnIndex == 2>>
me:第二轮完成
<<elseif $salesTurnIndex == 3>>
me:第三轮完成
<<elseif $salesTurnIndex == 4>>
me:第四轮完成
<<jump Center>>
<<else>>
me:转动完成
<<endif>>
===
// ═══════════════════════════════════════════════════════════════
// 波形相关节点(可被 Yarn 跳入,内部对接 WaveformDetector
// ═══════════════════════════════════════════════════════════════
title: 波形_显示并连接
tags: 波形
colorID: 6
position: 0,-3350
---
<<show_waveform_detector>>
<<connect_waveform_detector "滤波器">>
===
title: 波形_显示情绪
tags: 波形
colorID: 6
position: 140,-3350
---
<<show_waveform "emotion" 1.5>>
===
title: 波形_显示滤波器输出
tags: 波形
colorID: 6
position: 280,-3350
---
<<show_waveform "filter_output">>
===
title: 波形_隐藏
tags: 波形
colorID: 6
position: 420,-3350
---
<<hide_waveform_detector>>
===
+27 -29
View File
@@ -35,12 +35,11 @@ position: 275,-1056
// 步进查看模式 - 完整展示滤波器处理流程
// 设计思路:让玩家一步步看到情绪是如何被"吃掉"的
// ═══════════════════════════════════════════════════════════════
<<switch_fix_system_to "Sales">>
<<show_waveform_detector>>
<<connect_waveform_detector "滤波器">>
Analysing: 启动链路诊断,步进回放中... #line:0a5fa53
ChipModule: ═══ 进入步进诊断模式:时间被切成一格一格 ═══ #line:0b627e0
// Analysing: 启动链路诊断,步进回放中... #line:0a5fa53
// ChipModule: ═══ 进入步进诊断模式:时间被切成一格一格 ═══ #line:0b627e0
me: 逻辑通道稳定,像打了稳态补丁 #line:047d241
me: 现在追踪情绪通道,看看它在滤波器里是怎么被“剪辑”的 #line:047d242
@@ -61,7 +60,7 @@ position: 275,-956
// ═══════════════════════════════════════════════════════════════
<<show_waveform "emotion" 1.5>>
ChipModule: ▸ 步骤1/4情绪模块信号接收 #line:00a336c
ChipModule: ▸情绪模块信号接收 #line:00a336c
ChipModule: 信号类型:低频波形 #line:00a336d
<<wait 0.5>>
@@ -70,12 +69,14 @@ me: 这里是输入端的原始波形 #line:00a336e
me: 低频、低幅、微弱起伏 #line:00a336f1
me: 像压住的叹息,是悲伤/压抑的基态 #line:00a336f
->进入屏蔽词检测 #line:040d560
<<jump 步进_屏蔽词检测>>
// ->进入屏蔽词检测 #line:040d560
// <<jump 步进_语义合成>>
me:转动发条来检测吧 #line:040d560
===
title: 步进_屏蔽词检测
title: 步进_语义合成
tags:
colorID: 8
position: 275,-856
@@ -85,22 +86,19 @@ position: 275,-856
// 视觉:横向扫描效果,仪表琥珀/CRT扫描线扫过波形
// 结果:通过
// ═══════════════════════════════════════════════════════════════
ChipModule: ▸ 步骤2/4:屏蔽词检测 #line:09ee416a
ChipModule: 正在扫描敏感内容... #line:09ee416
// ChipModule: ▸ 步骤1/3:语义合成进行中 #line:09ee416a
<<check_waveform_sweep 2 0.25>>
// <<check_waveform_sweep 2 0.25>>
ChipModule: ✓ 无敏感内容,检测通过 #line:0a9f0e6
ChipModule: 语义合成完成 #line:0a9f0e6
me: 屏蔽项检测通过 #line:0e7dffe
me: 信号内容没有触发禁区规则 #line:0e7dfff
->进入限幅检测 #line:094de1f
<<jump 步进_限幅检测>>
me: 似乎一切正常 #line:0e7dffe
// me: 信号内容没有触发禁区规则 #line:0e7dfff
me: 继续吧 #line:094de1f
// ->进入语言审查 #line:094de1f
// <<jump 步进_语言审查>>
===
title: 步进_限幅检测
title: 步进_语言审查
tags:
colorID: 8
position: 275,-756
@@ -110,23 +108,23 @@ position: 275,-756
// 视觉:检测波形的峰值/谷值,仪表脉冲(更像硬件阈值指示)
// 结果:通过
// ═══════════════════════════════════════════════════════════════
ChipModule: ▸ 步骤3/4:限幅检测 #line:03287b2a
ChipModule: 正在检测信号幅度范围... #line:03287b2
// ChipModule: ▸ 步骤2/3:语言审查 #line:03287b2a
// ChipModule: 正在检测信号幅度范围... #line:03287b2
<<check_waveform_range 2 0.12>>
// <<check_waveform_range 2 0.12>>
ChipModule: ✓ 幅度正常,检测通过 #line:007a677
me: 限幅检测通过 #line:087c52b
me: 强度在允许区间内 #line:087c52c1
me: 下一步应该进入输出混合 #line:087c52c2
me: 下一步应该进入语气调整 #line:087c52c2
->继续观察输出混合 #line:00fe17b
<<jump 步进_异常介入>>
// ->继续观察输出混合 #line:00fe17b
// <<jump 步进_异常介入>>
===
title: 步进_异常介入
title: 步进_语气调整
tags:
colorID: 8
position: 275,-656
@@ -140,9 +138,9 @@ position: 275,-656
// 4. 最终变成尖锐的锯齿波
// 叙事:这是玩家发现真相的时刻
// ═══════════════════════════════════════════════════════════════
ChipModule: ▸ 步骤4/4:准备输出混合... #line:04fa556
// ChipModule: ▸ 步骤3/3:准备输出混合... #line:04fa556
<<wait 0.8>>
// <<wait 0.8>>
ChipModule: ⚠ 检测到异常进程介入! #line:04fa557
me: 等等——波形形态在偏移,像被外部链路强行改写 #line:087c52c