Skip to content

Commit 2805765

Browse files
committed
feat(installer): 添加 Perl 到应用配置列表
在 apps-config.json 的 scoop 部分新增 Perl 编程语言的安装配置项,以便用户可以通过安装器直接安装 Perl。
1 parent cde7c14 commit 2805765

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

profile/installer/apps-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,12 @@
406406
"cliName": "llmfit",
407407
"description": "llmfit 命令行工具",
408408
"command": "scoop install llmfit"
409+
},
410+
{
411+
"name": "perl",
412+
"cliName": "perl",
413+
"description": "Perl 编程语言",
414+
"command": "scoop install perl"
409415
}
410416
],
411417
"winget": [

0 commit comments

Comments
 (0)