jzb 发表于 2026-6-10 19:57:21

克劳德全英语界面

<div class="ce-block ce-block--focused" data-id="XB2n4J8vLr" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">克劳德是全英语界面,但是我的英语不太好,有什么办法可以人让界面以及菜单这些变成全中文</div>
        </div>
</div><style type="text/css">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.ce-paragraph {
    line-height: 1.6em;
    outline: none;
    text-indent: 2em;
    font-size: 16px;
}
.ce-paragraph--right {
    text-align: right;
}
.ce-paragraph--center {
    text-align: center;
}
.ce-paragraph--left {
    text-align: left;
}

.ce-paragraph--justify {
    text-align: justify;
}

.ce-paragraph-text-indent {
    text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}

.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}

.ce-paragraph p:first-of-type{
    margin-top: 0;
}

.ce-paragraph p:last-of-type{
    margin-bottom: 0;
}


.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>

sense 发表于 2026-6-11 11:55:06

Claude desktop 可以到GitHub上找一下汉化包例如:
https://github.com/javaht/claude-desktop-zh-cn

Claude code 源码前面被爆出来过,可以找一些分支去下载使用。

codex也挺不错的,Claude 普通人还真不一定烧的起。。

jzb 发表于 2026-6-11 14:53:38

sense 发表于 2026-6-11 11:55
Claude desktop 可以到GitHub上找一下汉化包例如:




我是cluad接入的deepseek,感觉不太贵。

sense 发表于 2026-6-11 15:23:42

jzb 发表于 2026-6-11 14:53
我是cluad接入的deepseek,感觉不太贵。

那tokens费用直线下降了,如果用量大好像现在很多都有 coding plan 套餐,可以试试
页: [1]
查看完整版本: 克劳德全英语界面