Skip to content

Commit a0b063b

Browse files
authored
fix:修复找不到国际化词条问题 (#28)
1 parent c421d52 commit a0b063b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/mcp/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,5 @@ export const getTinyVueMcpConfig = ({ t }: { t?: ((path: string) => string) | nu
307307
}
308308
}
309309
}
310+
311+
export { zhCN, enUS }

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-vue-mcp",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "",
55
"author": "",
66
"license": "ISC",
@@ -23,4 +23,4 @@
2323
"vite": "^6.3.1",
2424
"vite-plugin-dts": "^4.5.4"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)