feat: add MKD, update GTQ
This commit is contained in:
parent
af98386d95
commit
873da08115
1 changed files with 20 additions and 7 deletions
|
|
@ -155,15 +155,14 @@ export default {
|
|||
GTQ: {
|
||||
thickness: 0x0c,
|
||||
lengths: {
|
||||
1: [0xa0, 0x96],
|
||||
5: [0xa0, 0x96],
|
||||
10: [0xa0, 0x96],
|
||||
20: [0xa0, 0x96],
|
||||
50: [0xa0, 0x96],
|
||||
5: [0xa3, 0x99],
|
||||
10: [0xa1, 0x97],
|
||||
20: [0xa3, 0x99],
|
||||
50: [0xa1, 0x97],
|
||||
100: [0xa1, 0x97],
|
||||
200: [0xa0, 0x96]
|
||||
200: [0xa1, 0x97]
|
||||
},
|
||||
polymer: true
|
||||
polymer: false
|
||||
},
|
||||
HKD: {
|
||||
thickness: 0x0d,
|
||||
|
|
@ -252,6 +251,20 @@ export default {
|
|||
},
|
||||
polymer: false
|
||||
},
|
||||
MKD: {
|
||||
thickness: 0x0c,
|
||||
lengths: {
|
||||
10: [0x91, 0x87],
|
||||
50: [0x94, 0x8a],
|
||||
100: [0x97, 0x8d],
|
||||
200: [0x95, 0x8b],
|
||||
500: [0x9a, 0x90],
|
||||
1000: [0x9d, 0x93],
|
||||
2000: [0x9d, 0x93],
|
||||
5000: [0xa0, 0x96]
|
||||
},
|
||||
polymer: true
|
||||
},
|
||||
MXN: {
|
||||
thickness: 0x0c,
|
||||
lengths: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue