Add kumos.

This commit is contained in:
天クマ 2026-07-05 23:23:26 -03:00
commit 964bd2e808
18 changed files with 427 additions and 23 deletions

View file

@ -3,7 +3,7 @@ import { registerElementHint } from "./tips.js";
const notificationBox = document.createElement('div');
notificationBox.classList.add('notificationBox');
export async function showNotification(title, subtitle, time, hint) {
export async function showNotification(title, subtitle, time = 5000, hint) {
if (!hint) {
hint = headeri18n.notificationDefaultHint;
}