feat: 新增天津站站台看版

This commit is contained in:
denglihong2007
2025-03-09 15:15:30 +08:00
parent c13d35cd60
commit 6596cd8777
14 changed files with 288 additions and 13 deletions

View File

@@ -21,11 +21,6 @@ jobs:
with:
fetch-depth: 0 # 获取全部提交历史以便比较标签
- name: Setup .NET 9.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
- name: Extract version from csproj
id: get_version
shell: pwsh
@@ -73,6 +68,12 @@ jobs:
with:
dotnet-version: '9.0.x'
- name: Set Encoding
run: |
echo "DOTNET_CLI_UI_LANGUAGE=zh-CN" >> $GITHUB_ENV
chcp 65001
- name: Restore and Build
run: |
dotnet restore