add: anowflake email kafka, refa: redis connectg

This commit is contained in:
wwweww
2026-02-25 01:16:13 +08:00
parent fdbcde13b2
commit 300058ad01
67 changed files with 3596 additions and 139 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const Paths = {
const svcTypes = await fs.readdir(servicePath);
svcTypes.map(svcType => all.push({
title: `${service} - ${svcType}`,
value: path.join(servicePath, svcType, svcType === "api" ? `${service}.go` : "pb.go"),
value: path.join(servicePath, svcType, svcType !== "rpc" ? `${service}.go` : "pb.go"),
}));
}
return all;