ccjk 9.3.20 → 9.3.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/chunks/package.mjs
CHANGED
|
@@ -1,6 +1,80 @@
|
|
|
1
1
|
{
|
|
2
|
+
"oneClick": {
|
|
3
|
+
"title": "CCJK Quick Actions",
|
|
4
|
+
"setup": "Quick Setup",
|
|
5
|
+
"setupDesc": "Auto-configure everything (API Key required)",
|
|
6
|
+
"fix": "Diagnostics",
|
|
7
|
+
"fixDesc": "Diagnose issues and auto-fix",
|
|
8
|
+
"fixComplete": "Diagnostics complete! All issues fixed.",
|
|
9
|
+
"update": "Update All",
|
|
10
|
+
"updateDesc": "Update all components to latest version",
|
|
11
|
+
"updateComplete": "Update complete! All components are up to date.",
|
|
12
|
+
"notify": "Notifications",
|
|
13
|
+
"notifyDesc": "View system notifications and announcements",
|
|
14
|
+
"running": "Running..."
|
|
15
|
+
},
|
|
16
|
+
"moreMenu": {
|
|
17
|
+
"title": "More Features",
|
|
18
|
+
"extensions": "Extensions",
|
|
19
|
+
"config": "Configuration",
|
|
20
|
+
"system": "System Settings"
|
|
21
|
+
},
|
|
22
|
+
"categorizedMenu": {
|
|
23
|
+
"mcpMarket": "MCP Market",
|
|
24
|
+
"mcpMarketDesc": "Browse and install MCP services",
|
|
25
|
+
"marketplace": "Marketplace",
|
|
26
|
+
"marketplaceDesc": "Browse and install extension packages",
|
|
27
|
+
"diagnostics": "Diagnostics",
|
|
28
|
+
"diagnosticsDesc": "Run system diagnostics",
|
|
29
|
+
"workspace": "Workspace Diagnostics",
|
|
30
|
+
"workspaceDesc": "Check workspace configuration"
|
|
31
|
+
},
|
|
32
|
+
"pluginsMenu": {
|
|
33
|
+
"ccr": "CCR Router",
|
|
34
|
+
"ccrDesc": "Claude Code Router proxy",
|
|
35
|
+
"ccusage": "Usage Stats",
|
|
36
|
+
"ccusageDesc": "View API usage statistics",
|
|
37
|
+
"cometix": "Cometix",
|
|
38
|
+
"cometixDesc": "Cometix tool integration",
|
|
39
|
+
"superpowers": "Superpowers",
|
|
40
|
+
"superpowersDesc": "Enhanced skill packs"
|
|
41
|
+
},
|
|
42
|
+
"menuOptions": {
|
|
43
|
+
"changeLanguage": "Change Language / 切换语言",
|
|
44
|
+
"switchCodeTool": "Switch Code Tool",
|
|
45
|
+
"uninstall": "Uninstall CCJK",
|
|
46
|
+
"mcpMarket": "MCP Market",
|
|
47
|
+
"marketplace": "Marketplace",
|
|
48
|
+
"hooksSync": "Hooks Sync",
|
|
49
|
+
"quickActions": "Quick Actions",
|
|
50
|
+
"smartGuide": "Smart Guide",
|
|
51
|
+
"workflowsAndSkills": "Workflows & Skills",
|
|
52
|
+
"outputStyles": "Output Styles",
|
|
53
|
+
"doctor": "Health Check"
|
|
54
|
+
},
|
|
55
|
+
"menuDescriptions": {
|
|
56
|
+
"changeLanguage": "Switch interface language",
|
|
57
|
+
"switchCodeTool": "Switch between different code tools",
|
|
58
|
+
"uninstall": "Uninstall CCJK and related configurations",
|
|
59
|
+
"mcpMarket": "Browse and install MCP services",
|
|
60
|
+
"marketplace": "Browse and install extension packages",
|
|
61
|
+
"hooksSync": "Sync Git Hooks configuration",
|
|
62
|
+
"quickActions": "Quick access to common operations",
|
|
63
|
+
"smartGuide": "Smart configuration guide",
|
|
64
|
+
"workflowsAndSkills": "Manage workflows and skills",
|
|
65
|
+
"outputStyles": "Configure output styles",
|
|
66
|
+
"doctor": "Run environment health check"
|
|
67
|
+
},
|
|
2
68
|
"menu": {
|
|
3
69
|
"title": "CCJK Main Menu",
|
|
70
|
+
"menuSections": {
|
|
71
|
+
"quickStart": "🚀 Core Features",
|
|
72
|
+
"configCenter": "⚙️ Configuration Center",
|
|
73
|
+
"extensions": "🔌 Extensions",
|
|
74
|
+
"smartFeatures": "✨ Smart Features",
|
|
75
|
+
"cloudServices": "☁️ Cloud Services",
|
|
76
|
+
"systemSettings": "🛠️ System Settings"
|
|
77
|
+
},
|
|
4
78
|
"configCenter": {
|
|
5
79
|
"api": "API Configuration",
|
|
6
80
|
"apiDesc": "One-click API key setup (Anthropic/OpenRouter/Custom)",
|
|
@@ -1,6 +1,80 @@
|
|
|
1
1
|
{
|
|
2
|
+
"oneClick": {
|
|
3
|
+
"title": "CCJK 快速操作",
|
|
4
|
+
"setup": "一键配置",
|
|
5
|
+
"setupDesc": "自动完成所有配置(仅需 API Key)",
|
|
6
|
+
"fix": "一键体检",
|
|
7
|
+
"fixDesc": "诊断问题并自动修复",
|
|
8
|
+
"fixComplete": "体检完成!所有问题已修复。",
|
|
9
|
+
"update": "一键更新",
|
|
10
|
+
"updateDesc": "更新所有组件到最新版本",
|
|
11
|
+
"updateComplete": "更新完成!所有组件已是最新版本。",
|
|
12
|
+
"notify": "通知中心",
|
|
13
|
+
"notifyDesc": "查看系统通知和公告",
|
|
14
|
+
"running": "正在执行..."
|
|
15
|
+
},
|
|
16
|
+
"moreMenu": {
|
|
17
|
+
"title": "更多功能",
|
|
18
|
+
"extensions": "扩展工具",
|
|
19
|
+
"config": "配置选项",
|
|
20
|
+
"system": "系统设置"
|
|
21
|
+
},
|
|
22
|
+
"categorizedMenu": {
|
|
23
|
+
"mcpMarket": "MCP 市场",
|
|
24
|
+
"mcpMarketDesc": "浏览和安装 MCP 服务",
|
|
25
|
+
"marketplace": "扩展市场",
|
|
26
|
+
"marketplaceDesc": "浏览和安装扩展包",
|
|
27
|
+
"diagnostics": "诊断工具",
|
|
28
|
+
"diagnosticsDesc": "运行系统诊断",
|
|
29
|
+
"workspace": "工作区诊断",
|
|
30
|
+
"workspaceDesc": "检查工作区配置"
|
|
31
|
+
},
|
|
32
|
+
"pluginsMenu": {
|
|
33
|
+
"ccr": "CCR 路由",
|
|
34
|
+
"ccrDesc": "Claude Code Router 代理",
|
|
35
|
+
"ccusage": "用量统计",
|
|
36
|
+
"ccusageDesc": "查看 API 使用统计",
|
|
37
|
+
"cometix": "Cometix",
|
|
38
|
+
"cometixDesc": "Cometix 工具集成",
|
|
39
|
+
"superpowers": "Superpowers",
|
|
40
|
+
"superpowersDesc": "增强技能包"
|
|
41
|
+
},
|
|
42
|
+
"menuOptions": {
|
|
43
|
+
"changeLanguage": "切换语言 / Change Language",
|
|
44
|
+
"switchCodeTool": "切换代码工具",
|
|
45
|
+
"uninstall": "卸载 CCJK",
|
|
46
|
+
"mcpMarket": "MCP 市场",
|
|
47
|
+
"marketplace": "扩展市场",
|
|
48
|
+
"hooksSync": "Hooks 同步",
|
|
49
|
+
"quickActions": "快速操作",
|
|
50
|
+
"smartGuide": "智能引导",
|
|
51
|
+
"workflowsAndSkills": "工作流与技能",
|
|
52
|
+
"outputStyles": "输出样式",
|
|
53
|
+
"doctor": "健康检查"
|
|
54
|
+
},
|
|
55
|
+
"menuDescriptions": {
|
|
56
|
+
"changeLanguage": "切换界面语言",
|
|
57
|
+
"switchCodeTool": "在不同代码工具之间切换",
|
|
58
|
+
"uninstall": "卸载 CCJK 及相关配置",
|
|
59
|
+
"mcpMarket": "浏览和安装 MCP 服务",
|
|
60
|
+
"marketplace": "浏览和安装扩展包",
|
|
61
|
+
"hooksSync": "同步 Git Hooks 配置",
|
|
62
|
+
"quickActions": "常用操作快捷入口",
|
|
63
|
+
"smartGuide": "智能配置引导",
|
|
64
|
+
"workflowsAndSkills": "管理工作流和技能",
|
|
65
|
+
"outputStyles": "配置输出样式",
|
|
66
|
+
"doctor": "运行环境健康检查"
|
|
67
|
+
},
|
|
2
68
|
"menu": {
|
|
3
69
|
"title": "CCJK 主菜单",
|
|
70
|
+
"menuSections": {
|
|
71
|
+
"quickStart": "🚀 核心功能",
|
|
72
|
+
"configCenter": "⚙️ 配置中心",
|
|
73
|
+
"extensions": "🔌 扩展工具",
|
|
74
|
+
"smartFeatures": "✨ 智能功能",
|
|
75
|
+
"cloudServices": "☁️ 云服务",
|
|
76
|
+
"systemSettings": "🛠️ 系统设置"
|
|
77
|
+
},
|
|
4
78
|
"configCenter": {
|
|
5
79
|
"api": "API 配置",
|
|
6
80
|
"apiDesc": "一键配置 API 密钥(Anthropic/OpenRouter/自定义)",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.3.
|
|
4
|
+
"version": "9.3.23",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"description": "CCJK v9.0.0 - Revolutionary AI Development Platform with Enterprise Security, Streaming Cloud Sync, CRDT Conflict Resolution, and Unified V3 Architecture",
|
|
7
7
|
"author": {
|