Skip to content

Commit dc1c3d2

Browse files
committed
chore: 修改读卡器相关文字
1 parent 3b14ffd commit dc1c3d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/applechu/src/aime

packages/applechu/src/aime/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ crate::config_section! {
5151
always_enabled: false,
5252
hidden: false,
5353
group: "io",
54-
comment: "Aime 读卡器模拟",
54+
comment: "Aime 读卡器模拟。如果要使用原生串口的读卡器,请禁用此选项",
5555
fields: {
5656
// 两种机台默认使用 COM4,同时保留分模式覆盖项
5757
pub cvt_port: u32 = 4,
@@ -88,7 +88,7 @@ crate::config_section! {
8888
advanced: true,
8989
comment: "读卡代理标志";
9090
pub iodll: String = String::new(),
91-
comment: "外部 AimeIO DLL 路径";
91+
comment: "外部 AimeIO DLL 路径。如果要使用 AimeIO,需要开启读卡器模拟";
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)