// Demo 本地秘钥模板。 // // 首次 clone 后请: // cp demo/Sources/DemoSecrets.template.swift demo/Sources/DemoSecrets.swift // 然后编辑 DemoSecrets.swift 填入真实 apiKey / brand。 // // `demo/Sources/DemoSecrets.swift` 已加入 .gitignore,本地修改不会被 commit。 import Foundation enum DemoSecrets { static let apiKey: String = "" static let brand: String = "xmly" static let scanNamePrefix: String = "Duooomi-" }