初始化

This commit is contained in:
24kycj
2026-05-22 19:56:22 +08:00
commit d0c3fd162a
77 changed files with 17058 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
export const CS_OK = 0
export const CS_FAIL = -1
export const JOB_STATUS_FINISHED = 100
export const JOB_STATUS_FAILED = 4
export const JOB_STATUS_CANCELLED = 6
export const JOB_STATUS_WAITCARD = 7
export const JOB_STATUS_PRINTING = 2
export const JOB_STATUS_COPYING = 3
export const POLL_INTERVAL_MS = 1000
export const JOB_ID_BUF_SIZE = 64
/** workDll 日志级别:仅致命,屏蔽无打印机时的 E/W 刷屏 */
export const LOG_FATAL_FLAG = 3