docs: 更新文档,移除设置页面引用
- README.md: 移除 entrypoints/options/ 目录说明 - AGENTS.md: 更新项目结构描述,移除 options/ 入口点
This commit is contained in:
@@ -45,7 +45,7 @@ Pre-commit hook(`.husky/pre-commit` 调用 `lint-staged`,任一步骤返回
|
|||||||
```
|
```
|
||||||
src/ # 源代码根目录
|
src/ # 源代码根目录
|
||||||
config/features.tsx # 功能定义(路由 + 元数据的单一事实来源)
|
config/features.tsx # 功能定义(路由 + 元数据的单一事实来源)
|
||||||
entrypoints/ # 扩展入口点 (popup/, options/, sidepanel/, background.ts, content.ts)
|
entrypoints/ # 扩展入口点 (popup/, sidepanel/, background.ts, content.ts)
|
||||||
pages/ # 功能页面组件 (懒加载)
|
pages/ # 功能页面组件 (懒加载)
|
||||||
components/ # 可复用 UI 组件
|
components/ # 可复用 UI 组件
|
||||||
components/ui/ # shadcn/ui 基础组件 (button, dialog, select 等)
|
components/ui/ # shadcn/ui 基础组件 (button, dialog, select 等)
|
||||||
|
|||||||
@@ -85,7 +85,6 @@
|
|||||||
│ │ └── features.tsx # 功能定义与路由映射
|
│ │ └── features.tsx # 功能定义与路由映射
|
||||||
│ ├── entrypoints/ # 扩展程序入口点
|
│ ├── entrypoints/ # 扩展程序入口点
|
||||||
│ │ ├── popup/ # 点击图标弹出的主界面
|
│ │ ├── popup/ # 点击图标弹出的主界面
|
||||||
│ │ ├── options/ # 扩展程序设置页面
|
|
||||||
│ │ ├── sidepanel/ # 浏览器侧边栏集成
|
│ │ ├── sidepanel/ # 浏览器侧边栏集成
|
||||||
│ │ ├── background.ts # 后台 Service Worker
|
│ │ ├── background.ts # 后台 Service Worker
|
||||||
│ │ └── content.ts # 网页注入脚本
|
│ │ └── content.ts # 网页注入脚本
|
||||||
|
|||||||
Reference in New Issue
Block a user