This commit is contained in:
eric
2026-06-08 06:05:31 -05:00
parent ebfec37e47
commit 06ab949d81
77 changed files with 3646 additions and 358 deletions

View File

@@ -1,9 +1,10 @@
from __future__ import annotations
from .avatar_assets import avatar_for_index
from .cities_extra import CITIES_EXTRA
CITIES = [
CITIES_BASE = [
{
"slug": "dali",
"idNumber": 1,
@@ -129,6 +130,8 @@ CITIES = [
{"slug": "zhuhai", "idNumber": 18, "name": "珠海", "nameEn": "Zhuhai", "country": "中国", "countryEmoji": "🇨🇳", "overallScore": 3.9, "costPerMonth": 5200, "internetSpeed": 70, "safety": "很好", "liked": "", "temperature": 23, "humidity": 75, "nomadsNow": 180, "description": "浪漫之城,毗邻澳门的海滨花园", "descriptionEn": "A relaxed coastal city next to Macau with clean streets and sea views.", "gradientFrom": "#0891b2", "gradientTo": "#6366f1", "icon": "🎡", "tags": ["海滨", "温暖", "宜居", "安全"], "lat": 22.3, "lng": 113.6, "region": "亚洲"},
]
CITIES = [*CITIES_BASE, *CITIES_EXTRA]
MEETUPS = [
{