Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

宫位飞星判断 #143

Closed
SylarLong opened this issue Dec 11, 2023 · 0 comments · Fixed by #149
Closed

宫位飞星判断 #143

SylarLong opened this issue Dec 11, 2023 · 0 comments · Fixed by #149
Assignees
Labels
功能|feature new features

Comments

@SylarLong
Copy link
Owner

SylarLong commented Dec 11, 2023

摘要(Summary)

🇨🇳
目前功能只有生年四化和流四化的判断,需要加入宫位飞星四化的判断。


需求(Requirements)

🇨🇳

  • 判断指定宫位是否飞化到目标宫位,四化传入数组,中一个即返回true
    • 目标宫位序号或名字,四化(数组)
    • 输出布尔值
  • 判断指定宫位是否没有飞化到目标宫位,四化传入数组,所有四化都没有中才返回true
    • 目标宫位序号或名字,四化(数组)
    • 输出布尔值
  • 判断指定宫位是否有自化
    • 传入四化(可选),如果不传入则会判断所有四化
    • 输出布尔值
  • 获取指定宫位飞化宫位数据
    • 目标宫位序号或名字
    • 输出禄权科忌所在宫位实例数组,数组下标对应 [禄,权,科,忌]
@SylarLong SylarLong added the 功能|feature new features label Dec 11, 2023
@SylarLong SylarLong self-assigned this Dec 11, 2023
SylarLong added a commit that referenced this issue Dec 17, 2023
SylarLong added a commit that referenced this issue Dec 17, 2023
🪄 flyinstar judgement feature #143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
功能|feature new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant