Compare commits

...

2 Commits

Author SHA1 Message Date
d726f9f781 文档/百科 2026-03-26 12:55:54 +08:00
31de2dbae5 奇怪的调用错误 2026-03-26 11:18:56 +08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,12 @@
这应该是芒果工具箱的第三个(?)迭代了~
## 文档/百科
我可能想不起来及时更新 README.md但是我一定会记得及时更新**文档**,也就是**百科**~
百科入口位于本仓库的一个标签页中,找找看吧!
## 推荐 IDE
创建项目的模板默认推荐使用 Visual Studio Code但是我还是更习惯 WebStorm。

View File

@@ -53,7 +53,7 @@ async function checkJetBrainsIDEs(): Promise<checkIDEsResultDto> {
return {
code,
command,
display: JIN[code],
display: JIN[command],
paths: []
}
}