mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 00:59:09 -05:00
catbox.moe -> nest.rip & equibored
This commit is contained in:
parent
6af7a0905c
commit
4234e28ccc
4 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ function handleToggle() {
|
|||
const style = document.getElementById("DemonstrationStyle");
|
||||
if (style != null) {
|
||||
style.remove();
|
||||
playSound("https://files.catbox.moe/wp5rpz.wav");
|
||||
playSound("https://github.com/Equicord/Equibored/raw/main/sounds/demonstration/wp5rpz.wav");
|
||||
}
|
||||
else {
|
||||
if (settings.store.showConfirmationModal) {
|
||||
|
@ -100,14 +100,14 @@ function handleToggle() {
|
|||
onClick={() => {
|
||||
closeModal(key);
|
||||
injectCSS();
|
||||
playSound("https://files.catbox.moe/ckz46t.wav");
|
||||
playSound("https://github.com/Equicord/Equibored/raw/main/sounds/demonstration/ckz46t.wav");
|
||||
}}
|
||||
>Okay!</Button>
|
||||
</ModalRoot>
|
||||
));
|
||||
} else {
|
||||
injectCSS();
|
||||
playSound("https://files.catbox.moe/ckz46t.wav");
|
||||
playSound("https://github.com/Equicord/Equibored/raw/main/sounds/demonstration/ckz46t.wav");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -797,5 +797,5 @@ export default definePlugin({
|
|||
},
|
||||
startAt: StartAt.DOMContentLoaded,
|
||||
// preview thing, kinda low effort but eh
|
||||
settingsAboutComponent: () => <img src="https://files.catbox.moe/j8y2gt.webp" style={{ width: "568px", borderRadius: "30px" }} ></img>
|
||||
settingsAboutComponent: () => <img src="https://cdn.nest.rip/uploads/97fdf6c1-764c-4445-9422-d3d52af7434c.webp" style={{ width: "568px", borderRadius: "30px" }} ></img>
|
||||
});
|
||||
|
|
|
@ -141,7 +141,7 @@ async function createQuoteImage(avatarUrl: string, quoteOld: string, grayScale:
|
|||
ctx.fillRect(0, 0, canvas.width, canvas.height);
|
||||
|
||||
const avatarBlob = await fetchImageAsBlob(avatarUrl);
|
||||
const fadeBlob = await fetchImageAsBlob("https://files.catbox.moe/54e96l.png");
|
||||
const fadeBlob = await fetchImageAsBlob("https://cdn.nest.rip/uploads/4ec258ab-9446-497a-a9ef-0c7c70661ca1.png");
|
||||
|
||||
const avatar = new Image();
|
||||
const fade = new Image();
|
||||
|
|
|
@ -45,7 +45,7 @@ function blockedComponentRender(sticker) {
|
|||
|
||||
if (showGif) {
|
||||
elements.push(
|
||||
<img key="gif" src="https://files.catbox.moe/bdsc58.gif" style={{ width: "160px", borderRadius: "20px" }} />
|
||||
<img key="gif" src="https://cdn.nest.rip/uploads/1af96132-86da-4482-b64d-204634d4ddf2.gif" style={{ width: "160px", borderRadius: "20px" }} />
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue