186 lines
7.5 KiB
JavaScript
186 lines
7.5 KiB
JavaScript
// 牌阵配置 - 包含所有可用牌阵
|
|
const SPREADS = [
|
|
{
|
|
"id": "one_card_guidance",
|
|
"name": "单张指引",
|
|
"cardCount": 1,
|
|
"cost": 1,
|
|
"positions": ["当下的指引"],
|
|
"description": "为你此刻的状态提供一个温和而清晰的方向提示",
|
|
"tags": ["综合"],
|
|
"aiSchema": ["core_theme", "current_state", "action_advice"]
|
|
},
|
|
{
|
|
"id": "three_time_flow",
|
|
"name": "过去·现在·未来",
|
|
"cardCount": 3,
|
|
"cost": 3,
|
|
"positions": ["过去", "现在", "未来"],
|
|
"description": "帮助你理解事情的发展过程与可能走向",
|
|
"tags": ["综合", "决策"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "three_problem_solution",
|
|
"name": "问题·阻碍·建议",
|
|
"cardCount": 3,
|
|
"cost": 3,
|
|
"positions": ["问题核心", "当前阻碍", "行动建议"],
|
|
"description": "聚焦关键问题,找出当下最可行的应对方式",
|
|
"tags": ["决策"],
|
|
"aiSchema": ["core_theme", "current_state", "action_advice"]
|
|
},
|
|
{
|
|
"id": "love_spark",
|
|
"name": "爱情火花",
|
|
"cardCount": 3,
|
|
"cost": 3,
|
|
"positions": ["你的感受", "对方的感受", "关系潜力"],
|
|
"description": "探索彼此的真实感受与这段关系的可能性",
|
|
"tags": ["爱情"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "two_choice_decision",
|
|
"name": "二选一抉择",
|
|
"cardCount": 4,
|
|
"cost": 4,
|
|
"positions": ["选择A的发展", "选择A的结果", "选择B的发展", "选择B的结果"],
|
|
"description": "对比两种选择的潜在走向,辅助理性决策",
|
|
"tags": ["决策"],
|
|
"aiSchema": ["core_theme", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "relationship_healing",
|
|
"name": "关系修复",
|
|
"cardCount": 4,
|
|
"cost": 4,
|
|
"positions": ["问题根源", "你的责任", "对方的责任", "修复方向"],
|
|
"description": "深入理解关系裂痕,找到和解与修复的路径",
|
|
"tags": ["爱情"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "five_situation_analysis",
|
|
"name": "现状分析",
|
|
"cardCount": 5,
|
|
"cost": 5,
|
|
"positions": ["现状", "内在因素", "外在影响", "行动方向", "可能结果"],
|
|
"description": "从内外层面拆解局势,明确下一步行动",
|
|
"tags": ["事业", "综合"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "relationship_spread",
|
|
"name": "关系洞察",
|
|
"cardCount": 5,
|
|
"cost": 5,
|
|
"positions": ["你的位置", "对方的位置", "关系现状", "隐藏影响", "未来趋势"],
|
|
"description": "理解一段关系中的互动模式与发展方向",
|
|
"tags": ["爱情"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "destiny_connection",
|
|
"name": "缘分探索",
|
|
"cardCount": 5,
|
|
"cost": 5,
|
|
"positions": ["前世因缘", "今生相遇", "情感纽带", "考验挑战", "缘分走向"],
|
|
"description": "探索两人之间的灵性连接与命运安排",
|
|
"tags": ["爱情"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "career_breakthrough",
|
|
"name": "职场突破",
|
|
"cardCount": 5,
|
|
"cost": 5,
|
|
"positions": ["当前困境", "优势资源", "潜在机会", "需要克服", "突破方向"],
|
|
"description": "识别职场瓶颈,找到突破与晋升的关键",
|
|
"tags": ["事业"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "timeline_spread",
|
|
"name": "时间之流",
|
|
"cardCount": 5,
|
|
"cost": 5,
|
|
"positions": ["远古根源", "过去影响", "当下状态", "近期发展", "未来趋势"],
|
|
"description": "追溯事件的时间线,看清发展脉络",
|
|
"tags": ["综合"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "diamond_spread",
|
|
"name": "钻石牌阵",
|
|
"cardCount": 5,
|
|
"cost": 5,
|
|
"positions": ["问题本质", "过去原因", "未来发展", "外部资源", "最佳行动"],
|
|
"description": "多角度剖析问题,找到解决之道",
|
|
"tags": ["决策"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "career_planning",
|
|
"name": "事业规划",
|
|
"cardCount": 6,
|
|
"cost": 6,
|
|
"positions": ["当前位置", "核心优势", "发展方向", "潜在障碍", "贵人助力", "长期目标"],
|
|
"description": "全面规划职业发展路径,明确长期目标",
|
|
"tags": ["事业"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "wealth_analysis",
|
|
"name": "财运分析",
|
|
"cardCount": 6,
|
|
"cost": 6,
|
|
"positions": ["财务现状", "收入来源", "支出模式", "投资机会", "财务风险", "财富增长"],
|
|
"description": "深入分析财务状况,找到财富增长的路径",
|
|
"tags": ["事业"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "spiritual_guidance",
|
|
"name": "灵性指引",
|
|
"cardCount": 7,
|
|
"cost": 7,
|
|
"positions": ["当前能量", "内在阻碍", "潜在天赋", "灵性课题", "指导建议", "未来机遇", "最高指引"],
|
|
"description": "深入探索内在世界,获得灵性层面的启发",
|
|
"tags": ["深度"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "horseshoe_spread",
|
|
"name": "马蹄铁牌阵",
|
|
"cardCount": 7,
|
|
"cost": 7,
|
|
"positions": ["过去", "现在", "未来", "你的态度", "他人影响", "障碍", "最终结果"],
|
|
"description": "全面了解情况的来龙去脉与未来走向",
|
|
"tags": ["综合"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "celtic_cross",
|
|
"name": "凯尔特十字",
|
|
"cardCount": 10,
|
|
"cost": 10,
|
|
"positions": ["现状", "挑战", "根基", "过去", "可能性", "近期未来", "你的态度", "外部影响", "希望与恐惧", "最终结果"],
|
|
"description": "最经典的综合牌阵,深度解析生命议题",
|
|
"tags": ["深度"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
},
|
|
{
|
|
"id": "tree_of_life",
|
|
"name": "生命之树",
|
|
"cardCount": 10,
|
|
"cost": 10,
|
|
"positions": ["王冠", "智慧", "理解", "慈悲", "严厉", "美丽", "胜利", "荣耀", "基础", "王国"],
|
|
"description": "基于卡巴拉生命之树的深度灵性探索",
|
|
"tags": ["深度"],
|
|
"aiSchema": ["core_theme", "current_state", "potential_influence", "action_advice"]
|
|
}
|
|
];
|
|
|
|
module.exports = SPREADS;
|