pinokiod 3.112.0 → 3.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kernel/util.js +4 -0
- package/package.json +1 -1
- package/server/public/chime.mp3 +0 -0
- package/server/public/notyq.js +1 -1
- package/server/views/install.ejs +1 -1
package/kernel/util.js
CHANGED
|
@@ -540,6 +540,10 @@ function push(params) {
|
|
|
540
540
|
sound: true|false,
|
|
541
541
|
}
|
|
542
542
|
*/
|
|
543
|
+
if (params.sound) {
|
|
544
|
+
params.sound = "Funk"
|
|
545
|
+
}
|
|
546
|
+
// Blow, Bottle, Funk, Glass, Morse, Tink.
|
|
543
547
|
if (params.image && !params.contentImage) {
|
|
544
548
|
params.contentImage = params.image
|
|
545
549
|
}
|
package/package.json
CHANGED
|
Binary file
|
package/server/public/notyq.js
CHANGED
package/server/views/install.ejs
CHANGED
|
@@ -283,7 +283,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
|
|
283
283
|
payload.type = packet.data.type
|
|
284
284
|
}
|
|
285
285
|
document.querySelector("#status-screen").innerHTML = packet.data.html
|
|
286
|
-
let audio = new Audio("/
|
|
286
|
+
let audio = new Audio("/chime.mp3")
|
|
287
287
|
audio.play()
|
|
288
288
|
ModalInput({
|
|
289
289
|
title: "Notice",
|