dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加批量恢复报警过滤接口
‘liusuyi’
2023-10-06
63e7ee4de83e1dfd0d4db6113ca07fe544155c14
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
text-table
/
example
/
dotalign.js
1
2
3
4
5
6
7
8
9
var table = require('../');
var t = table([
[ 'beep', '1024' ],
[ 'boop', '334.212' ],
[ 'foo', '1006' ],
[ 'bar', '45.6' ],
[ 'baz', '123.' ]
], { align: [ 'l', '.' ] });
console.log(t);