mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-02-04 06:15:04 +01:00
Add auth test
This commit is contained in:
46
src/utils/termPretty.ts
Normal file
46
src/utils/termPretty.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
const cliTableConfig = {
|
||||
rounded: {
|
||||
chars: {
|
||||
top: '─',
|
||||
'top-mid': '',
|
||||
'top-left': '╭',
|
||||
'top-right': '╮',
|
||||
bottom: '─',
|
||||
'bottom-mid': '',
|
||||
'bottom-left': '╰',
|
||||
'bottom-right': '╯',
|
||||
left: '│',
|
||||
'left-mid': '├',
|
||||
mid: '─',
|
||||
'mid-mid': '',
|
||||
right: '│',
|
||||
'right-mid': '┤',
|
||||
middle: '',
|
||||
},
|
||||
style: { 'padding-left': 1, 'padding-right': 1, head: [''], border: [''], compact: true },
|
||||
},
|
||||
noBorder: {
|
||||
chars: {
|
||||
top: '',
|
||||
'top-mid': '',
|
||||
'top-left': '',
|
||||
'top-right': '',
|
||||
bottom: '',
|
||||
'bottom-mid': '',
|
||||
'bottom-left': '',
|
||||
'bottom-right': '',
|
||||
left: '',
|
||||
'left-mid': '',
|
||||
mid: '',
|
||||
'mid-mid': '',
|
||||
right: '',
|
||||
'right-mid': '',
|
||||
middle: ' ',
|
||||
},
|
||||
style: { 'padding-left': 0, 'padding-right': 0 },
|
||||
},
|
||||
};
|
||||
|
||||
export default {
|
||||
cliTableConfig,
|
||||
};
|
||||
Reference in New Issue
Block a user