feat-ai(storage.js): 添加nodejs环境下的sqlite存储支持,调用方法与浏览器环境下保存一致

This commit is contained in:
windychen0
2026-06-06 19:51:30 +08:00
parent 4f8be6293d
commit 3994bca0ab
7 changed files with 418 additions and 90 deletions
+6
View File
@@ -1,9 +1,15 @@
# Dependencies
node_modules/
package-lock.json
# Build output
dist/
# SQLite database files
*.db
*.db-wal
*.db-shm
# OS files
.DS_Store
Thumbs.db