feat: 碎片信息记录网站初始版本

功能:
- 实时保存记录到本地
- 大模型自动生成标题
- 左侧列表显示所有记录
- 搜索功能
- 新建/编辑/删除记录
This commit is contained in:
2026-04-08 18:23:57 +08:00
commit b0ee5ac05b
5 changed files with 470 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
__pycache__/
*.pyc
data/
.idea/