diff --git a/AGENTS.md b/AGENTS.md index 8a9b20d..82efa64 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,7 +45,7 @@ Pre-commit hook(`.husky/pre-commit` 调用 `lint-staged`,任一步骤返回 ``` src/ # 源代码根目录 config/features.tsx # 功能定义(路由 + 元数据的单一事实来源) - entrypoints/ # 扩展入口点 (popup/, options/, sidepanel/, background.ts, content.ts) + entrypoints/ # 扩展入口点 (popup/, sidepanel/, background.ts, content.ts) pages/ # 功能页面组件 (懒加载) components/ # 可复用 UI 组件 components/ui/ # shadcn/ui 基础组件 (button, dialog, select 等) diff --git a/README.md b/README.md index 339b113..bc99572 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ │ │ └── features.tsx # 功能定义与路由映射 │ ├── entrypoints/ # 扩展程序入口点 │ │ ├── popup/ # 点击图标弹出的主界面 -│ │ ├── options/ # 扩展程序设置页面 │ │ ├── sidepanel/ # 浏览器侧边栏集成 │ │ ├── background.ts # 后台 Service Worker │ │ └── content.ts # 网页注入脚本