From 5c74b7eb71d2cd63cc3ca77f4c9bc5d01373cb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 17 Feb 2026 18:42:17 +0800 Subject: [PATCH] fix: lint --- .github/copilot-instructions.md | 4 ++-- CLAUDE.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 74b286e5..0b84efe9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -251,9 +251,9 @@ pnpm build - **`internal/migration/`**: 数据库迁移 -- **`internal/job/`**: 后台任务 +- **`internal/job/`**: 定时任务 -- **`internal/queuejob/`**: 任务队列 +- **`internal/taskqueue/`**: 任务队列运行器(基于 DB 轮询,实现 `types.TaskRunner` 接口) - **`pkg/`**: 工具函数和通用包 - 包含各种独立的工具模块 diff --git a/CLAUDE.md b/CLAUDE.md index 57b358be..46032b11 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -255,9 +255,9 @@ pnpm build - **`internal/migration/`**: 数据库迁移 -- **`internal/job/`**: 后台任务 +- **`internal/job/`**: 定时任务 -- **`internal/queuejob/`**: 任务队列 +- **`internal/taskqueue/`**: 任务队列运行器(基于 DB 轮询,实现 `types.TaskRunner` 接口) - **`pkg/`**: 工具函数和通用包 - 包含各种独立的工具模块