There was an error while loading. Please reload this page.
1 parent 3b14ffd commit dc1c3d2Copy full SHA for dc1c3d2
1 file changed
packages/applechu/src/aime/mod.rs
@@ -51,7 +51,7 @@ crate::config_section! {
51
always_enabled: false,
52
hidden: false,
53
group: "io",
54
- comment: "Aime 读卡器模拟",
+ comment: "Aime 读卡器模拟。如果要使用原生串口的读卡器,请禁用此选项",
55
fields: {
56
// 两种机台默认使用 COM4,同时保留分模式覆盖项
57
pub cvt_port: u32 = 4,
@@ -88,7 +88,7 @@ crate::config_section! {
88
advanced: true,
89
comment: "读卡代理标志";
90
pub iodll: String = String::new(),
91
- comment: "外部 AimeIO DLL 路径";
+ comment: "外部 AimeIO DLL 路径。如果要使用 AimeIO,需要开启读卡器模拟";
92
}
93
94
0 commit comments