v3.1.0 push 2

This commit is contained in:
DJj123dj
2022-12-27 17:35:01 +01:00
parent 86a5a1a2ca
commit ae002e168b
14 changed files with 239 additions and 24 deletions
+5 -1
View File
@@ -36,4 +36,8 @@ exports.get = (category,id) => {
exports.delete = (category,id) => {
ls.removeItem(category+"--"+id)
return true
}
}
this.set("category","key","value")
this.get("category","key",)
this.delete("category","key")