✨ 增加八位数随机字符串命名规则. Closed #121
This commit is contained in:
@@ -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' => '无',
|
||||
|
||||
Reference in New Issue
Block a user