Commit Graph

10 Commits

Author SHA1 Message Date
0e350b1bca clear old code 2026-01-26 03:02:55 +08:00
bafd02452b update 2026-01-22 23:29:20 +08:00
07b4b0618a update use-config 2026-01-15 18:02:49 +08:00
8731801b52 feat(container): add CRUD operations for container management
- Implemented routes for listing, retrieving, updating, and deleting containers.
- Added ContainerModel with necessary fields and methods for data handling.
- Created utility functions for fetching container data by ID.

feat(page): enhance page management with CRUD and publish functionality

- Developed routes for managing pages, including listing, updating, and deleting.
- Integrated caching and zip file generation for page exports.
- Added publish functionality to manage app versions and file uploads.

feat(prompts): implement prompt management with CRUD operations

- Created routes for listing, updating, and deleting prompts.
- Added pagination and search capabilities for prompt listing.

test: add common query utilities and prompt tests

- Implemented common query utilities for API interactions.
- Added tests for prompt listing functionality.
2025-12-30 13:28:50 +08:00
5e43c5fc4c 使用 busboy 解析 multipart/form-data,添加 preservePath 选项以保留文件路径 2025-12-21 13:48:21 +08:00
8a633feb4f 更新依赖项,使用 Busboy 替代 formidable 处理文件上传,优化上传逻辑,改进权限检查 2025-12-21 06:41:27 +08:00
fe7863fbb8 update 2025-12-06 18:48:46 +08:00
53df135696 add check wxmsg 2025-11-30 01:02:42 +08:00
f9169bcd8b udpate 2025-11-28 20:05:12 +08:00
2838d6163e update 2025-11-27 19:20:46 +08:00