feat: use indexDB instead of array filter

This commit is contained in:
YunYouJun
2023-07-30 18:25:54 +08:00
parent 70787d3a80
commit c2b1ffdd9e
16 changed files with 181 additions and 88 deletions

View File

@@ -11,3 +11,9 @@
- tags: 标签
- 杂烩:不会显示所有材料 emoji而是显示 🍲
## 数据库
使用 Dexie.js 重构数据查询
- [Dexie.js](https://github.com/dexie/Dexie.js): A Minimalistic Wrapper for IndexedDB