feat: save play record using localstorage

This commit is contained in:
shinya
2025-06-19 21:00:47 +08:00
parent 660b51d9bd
commit e45feeb1a8
12 changed files with 782 additions and 112 deletions

View File

@@ -1,4 +1,7 @@
{
"cache_time": 7200,
"api_site": {}
"api_site": {},
"storage": {
"type": "localstorage"
}
}