This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-06-05 16:47:07 +05:30
parent 499c581c00
commit 8d90f8cd5c
26 changed files with 46 additions and 46 deletions

2
dist/js/home.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/home.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -4,10 +4,10 @@
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
"repository": {
"type": "git",
"url": "https://github.com/BobbyWibowo/lolisafe"
"url": "https://github.com/BRAVO68WEB/safe.b68dev.xyz"
},
"bugs": {
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
"url": "https://github.com/BRAVO68WEB/safe.b68dev.xyz/issues"
},
"engines": {
"node": ">=12.22.0"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 KiB

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="https://safe.fiery.me/icons/70px.png"/>
<square150x150logo src="https://safe.fiery.me/icons/270px.png"/>
<square310x310logo src="https://safe.fiery.me/icons/310px.png"/>
<wide310x150logo src="https://safe.fiery.me/icons/310pxw.png"/>
<TileColor>#232629</TileColor>
</tile>
</msapplication>
</browserconfig>
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="https://safe.b68dev.xyz/icons/70px.png"/>
<square150x150logo src="https://safe.b68dev.xyz/icons/270px.png"/>
<square310x310logo src="https://safe.b68dev.xyz/icons/310px.png"/>
<wide310x150logo src="https://safe.b68dev.xyz/icons/310pxw.png"/>
<TileColor>#232629</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@ -1,28 +1,28 @@
{
"name": "safe.fiery.me",
"short_name": "fiery.me",
"description": "A pomf-like file uploading service that doesn't suck.",
"background_color": "#232629",
"theme_color": "#232629",
"display": "standalone",
"lang": "en-US",
"orientation": "any",
"start_url": "/",
"icons": [
{
"src": "/icons/192pxr.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/384pxr.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/512pxr.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
{
"name": "safe.b68dev.xyz",
"short_name": "b68dev.xyz",
"description": "A keqw-like file uploading service that get you waifus.",
"background_color": "#232629",
"theme_color": "#232629",
"display": "standalone",
"lang": "en-US",
"orientation": "any",
"start_url": "/",
"icons": [
{
"src": "/icons/192pxr.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/384pxr.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/512pxr.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 KiB

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 290 KiB

View File

@ -164,7 +164,7 @@ page.checkIfPublic = () => {
/* global render */
if (typeof render !== 'undefined' && !render.done) render.do()
/* global newsfeed */
if (typeof newsfeed !== 'undefined' && !newsfeed.done) newsfeed.do()
// if (typeof newsfeed !== 'undefined' && !newsfeed.done) newsfeed.do()
if (!page.apiChecked) page.apiChecked = true
}
}).then(response => {

View File

@ -1,5 +1,5 @@
{
"1": "1653633961",
"1": "1654423945",
"2": "1602515119",
"3": "1650485321",
"4": "1602515119",