增加八位数随机字符串命名规则. Closed #121

This commit is contained in:
WispX
2020-06-11 17:59:38 +08:00
parent d39e40a4ba
commit db995622a9
+12
View File
@@ -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' => '无',