feat: Add Jimeng image generation service and related functionality
- Implemented JimengService for image generation with API integration. - Created OSSService for handling image uploads to S3. - Developed PBService for managing PocketBase interactions. - Added task management for image creation and downloading using BullMQ. - Introduced routes for creating image generation tasks. - Implemented logging and error handling for image processing. - Added configuration management for Redis and other services. - Created scripts for testing image generation and PocketBase integration. - Updated package dependencies and added new scripts for worker management.
This commit is contained in:
13
prompts/.claude/skills/list/SKILL.md
Normal file
13
prompts/.claude/skills/list/SKILL.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: 列出前20个storage的文件名
|
||||
description: 读取storage存储的列表,并列出前20个文件名
|
||||
allowed-tools: Read, Bash
|
||||
---
|
||||
|
||||
执行技能时,在项目根目录运行以下命令:
|
||||
|
||||
```bash
|
||||
bun .claude/skills/list/scripts/list.ts
|
||||
```
|
||||
|
||||
脚本会读取 `storage` 目录下的文件,并输出前20个文件名。
|
||||
Reference in New Issue
Block a user