Skip to content

Commit

Permalink
style: adjust helpdoc
Browse files Browse the repository at this point in the history
调整帮助文档说明
修复命运之轮逆位的说明错误
  • Loading branch information
mystringEmpty committed Dec 1, 2023
1 parent 7be9430 commit 79b7ada
Show file tree
Hide file tree
Showing 7 changed files with 1,918 additions and 1,936 deletions.
2 changes: 1 addition & 1 deletion Dice/CardDeck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ namespace CardDeck
"【9】隐者(The Hermit,IX)正位:\n隐藏的事实,个别的行动,倾听他人的意见,享受孤独,有益的警戒,年长者,避开危险,祖父,乡间生活。",
"【9】隐者(The Hermit,IX)逆位:\n憎恨孤独,自卑,担心,幼稚思想,过于慎重导致失败,偏差,不宜旅行。",
"【10】命运之轮(The Wheel of Fortune,X)正位:\n关键性的事件,有新的机会,因的潮流,环境的变化,幸运的开端,状况好转,问题解决,幸运之神降临。",
"【10】命运之轮(The Wheel of Fortune,X)逆位:\n边疆的不行,挫折,计划泡汤,障碍,无法修正方向,往坏处发展,恶性循环,中断。",
"【10】命运之轮(The Wheel of Fortune,X)逆位:\n连续的不幸,挫折,计划泡汤,障碍,无法修正方向,往坏处发展,恶性循环,中断。",
"【11】正义(Justice,XI)正位:\n公正、中立、诚实、心胸坦荡、表里如一、身兼二职、追求合理化、协调者、与法律有关、光明正大的交往、感情和睦。",
"【11】正义(Justice,XI)逆位:\n失衡、偏见、纷扰、诉讼、独断专行、问心有愧、无法两全、表里不一、男女性格不合、情感波折、无视社会道德的恋情。",
"【12】倒吊人(The Hanged Man,XII)正位:\n接受考验、行动受限、牺牲、不畏艰辛、不受利诱、有失必有得、吸取经验教训、浴火重生、广泛学习、奉献的爱。",
Expand Down
2 changes: 1 addition & 1 deletion Dice/DiceEvent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void DiceEvent::replyMsg(const std::string& key) {
if (isVirtual && fromChat.uid == console.DiceMaid && isPrivate())return;
strReply = getMsg(key, *this);
logEcho();
if (console["ReferMsgReply"] && get_ll("msgid"))strReply = "[CQ:reply,id=" + get_str("msgid") + "]" + strReply;
//if (console["ReferMsgReply"] && get_ll("msgid"))strReply = "[CQ:reply,id=" + get_str("msgid") + "]" + strReply;
AddMsgToQueue(strReply, fromChat);
}
void DiceEvent::replyHelp(const std::string& key) {
Expand Down
Loading

0 comments on commit 79b7ada

Please sign in to comment.