Skip to content

fix:修复不使用体力券不点#1022

Merged
MistEO merged 1 commit intomainfrom
fix/ss
Mar 5, 2026
Merged

fix:修复不使用体力券不点#1022
MistEO merged 1 commit intomainfrom
fix/ss

Conversation

@zmdyy0318
Copy link
Contributor

@zmdyy0318 zmdyy0318 commented Mar 5, 2026

Summary by Sourcery

在流水线资产中更新 InSpace 协议资源配置文件。

Original summary in English

Summary by Sourcery

Update the InSpace protocol resource configuration file in the pipeline assets.

Copilot AI review requested due to automatic review settings March 5, 2026 14:47
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - 我已经审查了你的修改,看起来非常棒!


Sourcery 对开源项目是免费的 —— 如果你觉得我们的代码审查有帮助,请考虑分享给更多人 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进之后的审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@MistEO MistEO merged commit e35a3c9 into main Mar 5, 2026
14 checks passed
@MistEO MistEO deleted the fix/ss branch March 5, 2026 14:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

本 PR 旨在修复“协议空间”领取奖励时,出现“是否使用体力/理智消耗许可(券)”分支但选择“不使用”时未能点击的问题,确保自动化流程可继续完成领取。

Changes:

  • ProtocolSpaceReward 流程中新增“不使用许可”的识别与点击节点 ProtocolSpaceRewardDontUsePermit
  • 更新 ProtocolSpaceRewardClaim 描述,说明在部分活动场景下可直接领取无需选择

],
"expected": [
"消耗",
"Cost"
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ProtocolSpaceRewardDontUsePermit.expected 目前只包含中文/英文("消耗", "Cost"),但同文件内类似 OCR 节点(如 ProtocolSpaceRewardUsePermitProtocolSpaceTouchExitTouch)会覆盖繁中/日文/韩文等多语言。这里建议补齐对应语言的关键词(或改为更稳定的多语言匹配),否则在非中/英文客户端下可能无法识别到“不使用许可”选项而导致流程卡住。

Suggested change
"Cost"
"Cost",
"消費",
"コスト",
"소모"

Copilot uses AI. Check for mistakes.
"ProtocolSpaceRewardDontUsePermit",
"ProtocolSpaceRewardClaim"
]
},
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ProtocolSpaceReward 节点闭合行 }, 存在多余的尾随空格,且在本文件中不常见。建议去掉尾随空格以保持 JSON 格式一致,避免无意义的 diff / 格式化噪音。

Suggested change
},
},

Copilot uses AI. Check for mistakes.
MistEO pushed a commit that referenced this pull request Mar 9, 2026
MistEO pushed a commit that referenced this pull request Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants