mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-28 01:37:56 +03:00
update nfc alert message
This commit is contained in:
@@ -50,7 +50,7 @@ export async function felicaCardReadAsync(): Promise<ICCard | null> {
|
||||
await NfcManager.requestTechnology(NfcTech.FelicaIOS, {
|
||||
isReaderModeEnabled: true,
|
||||
invalidateAfterFirstRead: false,
|
||||
alertMessage: "Place an Amusement IC or Transport card on your device."
|
||||
alertMessage: "Hold an Amusement IC or Transport card to the top of your phone to scan it."
|
||||
});
|
||||
|
||||
const tag = await NfcManager.getTag();
|
||||
|
||||
Reference in New Issue
Block a user