up
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
const Smf = require('bamboo_smf');
|
||||
const smf = new Smf()
|
||||
|
||||
// 测试状态
|
||||
smf.init('test', 'start')
|
||||
.push('start', 'start.ling')
|
||||
.push('ling', 'start.end')
|
||||
.push('end')
|
||||
|
||||
|
||||
module.exports = smf.getSmfData()
|
||||
|
||||
Reference in New Issue
Block a user