aded bases ui for selector of tools

This commit is contained in:
RezHackXYZ 2025-05-04 10:31:40 +05:30
parent a76341fe8b
commit 2ad497083e
6 changed files with 46 additions and 20 deletions

View file

@ -210,7 +210,7 @@ export let data = $state({
let WordleGamesData = localStorage.getItem("WordleGamesData") || "";
if (WordleGamesData == "") {
if (WordleGamesData != "") {
data.value = JSON.parse(WordleGamesData);
} else {
data.value = {