This commit is contained in:
fish
2026-03-28 19:40:04 +08:00
parent 28af154df4
commit 4b3e40afab
24 changed files with 0 additions and 2393 deletions

View File

@@ -1,16 +0,0 @@
#!/bin/bash
# 生成 proto 代码的脚本 - 本地已有代码直接编译版本
# 定义颜色
GREEN="\033[0;32m"
YELLOW="\033[1;33m"
RED="\033[0;31m"
NC="\033[0m" # No Color
echo -e "${GREEN}Starting proto compilation...${NC}"
echo -e "${YELLOW}Skipping proto compilation as per configuration...${NC}"
echo -e "${YELLOW}Using existing proto code if available...${NC}"
echo -e "${GREEN}Proto compilation step completed!${NC}"