Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e1bce76

Browse files
committed
fix<filepath>:以题目英文名为目录结构, 避免多个题目混杂到一起导致部分语言出现多个主函数异常
1 parent 78c759a commit e1bce76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/show.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ async function resolveRelativePath(relativePath: string, node: IProblem, selecte
236236
return node.name;
237237
case "camelcasename":
238238
return _.camelCase(node.name);
239+
case "camelcasename_en":
240+
return _.camelCase(node.enName);
239241
case "pascalcasename":
240242
return _.upperFirst(_.camelCase(node.name));
241243
case "kebabcasename":

0 commit comments

Comments
 (0)