chore: align report version and ignore local ephemeris
This commit is contained in:
@@ -43,5 +43,9 @@ frontend/pnpm-workspace.yaml
|
||||
/benchmarks/vedastro_nuget_probe/bin/
|
||||
/benchmarks/vedastro_nuget_probe/obj/
|
||||
|
||||
# Local ephemeris/runtime data downloaded outside the repo artifact contract
|
||||
/hip_main.dat
|
||||
/hip_main.dat.download
|
||||
|
||||
# Local isolated feature worktrees
|
||||
.worktrees/
|
||||
|
||||
@@ -467,11 +467,11 @@ Examples:
|
||||
footer_cn = """<div class="footer-note">
|
||||
本报告基于传统吠陀占星方法(Parashari Jyotish | KN Rao School)。<br>
|
||||
每项结论均有量化行星指标支撑。仅供自我反思与战略思考参考。<br>
|
||||
Powered by Jyotish Engine v6.9.7 & Swiss Ephemeris</div>"""
|
||||
Powered by Jyotish Engine v6.9.14 & Swiss Ephemeris</div>"""
|
||||
footer_en = """<div class="footer-note">
|
||||
Generated using traditional Vedic astrological methods (Parashari Jyotish | KN Rao School).<br>
|
||||
Every claim backed by quantified planetary metrics. For self-reflection purposes only.<br>
|
||||
Powered by Jyotish Engine v6.9.7 & Swiss Ephemeris</div>"""
|
||||
Powered by Jyotish Engine v6.9.14 & Swiss Ephemeris</div>"""
|
||||
footer = footer_cn if lang == "cn" else footer_en
|
||||
|
||||
html_lang = "zh-CN" if lang == "cn" else "en"
|
||||
|
||||
Reference in New Issue
Block a user