defaultData.js 70 Bytes
Newer Older
李维's avatar
李维 committed
1 2
module.exports = {
    letterList: [
李维's avatar
李维 committed
3 4
        'K',
        'L'
李维's avatar
李维 committed
5 6
    ]
}