From 7a3330ea34e25183a4cd5cfabe8864289fdc0146 Mon Sep 17 00:00:00 2001 From: icewint Date: Sat, 15 Jun 2024 16:05:40 +0800 Subject: [PATCH] =?UTF-8?q?[normal]=E4=BC=98=E5=8C=96=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=9D=A1=E7=A0=81=E7=9A=84=E9=BB=98=E8=AE=A4=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/tab/tools/PrintQRCode.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/tab/tools/PrintQRCode.vue b/src/view/tab/tools/PrintQRCode.vue index e502eaf..c128460 100644 --- a/src/view/tab/tools/PrintQRCode.vue +++ b/src/view/tab/tools/PrintQRCode.vue @@ -83,8 +83,8 @@ export default { return { printParams: { startString: '', - startNum: 0, - numberLength: 4, + startNum: 1, + numberLength: 5, stepLength: 1, directionCode: 0, endString: '',