chore: remove private chart data from project

This commit is contained in:
732642856
2026-07-08 17:03:04 +08:00
parent f5d28ee5ae
commit f5606a933b
137 changed files with 2834 additions and 5588 deletions
+2 -2
View File
@@ -481,7 +481,7 @@ def schema() -> dict[str, Any]:
"enum": {"__vedastro_enum__": "PlanetName", "value": "Sun"},
"geo": {
"__vedastro_type__": "GeoLocation",
"location_name": "REDACTED_PLACE",
"location_name": "San Francisco",
"longitude": 114.46,
"latitude": 36.6,
},
@@ -495,7 +495,7 @@ def schema() -> dict[str, Any]:
"offset": 8,
"geolocation": {
"__vedastro_type__": "GeoLocation",
"location_name": "REDACTED_PLACE",
"location_name": "San Francisco",
"longitude": 114.46,
"latitude": 36.6,
},