feat(divination): 重构手动起卦教程,支持三硬币交互选择

This commit is contained in:
qzl
2026-04-07 18:41:08 +08:00
parent f904286ba7
commit f394df9362
29 changed files with 873 additions and 326 deletions
+58 -22
View File
@@ -80,11 +80,15 @@
"signBad": "下下签",
"language": "语言",
"settingsTitle": "设置",
"settingsSectionGeneral": "通用设置",
"settingsSectionGeneral": "偏好设置",
"settingsSectionQuickAccess": "一级菜单",
"settingsSectionAccount": "账户操作",
"settingsSectionPrivacy": "隐私设置",
"settingsSectionNotification": "通知设置",
"settingsInterfaceLanguage": "界面语言",
"settingsAiLanguage": "AI回复语言",
"settingsNotificationAllow": "允许通知",
"settingsNotificationVibration": "允许振动",
"settingsSectionAbout": "关于",
"settingsGeneralTitle": "通用设置",
"settingsGeneralSubtitle": "语言:{currentLanguage},其余字段按 profiles.settings 结构预留",
@@ -166,14 +170,14 @@
}
}
},
"settingsCoinCenterDescription": "充值入口暂未接入支付逻辑,先展示套餐与购买流程入口。",
"settingsCoinCenterDescription": "",
"settingsCoinRechargeSection": "充值套餐",
"settingsCoinPackBasic": "入门补充包",
"settingsCoinPackPopular": "常用加量包",
"settingsCoinPackPremium": "高频进阶包",
"settingsCoinPackPopularBadge": "推荐",
"settingsPurchaseButton": "立即支付",
"settingsPurchasePending": "支付能力暂未接入",
"settingsPurchasePending": "",
"settingsCoinAmount": "{amount} 点数",
"@settingsCoinAmount": {
"placeholders": {
@@ -226,7 +230,9 @@
"divinationMethodTipManual": "手动起卦:需要准备三枚同样的铜钱或硬币。",
"divinationMethodTipRecommend": "推荐使用手动起卦,卦象解读准确概率更高。",
"divinationManualGuideTitle": "手动起卦教程",
"divinationManualGuideInstruction": "准备三枚同样铜钱,按页面引导连续完成六次摇卦。",
"divinationManualGuideStep1": "左侧为花面,右侧为字面。准备三枚相同的钱币,任何类似款式均可。",
"divinationManualGuideStep2": "双手捧起钱币,闭目心中默念所问之事,然后抛掷钱币于桌面,记录字面和花面出现的次数。",
"divinationManualGuideStep3": "记录每次结果,按照「字面在上还是花面在上」记录。重复六次,从下往上记录。",
"divinationIAcknowledge": "我知道了",
"divinationClose": "关闭",
"divinationModify": "修改",
@@ -287,22 +293,23 @@
"transitionPreparing": "天机推演中",
"transitionDeriving": "正在解卦",
"transitionDone": "解卦完成\n点击查看",
"processingCardQianTitle": "Qian • The Creative",
"processingCardQianQuote": "The movement of Heaven is full of power; thus the noble one makes himself strong and tireless.",
"processingCardDuiTitle": "Dui • The Joyous",
"processingCardDuiQuote": "Joy grounded in integrity brings openness, harmony, and right expression.",
"processingCardLiTitle": "Li • The Clinging Fire",
"processingCardLiQuote": "With clear brilliance, the great one illumines all directions.",
"processingCardZhenTitle": "Zhen • The Arousing Thunder",
"processingCardZhenQuote": "Shock awakens the heart; composure turns fear into growth.",
"processingCardXunTitle": "Xun • The Gentle Wind",
"processingCardXunQuote": "Gentle penetration furthers progress and helps one meet the right people.",
"processingCardKanTitle": "Kan • The Abysmal Water",
"processingCardKanQuote": "In danger, sincerity and disciplined action carry one through.",
"processingCardGenTitle": "Gen • Keeping Still Mountain",
"processingCardGenQuote": "Stillness at the proper time keeps one centered and steady in place.",
"processingCardKunTitle": "Kun • The Receptive Earth",
"processingCardKunQuote": "The Earth's condition is devoted receptivity; the noble one carries all with broad virtue.",
"iChingTitle": "周易",
"processingCardQianTitle": "乾 • 元亨利贞",
"processingCardQianQuote": "天行健,君子以自强不息。",
"processingCardDuiTitle": "兑 • 亨利贞",
"processingCardDuiQuote": "丽泽兑,君子以朋友讲习。",
"processingCardLiTitle": "离 • 明两作亨利贞",
"processingCardLiQuote": "大人以继明照于四方。",
"processingCardZhenTitle": "震 • 亨震来虩虩,笑言哑哑",
"processingCardZhenQuote": "震惊百里,惊远而惧迩也。",
"processingCardXunTitle": "巽 • 小亨利贞",
"processingCardXunQuote": "随风,君子以申命行事。",
"processingCardKanTitle": "坎 • 习坎有孚维心亨",
"processingCardKanQuote": "水流而不盈,行险而不失其信。",
"processingCardGenTitle": "艮 • 艮其背不获其身",
"processingCardGenQuote": "时止则止,时行则行,动静不失其时。",
"processingCardKunTitle": "坤 • 元亨利牝马之贞",
"processingCardKunQuote": "地势坤,君子以厚德载物。",
"ganZhiInfo": "干支信息",
"wuXingWangShuai": "五行旺衰",
"ganZhiKongWang": "空亡信息",
@@ -321,6 +328,7 @@
"manualYaoInstruction": "点击查看起卦方法与铜钱字花组合说明",
"manualYaoTipTitle": "提示",
"manualYaoTipContent": "请从下往上选,不是从上往下选。\n\n三枚铜钱一起摇,摇完一次选一次,一共摇六次。",
"manualCoinSelectHint": "点击硬币可翻转,调整字面和花面。记录摇卦结果。",
"autoScreenTitle": "自动起卦",
"autoSelectTime": "选择起卦时间",
"autoCoinDivination": "铜钱摇卦",
@@ -364,6 +372,34 @@
"confirm": "确认",
"cancel": "取消",
"autoSelectTime": "选择时间",
"coinFaceGuideTitle": "字花图片说明",
"coinFaceGuideDescription": "字=铜钱有字的一面\n花=铜钱有花纹的一面"
"coinFaceGuideTitle": "字花对照说明",
"coinFaceGuideDescription": "左侧为花面,右侧为字面。",
"settingsInviteTitle": "我的邀请",
"settingsInviteSubtitle": "邀请好友,共同获得奖励",
"settingsInviteMyCode": "我的邀请码",
"settingsInviteCopySuccess": "邀请码已复制",
"settingsInviteCopied": "已复制",
"settingsInviteCopy": "复制",
"settingsInviteStats": "已邀请:{count} 位好友",
"@settingsInviteStats": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"settingsInviteBindCode": "绑定邀请码",
"settingsInviteBindHint": "输入好友的邀请码",
"settingsInviteBindPlaceholder": "6位邀请码",
"settingsInviteBindButton": "绑定",
"settingsInviteBindSuccess": "邀请码绑定成功",
"settingsInviteBindFailed": "邀请码绑定失败",
"settingsInviteGenerateTitle": "生成我的邀请码",
"settingsInviteGenerateButton": "生成我的邀请码",
"settingsInviteGenerateSuccess": "邀请码生成成功",
"settingsInviteEmptyTitle": "邀请好友,获得奖励",
"settingsInviteEmptyDescription": "每成功邀请一位好友注册,您将获得积分奖励",
"settingsInviteInputLabel": "输入邀请码(选填)",
"settingsInviteInputHint": "输入邀请码绑定您的邀请人",
"settingsInviteInvalidCode": "请输入有效的6位邀请码"
}