docs: 更新文档,移除设置页面引用

- README.md: 移除 entrypoints/options/ 目录说明
- AGENTS.md: 更新项目结构描述,移除 options/ 入口点
This commit is contained in:
雨霖铃
2026-05-28 22:20:16 +08:00
parent 0054e97a0a
commit 3df45f491c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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 等)