feat(bot): use button for cv2 cards dashboard link

This commit is contained in:
Iris System 2025-08-25 14:39:16 +12:00
parent 64d05fbb4e
commit 6223f32130
2 changed files with 55 additions and 13 deletions

View file

@ -16,6 +16,7 @@ public class CoreConfig
public string? SeqLogUrl { get; set; }
public string? DispatchProxyUrl { get; set; }
public string? DispatchProxyToken { get; set; }
public string DashboardBaseUrl { get; set; } = "https://dash.pluralkit.local";
public LogEventLevel ConsoleLogLevel { get; set; } = LogEventLevel.Debug;
public LogEventLevel ElasticLogLevel { get; set; } = LogEventLevel.Information;