JSPM

claudezh

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 95
  • Score
    100M100P100Q82987F
  • License MIT

Claude Code 中文版 — Chinese interface for Claude Code

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claudezh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    claudezh

    Claude Code 中文版 — 让 Claude Code 说中文

    npm version License: MIT

    简体中文 | 繁體中文

    claudezh 终端演示

    一句话介绍

    安装后,用中文和 Claude 对话写代码。就这么简单。

    安装

    npm install -g claudezh

    两种使用方式

    方式一:独立 CLI(完整体验)

    npm install -g claudezh
    claudezh

    独立运行,全中文界面,有自己的命令系统。

    方式二:插件模式(零切换)

    npx claudezh --install-plugin

    直接在 Claude Code 里用中文!安装后可用的命令:

    命令 说明
    /zh 切换到简体中文模式
    /zht 切换到繁体中文模式
    /en 切换回英文模式
    /review-zh 中文代码审查
    /explain-zh 中文代码解释
    /test-zh 中文生成测试
    /fix-zh 中文修复 Bug
    # 在 Claude Code 里
    claude
    > /zh
    > 帮我优化这段代码的性能

    管理插件:

    claudezh --list-plugin      # 查看已安装的命令
    claudezh --uninstall-plugin  # 卸载

    演示

    $ claudezh
    
    ╭────────── claudezh v1.0.0 ──────────╮
    │  Claude Code 中文版                  │
    │  目录: ~/my-project                 │
    │  语言: 简体中文  |  模型: Sonnet    │
    ╰─────────────────────────────────────╯
    
    你> 帮我写一个用户注册接口,要有密码加密
    
    助手> 好的,我来创建...
      🔧 创建文件: auth.py
      🔧 创建文件: models.py
      🔧 执行: pip install bcrypt pyjwt
      ✅ 完成 — 2 个文件已创建,依赖已安装

    命令

    命令 说明
    /帮助 显示帮助
    /模型 切换模型
    /语言 切换语言
    /清屏 清空对话
    /设置 查看设置
    /退出 退出

    快捷键:Ctrl+C 取消请求 | Ctrl+C ×2 退出 | Ctrl+D 立即退出

    系统要求

    • Node.js ≥ 16
    • Python ≥ 3.10
    • Claude Code 订阅

    需要更多功能?

    试试 @aiai-go/claude — 全功能增强版:

    功能 claudezh @aiai-go/claude
    中文界面
    文件撤销
    安全钩子
    会话恢复
    AI 技能 ✅ 10个
    MCP 工具 ✅ 12个
    额度追踪

    社区

    许可证

    MIT


    aiai-go 团队打造