very very very basic plugin system works

This commit is contained in:
Alphons Joseph
2025-03-12 19:02:32 +08:00
parent 5eb92bc87a
commit 6b39f60db7
12 changed files with 3402 additions and 3339 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { addExtensionSettings, enableAnimatedBackground, GetThresholdOfColor, loadHomePage, SendNewsPage, setupSettingsButton } from "@/SEQTA";
import { addExtensionSettings, enableAnimatedBackground, loadHomePage, SendNewsPage, setupSettingsButton } from "@/plugins/monofile";
import { GetThresholdOfColor } from "@/seqta/ui/colors/getThresholdColour";
import { updateBgDurations } from "./Animation";
import { appendBackgroundToUI } from "./ImageBackgrounds";
import stringToHTML from "@/seqta/utils/stringToHTML";