defaultData.js 135 Bytes
Newer Older
huoshizhe's avatar
huoshizhe committed
1
module.exports = {
2
    letterList: [
范雪寒's avatar
范雪寒 committed
3
        'q',
4 5 6 7 8 9 10
        'B',
        'C',
        'D',
        'E',
        'F',
        'G'
    ]
huoshizhe's avatar
huoshizhe committed
11
}