chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -33,7 +33,7 @@ describe('getStrictShortcuts', () => {
plugin_id: 'plugin1',
},
{
// 没有 command_id
// No command_id
tool_type: ToolType.ToolTypeWorkFlow,
plugin_id: 'plugin2',
},
@@ -54,7 +54,7 @@ describe('getStrictShortcuts', () => {
{
command_id: '2',
tool_type: ToolType.ToolTypeWorkFlow,
// 没有 plugin_id
// No plugin_id
},
];
@@ -73,7 +73,7 @@ describe('getStrictShortcuts', () => {
{
command_id: '2',
tool_type: ToolType.ToolTypePlugin,
// 没有 plugin_id
// No plugin_id
},
];
@@ -96,7 +96,7 @@ describe('getStrictShortcuts', () => {
},
{
command_id: '3',
// 使用其他工具类型
// Use other tool types
tool_type: ToolType.ToolTypeNone,
},
];