diff --git a/frontend/src/components/Step2EnvSetup.vue b/frontend/src/components/Step2EnvSetup.vue index 0628cbf..d49d419 100644 --- a/frontend/src/components/Step2EnvSetup.vue +++ b/frontend/src/components/Step2EnvSetup.vue @@ -457,7 +457,7 @@
- 预计耗时约 {{ Math.round(customMaxRounds * 0.6) }} 分钟 + 若Agent规模为100:预计耗时约 {{ Math.round(customMaxRounds * 0.6) }} 分钟
@@ -497,7 +497,7 @@ - 预计耗时 {{ Math.round(autoGeneratedRounds * 0.6) }} 分钟 + 若Agent规模为100:预计耗时 {{ Math.round(autoGeneratedRounds * 0.6) }} 分钟
diff --git a/frontend/src/components/Step3Simulation.vue b/frontend/src/components/Step3Simulation.vue index 7ddbd29..df4ec63 100644 --- a/frontend/src/components/Step3Simulation.vue +++ b/frontend/src/components/Step3Simulation.vue @@ -6,47 +6,87 @@
- 𝕏 - Twitter - + + + + Info Plaza + + + + +
- R + ROUND {{ runStatus.twitter_current_round || 0 }}/{{ runStatus.total_rounds || maxRounds || '-' }} - T - {{ runStatus.twitter_simulated_hours || 0 }}h + Elapsed Time + {{ twitterElapsedTime }} - A + ACTS {{ runStatus.twitter_actions_count || 0 }}
+ +
+
Available Actions
+
+ POST + LIKE + REPOST + QUOTE + FOLLOW + IDLE +
+
- 📮 - Reddit - + + + + Topic Community + + + + +
- R + ROUND {{ runStatus.reddit_current_round || 0 }}/{{ runStatus.total_rounds || maxRounds || '-' }} - T - {{ runStatus.reddit_simulated_hours || 0 }}h + Elapsed Time + {{ redditElapsedTime }} - A + ACTS {{ runStatus.reddit_actions_count || 0 }}
+ +
+
Available Actions
+
+ POST + COMMENT + LIKE + DISLIKE + SEARCH + TREND + FOLLOW + MUTE + REFRESH + IDLE +
+
@@ -56,7 +96,7 @@ :disabled="phase !== 2" @click="handleNextStep" > - 开始生成结果报告 ➝ + 开始生成结果报告 @@ -66,10 +106,17 @@
- 共 {{ allActions.length }} 条动作 + TOTAL EVENTS: {{ allActions.length }} - - 📮 {{ redditActionsCount }} + + / + + + {{ redditActionsCount }} +
@@ -80,26 +127,36 @@
-
+
+
+
+
{{ (action.agent_name || 'A')[0] }}
{{ action.agent_name }}
-
- {{ getActionTypeLabel(action.action_type) }} + +
+
+ + +
+
+ {{ getActionTypeLabel(action.action_type) }} +
-
+
{{ action.action_args.content }}
@@ -110,8 +167,8 @@
- 🔗 - 引用 @{{ action.action_args.original_author_name || 'User' }} + + @{{ action.action_args.original_author_name || 'User' }}
{{ truncateContent(action.action_args.original_content, 150) }} @@ -122,8 +179,8 @@