No description
Find a file
Dusk 412fddebc1 feat(management): add commands to clear synced cards and cleanup empty decks | 新增清空已同步卡片与清理空牌组管理命令
Introduced two new management commands: 'Clear currently synced cards' to reset sync state for the current file, and 'Cleanup empty decks' to remove unused decks from Anki. Both commands improve plugin maintenance and synchronization flow.

新增两个管理命令:'清空当前文件已同步卡片'用于重置当前文件的同步状态,'清理空牌组'用于从 Anki 中移除未使用的牌组。这两个命令改进了插件的维护和同步流程。
2026-04-18 22:21:10 +08:00
docs feat(management): add commands to clear synced cards and cleanup empty decks | 新增清空已同步卡片与清理空牌组管理命令 2026-04-18 22:21:10 +08:00
scripts fix: harden marker writeback failures 2026-04-18 08:23:12 +08:00
src feat(management): add commands to clear synced cards and cleanup empty decks | 新增清空已同步卡片与清理空牌组管理命令 2026-04-18 22:21:10 +08:00
.gitignore chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
esbuild.config.mjs fix: harden marker writeback failures 2026-04-18 08:23:12 +08:00
eslint.config.mjs chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
main.js chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
main.ts chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
manifest.json chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
package-lock.json chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
package.json fix: harden marker writeback failures 2026-04-18 08:23:12 +08:00
tsconfig.json chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
versions.json chore: rebuild dist and sync 2026-04-16 18:02:02 +08:00
vitest.config.ts chore: commit Module 1 changes — add NoteFieldMapping, mapping service, persistence, tests 2026-04-16 23:02:07 +08:00