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
View File
@@ -85,7 +85,6 @@
│ │ └── features.tsx # 功能定义与路由映射
│ ├── entrypoints/ # 扩展程序入口点
│ │ ├── popup/ # 点击图标弹出的主界面
│ │ ├── options/ # 扩展程序设置页面
│ │ ├── sidepanel/ # 浏览器侧边栏集成
│ │ ├── background.ts # 后台 Service Worker
│ │ └── content.ts # 网页注入脚本