noahzhy's picture
Add application file
3a5d9c5
raw
history blame contribute delete
No virus
892 Bytes
type: 0
name: "jp_car"
plateNums: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
plateChars: ["は", "ほ", "ね", "せ", "さ", "ひ", "や", "ろ", "ま", "ぬ"]
plateCities: ["長野", "土浦", "神戸", "福岡", "広島", "大阪", "多摩", "品川", "札幌", "沖縄", "東京", "豊田", "横浜", "足立", "静岡", "鈴鹿", "滋賀", "三重", "福山", "愛媛", "千葉", "青森", "群馬"]
# format is a string including #, A, 0, 1 and @
# # representing any number and letter
# A representing any letter
# 0 representing any number (if multi-line, 0 means any number in the first line)
# 1 representing any number (if multi-line, 1 means any number in the second line)
# @ representing any city
plateFormat: ["@000", "A00-00"]
# single-line plate
# +----------+
# | 000A0000 |
# +----------+
# multi-line plate
# +---------+
# | @ 000 |
# | A 00-00 |
# +---------+