feat(redrock_caidanci_grade): /提示 随机二选一与 /怎么猜单词 玩法说明 - #18
Merged
5 commits merged intoAug 8, 2026
Merged
Conversation
- 开局话术难度/长度分行,明确每局仅一次提示 - 指定难度/长度的方法从开局话术移入 /怎么猜单词 - /提示 每局仅一次,用后拒绝再次请求
- 30% 概率回复一个词性(名词/动词等)+ 单个中文意思(取释义首义) - 其余 70% 维持棋盘揭示正确字母(#00BFFF) - 词性行解析跳过 [计]/[医] 等非词性行,无词性行时回退字母提示 - 词性提示同样计入每局仅一次的限制
- 删减 小姐/回复可见/发卡/招商/现货/代发/引流 - 上号器 保留并移至文件末尾
ghost
self-requested a review
August 8, 2026 15:57
ghost
approved these changes
Aug 8, 2026
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
1.
/提示随机二选一(概率 0.3 / 0.7)💡 提示:词性是名词,一个意思是「巧克力」[计]/[医]等非词性行;释义无词性行时自动回退到字母提示hint_used状态)2. 新增
/怎么猜单词玩法说明命令/猜单词回复移入新命令/猜单词开局话术精简:难度/长度分行,明确「本局只能提示一次」3. 版本
hago validate redrock_caidanci_grade --strict校验
./hago validate redrock_caidanci_grade --strict✅