# jpom_i18n_tools **Repository Path**: a20070322/jpom_i18n_tools ## Basic Information - **Project Name**: jpom_i18n_tools - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 命令介绍 ## 启动项目 > 通过 config 文件配置,启动项目 ```shell pnpm run main ``` ### 已知问题 1. 无法处理 page/xxx/index.vue 的情况 ## pnpm run fy > bfy/input.json -> bfy/output.json ```json { "xx": "中文" } ``` 转换结果为 ```json { "xx": "Chinese" } ``` ## 启动代理服务 > 启动代理服务,使用百度大模型转发模拟为 openai 接口 ```shell pnpm run proxy ```