aded bases ui for selector of tools
This commit is contained in:
parent
a76341fe8b
commit
2ad497083e
6 changed files with 46 additions and 20 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue