From 23afd7cbebb328cdea237ca9003dc9011fc507d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Jun 2026 02:47:37 +0000 Subject: [PATCH] Update homepage text in README and app config --- README.md | 4 ++-- app.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ac715f..8332460 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# ⭐ 堅占星 Kin Astro +# ⭐ 堅占星 KinAstro|八十四體系占星
-![Kin Astro](https://img.shields.io/badge/Kin_Astro-堅占星-FF6B6B?style=for-the-badge&logo=star&logoColor=white) +![KinAstro](https://img.shields.io/badge/KinAstro-堅占星-FF6B6B?style=for-the-badge&logo=star&logoColor=white) ![Version](https://img.shields.io/badge/Version-2.7.0-00C853?style=for-the-badge) ![Systems](https://img.shields.io/badge/Systems-84-FFD700?style=for-the-badge) [![Repo Size](https://img.shields.io/github/repo-size/kentang2017/kinastro?label=Project%20Size)](https://github.com/kentang2017/kinastro) diff --git a/app.py b/app.py index 9a8bb26..e4d393a 100644 --- a/app.py +++ b/app.py @@ -1,5 +1,5 @@ """ -堅占星 (Kin Astro) — Multi-System Astrology Application +堅占星 (KinAstro) — Multi-System Astrology Application Multi-System Astrology Chart Application 支援七政四餘(中國)、紫微斗數、策天飛星、十二星次、達摩一掌經、太玄數占星、五運六氣、 @@ -24,7 +24,7 @@ # ── Page config must be the first Streamlit call ────────────────────────── st.set_page_config( - page_title="堅占星 KinAstro | 世界占星", + page_title="堅占星 KinAstro | 八十四體系占星", page_icon="🌌", layout="wide", initial_sidebar_state="expanded",