feat: 完善MeNav浏览器扩展API规范实现

This commit is contained in:
coolzr
2025-10-14 19:34:47 +08:00
parent e5fc71aee8
commit 6447abef3a
7 changed files with 42 additions and 7 deletions

5
.gitignore vendored
View File

@@ -11,6 +11,7 @@ dist/
.specstory
.cursorindexingignore
.cursor
.spec-workflow/
# 系统文件
.DS_Store
@@ -18,9 +19,10 @@ Thumbs.db
# 个人笔记
docs/*
docs/
# 测试相关文件
dev/
jest.config.js
tests/
coverage/
@@ -32,5 +34,6 @@ tests/screenshots/
tests/fixtures/
*.test.js
*.spec.js
# SpecStory explanation file
.specstory/.what-is-this.md