mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(sidebar): move claude extension to compatible
This commit is contained in:
@@ -102,7 +102,6 @@ function buildNavGroups(t: (key: string) => string): SidebarGroupDef[] {
|
||||
},
|
||||
{ path: '/copilot', icon: Github, label: t('nav.githubCopilot') },
|
||||
{ path: '/cursor', iconSrc: '/assets/sidebar/cursor.svg', label: t('nav.cursorIde') },
|
||||
{ path: '/claude-extension', icon: Puzzle, label: t('nav.claudeExtension') },
|
||||
{
|
||||
path: '/accounts',
|
||||
icon: Users,
|
||||
@@ -117,7 +116,10 @@ function buildNavGroups(t: (key: string) => string): SidebarGroupDef[] {
|
||||
},
|
||||
{
|
||||
title: t('nav.compatibleClis'),
|
||||
items: [{ path: '/droid', icon: TerminalSquare, label: t('nav.factoryDroid') }],
|
||||
items: [
|
||||
{ path: '/claude-extension', icon: Puzzle, label: t('nav.claudeExtension') },
|
||||
{ path: '/droid', icon: TerminalSquare, label: t('nav.factoryDroid') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('nav.system'),
|
||||
|
||||
+4
-4
@@ -29,7 +29,7 @@ const resources = {
|
||||
accounts: 'Accounts',
|
||||
allAccounts: 'All Accounts',
|
||||
sharedData: 'Shared Data',
|
||||
compatibleClis: 'Compatible CLIs',
|
||||
compatibleClis: 'Compatible',
|
||||
factoryDroid: 'Factory Droid',
|
||||
system: 'System',
|
||||
health: 'Health',
|
||||
@@ -1200,7 +1200,7 @@ const resources = {
|
||||
accounts: '账号',
|
||||
allAccounts: '全部账号',
|
||||
sharedData: '共享数据',
|
||||
compatibleClis: '兼容 CLI',
|
||||
compatibleClis: '兼容',
|
||||
factoryDroid: 'Factory Droid',
|
||||
system: '系统',
|
||||
health: '健康',
|
||||
@@ -2330,7 +2330,7 @@ const resources = {
|
||||
accounts: 'Tài khoản',
|
||||
allAccounts: 'Tất cả tài khoản',
|
||||
sharedData: 'Dữ liệu dùng chung',
|
||||
compatibleClis: 'CLI tương thích',
|
||||
compatibleClis: 'Tương thích',
|
||||
factoryDroid: 'Factory Droid',
|
||||
system: 'Hệ thống',
|
||||
health: 'Sức khỏe',
|
||||
@@ -3520,7 +3520,7 @@ const resources = {
|
||||
accounts: 'アカウント',
|
||||
allAccounts: 'すべてのアカウント',
|
||||
sharedData: '共有データ',
|
||||
compatibleClis: '対応 CLI',
|
||||
compatibleClis: '互換',
|
||||
factoryDroid: 'Factory Droid',
|
||||
system: 'システム',
|
||||
health: 'ヘルス',
|
||||
|
||||
Reference in New Issue
Block a user