chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2025-08-19 14:23:36 +03:00
parent d0635ca101
commit 79cfea610e
15 changed files with 2667 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -110,7 +110,7 @@
"mangalib.me": "mangalib.me.png",
"mangapark.net": "mangapark.net.ico",
"nyaa.si": "nyaa.si.jpeg",
"kodik.info": "kodik.info.",
"kodik.info": "blank.png",
"infinitenovel.eu": "infinitenovel.eu.png",
"danbooru.donmai.us": "danbooru.donmai.us.png",
"ficbook.net": "ficbook.net.png",
@@ -198,5 +198,6 @@
"aistudio.google.com": "aistudio.google.com.png",
"animevost.org": "animevost.org.ico",
"fmhy.net": "fmhy.net.ico",
"freetp.org": "freetp.org.ico"
"freetp.org": "freetp.org.ico",
"telegram.org": "telegram.org.ico"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
storage/icons/fmhy.net.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
storage/icons/habr.com.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,21 @@
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M90.986 45.953L95.9196 37.3498L98.584 32.801L93.65 24.1978V24H67.3036L77.1712 41.2064L79.9344 45.953H90.986Z"
fill="black"
/>
<path
d="M36.6158 103.703L66.2184 52.0842L69.8692 45.7554L60.0016 28.549L57.2388 24.099H15.598L10.6642 32.7022L8 37.251L12.9338 45.8542V46.052H44.5098L19.841 89.068L16.3874 95.1992L21.3212 103.802V104H36.6158"
fill="black"
/>
<path
d="M77.862 103.703H92.9592L112.694 69.29L116.148 63.357L111.214 54.7538V54.556H96.0184L86.1508 71.7624L85.46 73.048L75.5924 55.8415L74.902 54.556L65.0344 71.7624L62.2716 76.5088L77.0728 102.318L77.862 103.703Z"
fill="black"
/>
<style>
@media (prefers-color-scheme: dark) {
path {
fill: white;
}
}
</style>
</svg>

After

Width:  |  Height:  |  Size: 814 B