2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00
2026-06-01 16:30:29 +08:00

LabelReplaceServer

Minimal scaffold for Tag replacement service. Build & run:

cd src\LabelReplaceServer.Api
dotnet run

API: POST /api/tag/replace Body: { "text": "Hello {{name}}", "variables": { "name": "World" } }

LabelReplaceServer

简单的 .NET 后端示例,用于标签替换服务。

快速运行PowerShell / CMD

cd /d D:\EPproject\LabelReplaceServer
# (可选)创建 solution 并添加项目
dotnet new sln -n LabelReplaceServer

# 构建并运行 API
dotnet restore
dotnet build src\LabelReplaceServer.Api\LabelReplaceServer.Api.csproj
dotnet run --project src\LabelReplaceServer.Api\LabelReplaceServer.Api.csproj

API 根路由GET / 返回 Hello WorldPOST /api/label/replace 接受替换请求。

Description
No description provided
Readme 1,000 KiB
Languages
HTML 49.5%
C# 49.1%
PowerShell 0.8%
Java 0.4%
Python 0.2%