e6956aa001
- React frontend with route-level code splitting - Backend rebranded from Baihu to TaskPool - DB brand migration script and local compatibility
10 lines
326 B
Go
10 lines
326 B
Go
package constant
|
|
|
|
// MainstreamMisePlugins 主流的 mise 插件列表
|
|
var MainstreamMisePlugins = []string{
|
|
"python", "node", "go", "rust", "ruby", "java", "php",
|
|
"deno", "bun", "zig", "dotnet", "elixir", "erlang",
|
|
"crystal", "lua", "julia", "nim", "perl", "scala",
|
|
"kotlin", "clojure", "dart", "flutter", "terraform",
|
|
}
|