From 71fb0b224514f318e870ded10bdc31a84e6a4917 Mon Sep 17 00:00:00 2001 From: dr-dolomite Date: Mon, 18 Mar 2024 10:08:16 +0800 Subject: [PATCH] at input now accepts return key --- simpleadmin/www/atcommander.html | 5 +++-- simpleadmin/www/sms.html | 2 +- simpleadmin/www/ttl.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/simpleadmin/www/atcommander.html b/simpleadmin/www/atcommander.html index 81f64cb..7e0260d 100644 --- a/simpleadmin/www/atcommander.html +++ b/simpleadmin/www/atcommander.html @@ -1,11 +1,10 @@ - - RM5xxx AT Commands + AT Commands @@ -62,6 +61,8 @@ type="text" placeholder="ATI" x-model="atcmd" + x-ref="atCmdInput" + @keydown.enter="sendAtCommand()" /> diff --git a/simpleadmin/www/sms.html b/simpleadmin/www/sms.html index bde73a4..95cbbc3 100644 --- a/simpleadmin/www/sms.html +++ b/simpleadmin/www/sms.html @@ -5,7 +5,7 @@ - Simple Admin + SMS Viewer diff --git a/simpleadmin/www/ttl.html b/simpleadmin/www/ttl.html index 090eddb..7319aa1 100644 --- a/simpleadmin/www/ttl.html +++ b/simpleadmin/www/ttl.html @@ -5,7 +5,7 @@ - RM5xxx TTL Changer + TTL Changer