Add eggs, as well as example egg and config

This commit is contained in:
2024-12-06 13:07:53 +11:00
parent 23fc71bd45
commit 7ff5447388
5 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
else if (message.type == "egg-notepad") {
const eggNotepadTextArea = document.getElementById("egg-notepad-textarea");
eggNotepadTextArea.value = message.content
}