feat: 基础
This commit is contained in:
10
config/CloudPrintOptions.cs
Normal file
10
config/CloudPrintOptions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace cloudPrintWinAgent
|
||||
{
|
||||
public sealed class CloudPrintOptions
|
||||
{
|
||||
public string ServerAddress { get; set; } = "http://127.0.0.1:8080";
|
||||
public string PrinterName { get; set; } = "win-printer-001";
|
||||
public string PrinterDisplayName { get; set; } = "Windows Printer 001";
|
||||
public string ApiKey { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user