fix: 修复 web-dist 分支 README 文件日期变量替换问题

- 移除 heredoc 的单引号,允许变量和命令替换
- 确保 Build Date 能正确显示实际构建时间
- 同时修复了 workflow 和测试脚本中的相同问题

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shaw
2025-08-06 10:26:31 +08:00
parent c8c5a7abb1
commit 616079b16b
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ jobs:
cp -r "$TEMP_DIR"/* . cp -r "$TEMP_DIR"/* .
# 添加 README # 添加 README
cat > README.md << 'EOF' cat > README.md << EOF
# Claude Relay Service - Web Frontend Build # Claude Relay Service - Web Frontend Build
This branch contains the pre-built frontend assets for Claude Relay Service. This branch contains the pre-built frontend assets for Claude Relay Service.

View File

@@ -85,7 +85,7 @@ test_build_and_push() {
cp -r "$TEMP_DIR"/* . cp -r "$TEMP_DIR"/* .
# 添加 README # 添加 README
cat > README.md << 'EOF' cat > README.md << EOF
# Claude Relay Service - Web Frontend Build # Claude Relay Service - Web Frontend Build
This branch contains the pre-built frontend assets for Claude Relay Service. This branch contains the pre-built frontend assets for Claude Relay Service.