(text: string)
| 56 | 阳阴胜: "阳阴胜:劳碌又劳心,劳心终有成。清风来借力,欢笑见前程。先凶后吉。", |
| 57 | 阴阳阴: "阴阳阴:秋叶无颜色,凋零一夜风。晨鸡醒午梦,心事总成空。梦难成真。", |
| 58 | }; |
| 59 | |
| 60 | function pickRandomToss(): TossResult { |
| 61 | const index = randomInt(TOSS_OPTIONS.length); |
| 62 | return TOSS_OPTIONS[index]; |
| 63 | } |
| 64 | |
| 65 | function getInterpretation(text: string): string { |
| 66 | const positiveKeywords = [ |
| 67 | "大吉", |
| 68 | "上上", |