feat(baoyu-translate): add three-mode translation skill with glossary support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jim Liu 宝玉
2026-03-05 19:32:27 -06:00
parent ce259e4547
commit 5b4ba3ac3f
13 changed files with 1119 additions and 3 deletions
@@ -0,0 +1,9 @@
{
"dependencies": {
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5"
}
}