Made the check words system much more useable, without the user's device being spammed with garbage requests.

This commit is contained in:
yuanhau 2025-05-30 01:04:51 +08:00
parent 20006fff15
commit b716a0ed5c
2 changed files with 24 additions and 8 deletions

View file

@ -451,11 +451,13 @@ const openArticles = async (slug: string, titleName?: string) => {
} else {
titleNameFinal = t("app.newsview");
}
console.log(titleName);
findAndOpenWindow("newsView", titleName);
console.log("t2: " + titleName);
setTimeout(() => {
openingAppViaAnApp.value = false;
passedValues.value = null;
console.log("wiping values");
}, 1000);
};