feat: 基础

This commit is contained in:
2026-04-12 15:41:48 +08:00
parent a886baebdd
commit 9bf0b5fe52
5 changed files with 219 additions and 5 deletions

8
appsettings.json Normal file
View File

@@ -0,0 +1,8 @@
{
"CloudPrint": {
"ServerAddress": "http://127.0.0.1:8080",
"PrinterName": "win-printer-001",
"PrinterDisplayName": "Windows Printer 001",
"ApiKey": "replace-with-your-api-key"
}
}