⇠
返回
{{item}}
{{item.tags[0]}}
{{item.name}}
{{item.description}}
请输入你想询问的问题
心中默念问题,塔罗牌将为你指引方向
{{question.length}}/200
{{questionQuality.icon}}
提问质量:{{questionQuality.level}}
塔罗为你低语…
{{item.text}}
正在感应你的能量,请保持内心平静...
请挑选 {{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 maxPerRow = 5;
var row = Math.floor(pos / maxPerRow);
var col = pos % maxPerRow;
var cardsRemaining = count - (row * maxPerRow);
var cardsInRow = (cardsRemaining > maxPerRow) ? maxPerRow : cardsRemaining;
// Container Calculation
var rowCount = Math.ceil(count / maxPerRow);
var contentHeight = (rowCount * 160) + ((rowCount - 1) * 20);
if (contentHeight < 240) { contentHeight = 240; } // Handle min-height: 240rpx
// Distance from Slot Container Top to Fan Deck Bottom
// FanHeight(380) + FanMarginTop(20) + ContainerMarginBottom(60) + ContainerHeight
var distToFanBottom = 380 + 20 + 60 + contentHeight;
// Determine Slot Center Y from Container Top
// Row 0 starts at 0. Center is 80.
// Row 1 starts at 180. Center is 260.
var slotCenterY = (row * 180) + 80;
// Target Y relative to Fan Bottom (0)
// SlotCenter is above FanBottom, so negative.
var targetY = -(distToFanBottom - slotCenterY);
// Adjust for Card Visual Center (Transform Origin: Bottom Center)
// Card Height 260 -> Scaled 0.65 -> 169
// Visual Center is 84.5 from bottom.
// We want visual center at targetY.
// Origin (Bottom) needs to be at targetY + 84.5
var yOffset = targetY + 84.5;
var centerOffset = (col - (cardsInRow - 1) / 2) * 120;
return 'translate(' + centerOffset + 'rpx, ' + yOffset + 'rpx) scale(0.65) rotate(0deg)';
} else {
return 'rotate(' + ((currentIdx - 10) * 8) + 'deg)';
}
};
{{drawnCardIndices.length}} / {{selectedSpread.cardCount}}
✦
依次点击牌面,逐一揭示
✦
···
{{aiLoadingText}}
核心主题
{{aiResult.theme}}
当前状态
{{aiResult.status}}
潜在影响
{{aiResult.influence}}
整体趋势
{{spreadStory}}
{{item.posName}}
在【{{questionType}}】来看:{{item.posMeaning}}
行动建议
{{aiResult.advice}}
⚠ 塔罗映照潜意识的微光,最终的选择始终在你手中。
“{{randomGuidanceText}}”