This commit is contained in:
tree 2023-01-23 20:45:48 +01:00
rodič 2d81e7861e
revize be5f71cf0e
5 změnil soubory, kde provedl 16 přidání a 4 odebrání

Zobrazit soubor

@ -1,7 +1,13 @@
export async function data($) { export async function data($) {
const bundle = await $.loadJSONUrl("https://spec.utxo.cz/23/bundle.json"); const bundle = await $.loadJSONUrl("https://spec.utxo.cz/23/bundle.json");
return { return {
speakers: bundle.spec.speakers, speakers: bundle.spec.speakers.map(s => {
if (s.photos && s.photos[0]) {
const [ tp, ext ] = s.photos[0].split(":")
s.photoUrl = `https://spec.utxo.cz/22/photos/speakers/${s.id}-${tp}.${ext}`
}
return s
}),
tracks: bundle.spec.tracks, tracks: bundle.spec.tracks,
}; };
} }

Zobrazit soubor

@ -13,7 +13,9 @@
"photos": [ "photos": [
"web:png", "web:png",
"twitter:jpg" "twitter:jpg"
] ],
"photoUrl": "https://spec.utxo.cz/22/photos/speakers/petr-lukac-web.png",
"photo": "photos/speakers/petr-lukáč.png"
}, },
{ {
"id": "tereza-starostova", "id": "tereza-starostova",
@ -27,7 +29,9 @@
"country": "cz", "country": "cz",
"photos": [ "photos": [
"twitter:jpg" "twitter:jpg"
] ],
"photoUrl": "https://spec.utxo.cz/22/photos/speakers/tereza-starostova-twitter.jpg",
"photo": "photos/speakers/tereza-starostová.jpg"
}, },
{ {
"id": "tree", "id": "tree",
@ -44,7 +48,9 @@
"desc": "Founder of @gweicz | 🦄 #Ethereum #DeFi #DAO enthusiast 🦇🔊 | ✈️ #travel maniac | ⚡ riding #electricunicycle | 🇨🇿🇬🇧 lang | 🟡⚫ | 🇺🇦 Слава Україні!\n", "desc": "Founder of @gweicz | 🦄 #Ethereum #DeFi #DAO enthusiast 🦇🔊 | ✈️ #travel maniac | ⚡ riding #electricunicycle | 🇨🇿🇬🇧 lang | 🟡⚫ | 🇺🇦 Слава Україні!\n",
"photos": [ "photos": [
"twitter:jpg" "twitter:jpg"
] ],
"photoUrl": "https://spec.utxo.cz/22/photos/speakers/tree-twitter.jpg",
"photo": "photos/speakers/tree.jpg"
} }
], ],
"tracks": [ "tracks": [

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 55 KiB

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 42 KiB

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 32 KiB