⇠
返回
选择你的牌阵
请根据你的困惑选择一个适合的牌阵
{{item.name}}
{{item.description}}
正在感应你的能量,请保持内心平静...
请挑选 {{selectedSpread.cardCount}} 张牌
凭直觉选出触动你的卡牌
{{index + 1}}
module.exports.isSelected = function(indices, currentIdx) {
return indices.indexOf(currentIdx) !== -1;
};
module.exports.getTransform = function(indices, currentIdx, count) {
var pos = indices.indexOf(currentIdx);
if (pos !== -1) {
var itemWidth = 140 + 20;
var centerOffset = (pos - (count - 1) / 2) * itemWidth;
// 位移到上方槽位 (向上位移以对准 slots-container)
return 'translate(' + centerOffset + 'rpx, -450rpx) rotate(0deg)';
} else {
// 保持在牌堆中的放射状
return 'rotate(' + ((currentIdx - 10) * 8) + 'deg)';
}
};
{{drawnCardIndices.length}} / {{selectedSpread.cardCount}}
{{selectedSpread.positions[index]}}
{{item.name}}{{item.isReversed ? '(逆)' : ''}}
···
正在深度解读能量流向...
核心主题
{{aiResult.theme}}
当前状态
{{aiResult.status}}
潜在影响
{{aiResult.influence}}
{{item.posName}}
{{item.posMeaning}}
行动建议
{{aiResult.advice}}