feat: polish Jyotisha mobile chat UI

This commit is contained in:
Jesse_Chen
2026-07-16 11:02:33 +08:00
parent da93fd7fd0
commit 1b91667087
9 changed files with 82 additions and 57 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const outputPath = resolve(
);
const response = await fetch(SOURCE_URL, {
headers: { "user-agent": "Ayanam location-data refresh" },
headers: { "user-agent": "Jyotisha location-data refresh" },
});
if (!response.ok) {