fix fix fix fix

This commit is contained in:
2026-01-01 01:21:01 -05:00
parent 977b3bbcd2
commit a1b7382288
3 changed files with 25 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
import path from "node:path"; import path from "node:path";
const NET_PORT = 4536; const NET_PORT = 4536;
const NET_HOST = '10.0.1.39'; const NET_HOST = '127.0.0.1';
const WEB_ROOT = './res/'; const WEB_ROOT = './res/';
interface FileMapping { interface FileMapping {

View File

@@ -114,15 +114,15 @@
<span style="padding-left: 10px;">x3,179</span> <span style="padding-left: 10px;">x3,179</span>
</li> </li>
<li class="emoji-line-center"> <li class="emoji-line-center">
<img class="emoji" src="https://cdn.discordapp.com/emojis/973881754718973982.webp?size=44" title=":mikuthink:"> <img class="emoji" src="https://cdn.discordapp.com/emojis/973881754718973982.webp?size=128" title=":mikuthink:">
<span style="padding-left: 10px;">x2,664</span> <span style="padding-left: 10px;">x2,664</span>
</li> </li>
<li class="emoji-line-center"> <li class="emoji-line-center">
<img class="emoji" src="https://cdn.discordapp.com/emojis/1017123249802444911.webp?size=44&animated=true" title=":Mikulaugh:"> <img class="emoji" src="https://cdn.discordapp.com/emojis/1017123249802444911.webp?size=128&animated=true" title=":Mikulaugh:">
<span style="padding-left: 10px;">x2,626</span> <span style="padding-left: 10px;">x2,626</span>
</li> </li>
<li class="emoji-line-center"> <li class="emoji-line-center">
<img class="emoji" src="https://cdn.discordapp.com/emojis/1173317846676275230.webp?size=44" title=":Miku39Sekai:"> <img class="emoji" src="https://cdn.discordapp.com/emojis/1173317846676275230.webp?size=128" title=":Miku39Sekai:">
<span style="padding-left: 10px;">x2,394</span> <span style="padding-left: 10px;">x2,394</span>
</li> </li>
</ul> </ul>
@@ -218,16 +218,16 @@
<h2 style="font-size: 3.2vw; margin-bottom: 0;">We had several keyboard enthusiasts.</h2> <h2 style="font-size: 3.2vw; margin-bottom: 0;">We had several keyboard enthusiasts.</h2>
<h2 style="font-size: 2vw; margin-top: 0;">Here are the top 10 users with the most messages:</h2> <h2 style="font-size: 2vw; margin-top: 0;">Here are the top 10 users with the most messages:</h2>
<ul> <ul>
<li>@miraigummies - 52746</li> <li>@miraigummies - 52,746</li>
<li>@koolaidkan - 42391</li> <li>@koolaidkan - 42,391</li>
<li>@iam_stove - 35365</li> <li>@iam_stove - 35,365</li>
<li>@39.mik - 31435</li> <li>@39.mik - 31,435</li>
<li>@ballisticchillz - 30283</li> <li>@ballisticchillz - 30,283</li>
<li>@powerblade3 - 29304</li> <li>@powerblade3 - 29,304</li>
<li>@miku.hatsune - 28421</li> <li>@miku.hatsune - 28,421</li>
<li>@zunda_nectar - 28119</li> <li>@zunda_nectar - 28,119</li>
<li>@simplename21 - 23234</li> <li>@simplename21 - 23,234</li>
<li>@kelcody - 22782</li> <li>@kelcody - 22,782</li>
</ul> </ul>
</div> </div>
@@ -238,16 +238,16 @@
<h2 style="font-size: 3.2vw; margin-bottom: 0;">You were always here with us.</h2> <h2 style="font-size: 3.2vw; margin-bottom: 0;">You were always here with us.</h2>
<h2 style="font-size: 2vw; margin-top: 0;">Here are the top 10 users with the most '39' messages:</h2> <h2 style="font-size: 2vw; margin-top: 0;">Here are the top 10 users with the most '39' messages:</h2>
<ul> <ul>
<li>@iam_stove - 3790</li> <li>@iam_stove - 3,790</li>
<li>@aozora39 - 3445</li> <li>@aozora39 - 3,445</li>
<li>@cfm_megurine_luka - 3325</li> <li>@cfm_megurine_luka - 3,325</li>
<li>@starlitsleep - 2707</li> <li>@starlitsleep - 2,707</li>
<li>@miku.hatsune - 2371</li> <li>@miku.hatsune - 2,371</li>
<li>@powerblade3 - 1883</li> <li>@powerblade3 - 1,883</li>
<li>@the_apricity_effect - 1706</li> <li>@the_apricity_effect - 1,706</li>
<li>@yokoo99 - 1354</li> <li>@yokoo99 - 1,354</li>
<li>@_1v40_ - 1294</li> <li>@_1v40_ - 1,294</li>
<li>@iam_stove - 1262</li> <li>@iam_stove - 1,262</li>
</ul> </ul>
</div> </div>

View File

@@ -11,10 +11,9 @@ body {
font-family: "DM Sans", sans-serif; font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
background: #12db9f; background: #12db9f;
background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 85, 79) 100%); background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 61, 57) 100%);
color: white; color: white;
text-shadow: 1px 1px 3px rgb(199, 199, 199);
} }
.column-display { .column-display {