feat: complete TASK-WP0-03 browser gate

This commit is contained in:
suyx
2026-07-27 18:23:20 +08:00
parent dbe3e73b91
commit 878788b1e2
25 changed files with 3227 additions and 21 deletions
@@ -0,0 +1,8 @@
namespace Dada.Supervisor;
internal static class LoopbackEndpoint
{
internal const string Host = "127.0.0.1";
internal const int Port = 43121;
internal static readonly Uri ProductUri = new($"http://{Host}:{Port}/");
}