From 9a623de631a0a8b39046dcc82dd879485b821b9c Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Thu, 5 Sep 2024 15:29:19 +0800 Subject: [PATCH] Add ModAPI.player.sendChatMessage, along with automatic this type of change --- index.html | 10 ++++++++-- postinit.injector.js | 7 +++++++ postinit.js | 7 +++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5458665..f55b3dd 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,9 @@ border-radius: 0.6rem; padding-left: 8px; } + h6 { + font-weight: normal; + } @@ -123,6 +126,11 @@