added flag, changed the location of the country name

This commit is contained in:
haerikimmm
2026-06-12 15:34:43 +09:00
parent 326b52b858
commit cb0e5602c8
3 changed files with 223 additions and 122 deletions

12
.claude/launch.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "Map-Jurnal",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5173,
"autoPort": true
}
]
}