mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
Fixed banner
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Reload Backend
|
||||
|
||||

|
||||

|
||||
|
||||
Reload Backend is a universal Fortnite private server backend written in [JavaScript](https://en.wikipedia.org/wiki/JavaScript)
|
||||
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
"_type": "Battle Royale News",
|
||||
"messages": [
|
||||
{
|
||||
"image": "https://i.imgur.com/L06O0IJ.png",
|
||||
"image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"hidden": false,
|
||||
"_type": "CommonUI Simple Message Base",
|
||||
"adspace": "DISCORD!",
|
||||
@@ -218,7 +218,7 @@
|
||||
"spotlight": false
|
||||
},
|
||||
{
|
||||
"image": "https://imgur.com/L06O0IJ.png",
|
||||
"image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"hidden": false,
|
||||
"_type": "CommonUI Simple Message Base",
|
||||
"adspace": "ENJOY!",
|
||||
@@ -1192,10 +1192,10 @@
|
||||
"tournaments": [
|
||||
{
|
||||
"title_color": "FFFFFF",
|
||||
"loading_screen_image": "https://imgur.com/L06O0IJ.png",
|
||||
"loading_screen_image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"background_text_color": "1B1B1B",
|
||||
"background_right_color": "DD091A",
|
||||
"poster_back_image": "https://imgur.com/L06O0IJ.png",
|
||||
"poster_back_image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"_type": "Tournament Display Info",
|
||||
"pin_earned_text": "Burlone is the winner!",
|
||||
"tournament_display_id": "s11_switchcup",
|
||||
@@ -1203,7 +1203,7 @@
|
||||
"schedule_info": "November 2nd & 3rd: 2pm - 5pm JST",
|
||||
"primary_color": "FFFFFF",
|
||||
"flavor_description": "cool",
|
||||
"poster_front_image": "https://imgur.com/L06O0IJ.png",
|
||||
"poster_front_image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"short_format_title": "Event Sessions",
|
||||
"title_line_2": "boomer",
|
||||
"title_line_1": "Solo",
|
||||
@@ -1213,7 +1213,7 @@
|
||||
"long_format_title": "nice",
|
||||
"poster_fade_color": "DD091A",
|
||||
"secondary_color": "1B1B1B",
|
||||
"playlist_tile_image": "https://imgur.com/L06O0IJ.png",
|
||||
"playlist_tile_image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"base_color": "FFFFFF"
|
||||
}
|
||||
],
|
||||
@@ -6256,7 +6256,7 @@
|
||||
"motds": [
|
||||
{
|
||||
"entryType": "Website",
|
||||
"image": "https://i.imgur.com/L06O0IJ.png",
|
||||
"image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"tileImage": "https://i.imgur.com/KaJkHgq.png",
|
||||
"videoMute": false,
|
||||
"hidden": false,
|
||||
@@ -6370,7 +6370,7 @@
|
||||
"_type": "Battle Royale News",
|
||||
"messages": [
|
||||
{
|
||||
"image": "https://i.imgur.com/L06O0IJ.png",
|
||||
"image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"hidden": false,
|
||||
"_type": "CommonUI Simple Message Base",
|
||||
"adspace": "DISCORD!",
|
||||
@@ -6379,7 +6379,7 @@
|
||||
"spotlight": false
|
||||
},
|
||||
{
|
||||
"image": "https://imgur.com/L06O0IJ.png",
|
||||
"image": "https://i.imgur.com/ImIwpRm.png",
|
||||
"hidden": false,
|
||||
"_type": "CommonUI Simple Message Base",
|
||||
"adspace": "ENJOY!",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
{
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"url": "https://i.imgur.com/L06O0IJ.png"
|
||||
"url": "https://i.imgur.com/ImIwpRm.png"
|
||||
}
|
||||
],
|
||||
"tabTitleOverride": "Reload Backend",
|
||||
|
||||
@@ -113,7 +113,7 @@ function getContentPages(req) {
|
||||
if (memory.build < 5.30) {
|
||||
news.forEach(mode => {
|
||||
contentpages[mode].news.messages[0].image = "https://cdn.discordapp.com/attachments/927739901540188200/930879507496308736/discord.png";
|
||||
contentpages[mode].news.messages[1].image = "https://imgur.com/L06O0IJ.png";
|
||||
contentpages[mode].news.messages[1].image = "https://i.imgur.com/ImIwpRm.png";
|
||||
});
|
||||
}
|
||||
} catch {}
|
||||
|
||||
Reference in New Issue
Block a user