From db995622a9bca4b1d90e65ab0b602f2a06300b99 Mon Sep 17 00:00:00 2001 From: WispX Date: Thu, 11 Jun 2020 17:59:38 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E5=A2=9E=E5=8A=A0=E5=85=AB?= =?UTF-8?q?=E4=BD=8D=E6=95=B0=E9=9A=8F=E6=9C=BA=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E8=A7=84=E5=88=99.=20Closed=20#121?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/naming.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/naming.php b/config/naming.php index 366339a9..67328542 100755 --- a/config/naming.php +++ b/config/naming.php @@ -87,6 +87,12 @@ return [ 'explain' => '16位随机字符串', 'value' => str_rand(), ], + [ + 'name' => '{rend-character-8}', + 'example' => 'HgTLmGcD', + 'explain' => '8位随机字符串', + 'value' => str_rand(8), + ], ], 'file' => [ [ @@ -161,6 +167,12 @@ return [ 'explain' => '16位随机字符串', 'value' => str_rand(), ], + [ + 'name' => '{rend-character-8}', + 'example' => 'HgTLmGcD', + 'explain' => '8位随机字符串', + 'value' => str_rand(8), + ], [ 'name' => '{original}', 'example' => '无',