github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/yaml/name/letters.v1.yaml (about)

     1  title: 字母账号
     2  desc:
     3  author: zentao
     4  version: 1.0
     5  
     6  field: account_letters
     7  instances:
     8    - instance: 1_letter
     9      note: 单个字母
    10      prefix:
    11      fields:
    12        - field: part1
    13          range: a-z
    14  
    15    - instance: 2_letters
    16      note: 两个字母
    17      prefix:
    18      fields:
    19        - field: part1
    20          range: a-z
    21          loop: 2
    22  
    23    - instance: 3_letters
    24      note: 三个字母
    25      prefix:
    26      fields:
    27        - field: part1
    28          range: a-z
    29          loop: 3
    30  
    31    - instance: 4_letters
    32      note: 四个字母
    33      prefix:
    34      fields:
    35        - field: part1
    36          range: a-z
    37          loop: 4
    38  
    39    - instance: letters
    40      note: 多个字母
    41      prefix:
    42      fields:
    43        - field: part1
    44          range: a-z
    45          loop: 5-100
    46          rand: true