refactor: 清理未使用依赖并更新配置示例

- 添加数据库连接配置示例以支持本地PostgreSQL环境
- 移除项目中不再使用的 dayjs 依赖及其相关锁定信息
- 移除未使用的 dayjs 依赖项
This commit is contained in:
2026-01-17 01:58:49 +08:00
parent b934c1c08b
commit 2db0eb2428
3 changed files with 1 additions and 4 deletions

1
.env.example Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres