15 Commits

Author SHA1 Message Date
cd35c6fbed Refactor models and routes for item management
Reorganized model structure by replacing 'object' and 'items' with a unified 'item' model using UUIDs, and moved base model logic into separate files. Updated routes to use the new item model and improved request/response handling. Enhanced user and setting models, added utility functions, and improved error handling throughout the codebase. Also added initial .idea project files and minor admin API improvements.

Co-Authored-By: 砂糖橘 <54745033+Foxerine@users.noreply.github.com>
2025-10-05 18:58:46 +08:00
c1c36c606f Refactor config, logging, and startup structure
Introduced pkg modules for environment config, logging, and startup initialization. Replaced direct config and logging setup in main.py with modularized functions. Updated database and migration modules to use environment variables and improved DEBUG handling. Removed tool.py and migrated password utilities to pkg. Cleaned up legacy comments and unused code in models and routes.
2025-10-03 15:00:45 +08:00
43f22de8fd 新增挪车功能 2025-10-02 21:52:52 +08:00
d290b0f555 修复因无JWT令牌而无法正确启动 Findreve 2025-05-15 20:54:21 +08:00
7fa1f2c088 删除部分文件头部的注释 2025-05-13 01:19:31 +08:00
8c7a0a07ed V2.0.0-alpha2 2025-05-13 2025-05-13 00:46:06 +08:00
48ca2dcdf4 修复路由问题,改善文件树结构 2025-04-22 04:38:07 +08:00
39bbc94d07 V2.0.0-alpha1 2025-04-22 03:22:17 +08:00
e99b91bcff V1.3.0 2025-04-18 01:44:02 +08:00
55057185c6 V1.2.0 2025-03-29 16:13:35 +08:00
7d0d59677d V1.2.0 alpha 1
- 支持使用 api 提交物品信息
- 支持 JWT 鉴权
2025-03-28 04:53:37 +08:00
0873fa1518 V1.1.3 安全性与稳定性的一些小改进 2025-03-28 00:40:12 +08:00
277f5d58cb 使用官方登录重定向方案 2025-03-06 09:17:35 +08:00
4c2898d9a0 V1.1.2 2025-02-10 14:27:45 +08:00
3ba98dd4b1 V1.0.0 2024-11-29 20:45:44 +08:00