feat: add nstore

This commit is contained in:
2024-04-07 15:11:20 +07:00
parent 999073f84c
commit 420be77b5c
75 changed files with 410 additions and 349 deletions

View File

@@ -22,8 +22,8 @@ function Screen() {
type="button"
onClick={() =>
install({
id: 9999,
name: "Lume Store",
label: "store",
name: "Store",
content: "/store/official",
})
}
@@ -36,8 +36,8 @@ function Screen() {
type="button"
onClick={() =>
install({
id: 9999,
name: "Lume Store",
label: "store",
name: "Store",
content: "/store/official",
})
}