From ea2813251609a86a694c4a486f668696ea14b5d4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十月 2024 17:06:21 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/views/mobdesign/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/mobdesign/index.jsx b/src/views/mobdesign/index.jsx index fff66dd..a87df2d 100644 --- a/src/views/mobdesign/index.jsx +++ b/src/views/mobdesign/index.jsx @@ -1492,6 +1492,7 @@ for (let i = 0; i < 18; i++) { uuid += String.fromCharCode(Math.floor(Math.random() * 26) + 65) } + uuid = uuid.replace(/minke/ig, 'MNKIE') return uuid } -- Gitblit v1.8.0