diff --git a/index.html b/index.html index bcb20c8..594b744 100644 --- a/index.html +++ b/index.html @@ -861,8 +861,8 @@ const MTN_COLORS = { "Pallars Jussร ":"#D4851F","Alt Urgell":"#E09828","Cerdanya":"#E8A82E", "Ripollรจs":"#C86820","Garrotxa":"#B05818","Berguedร ":"#D07B25","Solsonรจs":"#E8B835", }; -const LEVEL_ICONS = {1:'๐Ÿ‘€',2:'๐Ÿงฉ',3:'๐Ÿ”—',4:'โœ๏ธ',5:'๐Ÿ—บ๏ธ'}; -const LEVEL_NAMES = {1:'Descobreix',2:'Tria',3:'Uneix',4:'Escriu',5:'El Mapa'}; +const LEVEL_ICONS = {1:'๐Ÿ‘€',2:'๐Ÿงฉ',3:'๐Ÿ”—',4:'โœ๏ธ',5:'๐Ÿ—บ๏ธ',6:'๐Ÿ”ฎ',7:'๐Ÿ’ฐ'}; +const LEVEL_NAMES = {1:'Descobreix',2:'Tria',3:'Uneix',4:'Escriu',5:'El Mapa',6:'Mapa Cec',7:'Milionari'}; /* โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ESTAT @@ -1102,7 +1102,7 @@ async function loadStats() { `; }).join('') || '
Cap sessiรณ registrada
'; - const barRows = [1,2,3,4,5].map(lvl => { + const barRows = [1,2,3,4,5,6,7].map(lvl => { const s = ls[lvl]; const pct = s?.bestPct ?? null; const color = pct===null ? '#ddd' : pct>=80 ? '#4DBD6E' : pct>=50 ? '#F4A535' : '#F05C5C';